From ce7a50ca6c8d38f405f310663e16f4affa384e68 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 5 Aug 2024 12:15:02 -0400 Subject: [PATCH] RPM: cleanup changelog (#324) All of Fedora and CentOS Stream 10 have autochangelog support so we don't need the changelog conditionals. Signed-off-by: Lokesh Mandvekar --- rpm/container-selinux.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rpm/container-selinux.spec b/rpm/container-selinux.spec index 892c332..1f59179 100644 --- a/rpm/container-selinux.spec +++ b/rpm/container-selinux.spec @@ -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 -- Placeholder changelog for envs that are not autochangelog-ready. -- Contact upstream if you need to report an issue with the build. -%endif