From 60778e8502938dca2f46a12a8dc4fe0c5bf07b86 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 24 Sep 2021 17:38:54 -0400 Subject: [PATCH] podman-3:3.4.0-0.10.rc2 - build with libsubid buildtag Signed-off-by: Lokesh Mandvekar --- podman.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 8790760..a38b13d 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.9.rc2%{?dist} +Release: 0.10.rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -95,7 +95,6 @@ BuildRequires: libseccomp-devel BuildRequires: libselinux-devel %if 0%{?fedora} >= 35 BuildRequires: shadow-utils-subid-devel -Requires: shadow-utils-subid %endif BuildRequires: pkgconfig BuildRequires: make @@ -451,6 +450,9 @@ ln -s vendor src # build %%{name} export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh)" +%if 0%{?fedora} >= 35 +export BUILDTAGS+=" $(hack/libsubid_tag.sh)" +%endif %if 0%{?centos} export BUILDTAGS+=" containers_image_ostree_stub" %endif @@ -688,6 +690,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.10.rc2 +- build with libsubid buildtag + * Fri Sep 24 2021 Lokesh Mandvekar - 3:3.4.0-0.9.rc2 - depend on shadow-utils-subid for f35 and higher