From 0cbb51c4081867c051633362b63137ae879929c4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 23 Sep 2021 15:11:45 -0400 Subject: [PATCH] Add shadow-utils-subid-devel requirement --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 6a4519f..f58f5a4 100644 --- a/podman.spec +++ b/podman.spec @@ -67,7 +67,7 @@ Version: 3.4.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.5.rc1%{?dist} +Release: 0.6.rc1%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -93,6 +93,7 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel +BuildRequires: shadow-utils-subid-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: ostree-devel @@ -678,11 +679,15 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/gvproxy -%post +%triggerpostun -- %{name} <= 3.2 rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists +exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.6.rc1 +- Add shadow-utils-subid-devel requirement + * Thu Sep 23 2021 Daniel J Walsh - 3:3.4.0-0.5.rc1 - rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post