diff --git a/.gitignore b/.gitignore index b250665..d462635 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bubblewrap-0.1.1.tar.gz /bubblewrap-v0.1.1.tar.gz +/bubblewrap-0.1.2.tar.gz diff --git a/bubblewrap.spec b/bubblewrap.spec index 1c68feb..beb961a 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,12 +1,12 @@ Name: bubblewrap -Version: 0.1.1 -Release: 2%{?dist} +Version: 0.1.2 +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/v%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc # We always run autogen.sh @@ -47,6 +47,9 @@ find %{buildroot} -name '*.la' -delete -print %{_mandir}/man1/* %changelog +* Mon Sep 12 2016 Kalev Lember - 0.1.2-1 +- Update to 0.1.2 + * Tue Jul 12 2016 Igor Gnatenko - 0.1.1-2 - Trivial fixes in packaging diff --git a/sources b/sources index 98ed358..9c1ac61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -742e93ebe8c1c63d41560e85b3b5073a bubblewrap-0.1.1.tar.gz +c7ec1038db1758c19bd407c9ee5da96e bubblewrap-0.1.2.tar.gz