From 8daaa2565a20cdc972e911c6171906c625f61e30 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 29 Nov 2016 12:28:41 +0100 Subject: [PATCH] Update to 0.1.4 ... and switch to upstream distributed release tarballs. --- .gitignore | 1 + bubblewrap.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 453fc70..030dea4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/bubblewrap.spec b/bubblewrap.spec index 212a80b..a269906 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -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 - 0.1.4-1 +- Update to 0.1.4 + * Fri Oct 14 2016 Colin Walters - 0.1.3-2 - New upstream version diff --git a/sources b/sources index b2556e4..1fb484e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d35554d2ca8991c181cb49f4fc311ff bubblewrap-0.1.3.tar.gz +6b5766be4532204760c1c762ef120d1d bubblewrap-0.1.4.tar.xz