From a1dede87eb5e6c392acc9c72ee8d86a570abc2dc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 24 Dec 2024 15:17:29 +0530 Subject: [PATCH] [skip-ci] RPM: cleanup changelog conditionals rpmautospec is now supported on all active Fedora and CentOS Stream envs. So we don't need these conditionals anymore. Signed-off-by: Lokesh Mandvekar --- rpm/buildah.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rpm/buildah.spec b/rpm/buildah.spec index f2374a98c3e..e2ad9c04a25 100644 --- a/rpm/buildah.spec +++ b/rpm/buildah.spec @@ -169,12 +169,4 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_datadir}/%{name}/test %changelog -%if %{defined autochangelog} %autochangelog -%else -# NOTE: This changelog will be visible on CentOS 8 Stream builds -# Other envs are capable of handling autochangelog -* Fri Jun 16 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