Skip to content

Commit

Permalink
RPM: cleanup changelog (#324)
Browse files Browse the repository at this point in the history
All of Fedora and CentOS Stream 10 have autochangelog support so we
don't need the changelog conditionals.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Aug 5, 2024
1 parent a1bbef4 commit ce7a50c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rpm/container-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,4 @@ if %{_sbindir}/selinuxenabled ; then
fi

%changelog
%if %{defined autochangelog}
%autochangelog
%else
# NOTE: This changelog will be visible on CentOS 8 Stream builds
# Other envs are capable of handling autochangelog
* Tue Jun 13 2023 RH Container Bot <rhcontainerbot@fedoraproject.org>
- Placeholder changelog for envs that are not autochangelog-ready.
- Contact upstream if you need to report an issue with the build.
%endif

0 comments on commit ce7a50c

Please sign in to comment.