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 <[email protected]>
  • Loading branch information
lsm5 committed Sep 2, 2024
1 parent 4361819 commit 8abac78
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 <[email protected]>
- Placeholder changelog for envs that are not autochangelog-ready
%endif

0 comments on commit 8abac78

Please sign in to comment.