From 5b189dfd345e7b07c5c6b4002d438ee1b8013030 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 23 Jul 2020 15:53:06 -0500 Subject: [PATCH] Clean up usage of %{epoch} macro to allow building for ELN Signed-off-by: Merlin Mathesius --- container-selinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index d217d5e..f6da479 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -44,7 +44,7 @@ Requires(post): libselinux-utils Requires(post): sed Obsoletes: %{name} <= 2:1.12.5-13 Obsoletes: docker-selinux <= 2:1.12.4-28 -Provides: docker-selinux = %{epoch}:%{version}-%{release} +Provides: docker-selinux = %{?epoch:%{epoch}:}%{version}-%{release} %description SELinux policy modules for use with container runtimes. @@ -111,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Thu Jul 23 2020 Merlin Mathesius - 2:2.140.0-2.dev.git965c7fb +- Cleanup usage of %%{epoch} macro to allow building for ELN + * Thu Jul 23 19:10:26 GMT 2020 RH Container Bot - 2:2.140.0-2.dev.git965c7fb - bump to 2.140.0 - autobuilt 965c7fb