Update to 0.1.4

... and switch to upstream distributed release tarballs.
This commit is contained in:
Kalev Lember 2016-11-29 12:28:41 +01:00
parent 087f98fcb1
commit 8daaa2565a
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
3d35554d2ca8991c181cb49f4fc311ff bubblewrap-0.1.3.tar.gz
6b5766be4532204760c1c762ef120d1d bubblewrap-0.1.4.tar.xz