From ba3c391435f0f466795ce9d025b5c0518e6bf419 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Dec 01 2016 16:31:28 +0000 Subject: Re-introduce support for builds from git Since https://github.com/cgwalters/rpmdistro-gitoverlay relies on this. --- 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