From 4d947c141287c6f09f5947706a908cef65caa28f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 24 Apr 2023 11:59:39 +0200 Subject: [PATCH] skopeo-1.12.0-2.el9 - remove fakeroot from skopeo-tests - Related: #2176063 Signed-off-by: Jindrich Novy --- skopeo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index 803b433..5820d11 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -52,7 +52,6 @@ Requires: podman Requires: crun Requires: httpd-tools Requires: openssl -Requires: fakeroot Requires: squashfs-tools %description tests @@ -125,6 +124,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Mon Apr 24 2023 Jindrich Novy - 2:1.12.0-2 +- remove fakeroot from skopeo-tests +- Related: #2176063 + * Wed Apr 19 2023 Jindrich Novy - 2:1.12.0-1 - update to 1.12.0 - Related: #2176063