From a0ccaf9b342b865a92e2ab02566e2ffedd33e334 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 22 Oct 2020 11:48:25 +0200 Subject: [PATCH] skopeo-1.2.1-13.dev.gitceaee44 - use %%rhel instead of %%eln Signed-off-by: Jindrich Novy --- skopeo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index fe70280..0f0ec5a 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -46,7 +46,7 @@ Epoch: 1 Epoch: 2 %endif Version: 1.2.1 -Release: 12.dev.git%{shortcommit0}%{?dist} +Release: 13.dev.git%{shortcommit0}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -79,7 +79,7 @@ BuildRequires: go-md2man BuildRequires: gpgme-devel BuildRequires: libassuan-devel # Dependencies for containers/storage -%if 0%{?fedora} && ! 0%{?centos} >= 8 && ! 0%{?eln} +%if 0%{?fedora} && ! 0%{?centos} >= 8 && ! 0%{?rhel} BuildRequires: btrfs-progs-devel %endif BuildRequires: pkgconfig(devmapper) @@ -449,6 +449,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Thu Oct 22 2020 Jindrich Novy - 1:1.2.1-13.dev.gitceaee44 +- use %%rhel instead of %%eln + * Wed Oct 21 2020 Dan Walsh - 1:1.2.1-12.dev.gitceaee44 - Add time64 syscalls to seccomp.json