From 3edbe8cf0a54ea4dfaddba33fad222386165eae2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Feb 2022 16:14:04 -0500 Subject: [PATCH] remove unwanted conditionals and scriptlets Signed-off-by: Lokesh Mandvekar --- podman.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/podman.spec b/podman.spec index cbd8400..addea7b 100644 --- a/podman.spec +++ b/podman.spec @@ -63,11 +63,7 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel -%if 0%{?fedora} >= 36 -BuildRequires: shadow-utils-subid-devel >= 2:4.11.1-2 -%else BuildRequires: shadow-utils-subid-devel -%endif BuildRequires: pkgconfig BuildRequires: make BuildRequires: ostree-devel @@ -385,9 +381,5 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy -%triggerpostun -- %{name} <= 3.2 -rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists -exit 0 - %changelog %autochangelog