From 46c57f2faf087a107c3d761ef3fe1cad1468203c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 2 Sep 2024 18:36:18 +0530 Subject: [PATCH] RPM: cleanup changelog conditionals 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 --- rpm/conmon.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rpm/conmon.spec b/rpm/conmon.spec index 82cbcc17..a2421317 100644 --- a/rpm/conmon.spec +++ b/rpm/conmon.spec @@ -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 -- Placeholder changelog for envs that are not autochangelog-ready -%endif