podman-3:3.4.0-0.10.rc2

- build with libsubid buildtag

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-09-24 17:38:54 -04:00
parent db6aaac719
commit 60778e8502

View File

@ -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 <lsm5@fedoraproject.org> - 3:3.4.0-0.10.rc2
- build with libsubid buildtag
* Fri Sep 24 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3:3.4.0-0.9.rc2
- depend on shadow-utils-subid for f35 and higher