From a1922d9f9cd46db4f5de204c2dfc86ff1682d0f4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 12 Sep 2016 13:55:41 +0200 Subject: [PATCH] Update to 0.1.2 --- .gitignore | 1 + bubblewrap.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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