Skip to content

Commit

Permalink
RPM: cleanup changelog conditionals
Browse files Browse the repository at this point in the history
All of our official downstream envs that build from this spec file
support autochangelog so we don't need these conditionals.

CentOS Stream 9 builds with this spec file are only on
the podman-next COPR, so removing these conditionals is no big deal.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 authored and haircommander committed Sep 5, 2024
1 parent 283ede3 commit 46c57f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpm/conmon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,4 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile
%endif

%changelog
%if %{defined autochangelog}
%autochangelog
%else
* Fri Jan 26 2024 RH Container Bot <rhcontainerbot@fedoraproject.org>
- Placeholder changelog for envs that are not autochangelog-ready
%endif

3 comments on commit 46c57f2

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

Please sign in to comment.