From ba3c391435f0f466795ce9d025b5c0518e6bf419 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Dec 2016 11:31:28 -0500 Subject: [PATCH] Re-introduce support for builds from git Since https://github.com/cgwalters/rpmdistro-gitoverlay relies on this. --- bubblewrap.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bubblewrap.spec b/bubblewrap.spec index a269906..36f9740 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -8,6 +8,7 @@ License: LGPLv2+ URL: https://github.com/projectatomic/bubblewrap Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz +BuildRequires: autoconf automake libtool BuildRequires: gcc BuildRequires: libcap-devel BuildRequires: pkgconfig(libselinux) @@ -23,6 +24,7 @@ user namespaces. %autosetup %build +if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi %configure --disable-silent-rules --with-priv-mode=none %make_build