From 5434a9802e2fdc1f939deb07b526cc78bb1ca0ae Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 10 Feb 2023 18:36:41 +0530 Subject: [PATCH] dummy changelog to make packit centos 8 copr builds happy Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/container-selinux.spec b/container-selinux.spec index 7bc4b39..5d4d07c 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -122,4 +122,9 @@ if %{_sbindir}/selinuxenabled ; then fi %changelog +%if 0%{?centos} == 8 +* Fri Feb 10 2023 Lokesh Mandvekar +- Dummy changelog to make packit centos 8 copr builds happy +%else %autochangelog +%endif