From fe7afc3a3099c6bac4a6fd89c7f557da56cdbc32 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 28 May 2020 15:22:01 -0400 Subject: [PATCH] podman-2:2.0.0-0.82.dev.gite8818ce - use ABISupport buildtag for podman Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index b2e3928..0d9c867 100644 --- a/podman.spec +++ b/podman.spec @@ -54,7 +54,7 @@ Epoch: 0 Version: 2.0.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.81.dev.git%{shortcommit0}%{?dist} +Release: 0.82.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -456,7 +456,7 @@ ln -s vendor src %gogenerate ./pkg/varlink/... # build %%{name} -export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" +export BUILDTAGS="ABISupport systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif @@ -651,6 +651,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Thu May 28 2020 Lokesh Mandvekar - 2:2.0.0-0.82.dev.gite8818ce +- use ABISupport buildtag for podman + * Thu May 28 2020 RH Container Bot - 2:2.0.0-0.81.dev.gite8818ce - autobuilt e8818ce