Update to 0.1.4
... and switch to upstream distributed release tarballs.
This commit is contained in:
parent
087f98fcb1
commit
8daaa2565a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/bubblewrap-0.1.2.tar.gz
|
||||
/bubblewrap-0.1.3.tar.xz
|
||||
/bubblewrap-0.1.3.tar.gz
|
||||
/bubblewrap-0.1.4.tar.xz
|
||||
|
@ -1,16 +1,14 @@
|
||||
Name: bubblewrap
|
||||
Version: 0.1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Core execution tool for unprivileged containers
|
||||
|
||||
License: LGPLv2+
|
||||
#VCS: git:https://github.com/projectatomic/bubblewrap
|
||||
URL: https://github.com/projectatomic/bubblewrap
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
# We always run autogen.sh
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: libxslt
|
||||
@ -25,7 +23,6 @@ user namespaces.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-silent-rules --with-priv-mode=none
|
||||
%make_build
|
||||
|
||||
@ -35,7 +32,6 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/bwrap
|
||||
@ -47,6 +43,9 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 29 2016 Kalev Lember <klember@redhat.com> - 0.1.4-1
|
||||
- Update to 0.1.4
|
||||
|
||||
* Fri Oct 14 2016 Colin Walters <walters@verbum.org> - 0.1.3-2
|
||||
- New upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user