Re-introduce support for builds from git
Since https://github.com/cgwalters/rpmdistro-gitoverlay relies on this.
This commit is contained in:
parent
8daaa2565a
commit
ba3c391435
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user