Clean up usage of %{epoch} macro to allow building for ELN
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
78aaeb708b
commit
5b189dfd34
@ -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 <mmathesi@redhat.com> - 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 <rhcontainerbot@fedoraproject.org> - 2:2.140.0-2.dev.git965c7fb
|
||||
- bump to 2.140.0
|
||||
- autobuilt 965c7fb
|
||||
|
Loading…
Reference in New Issue
Block a user