Browse code

auto spec version bump up: bubblewrap

- bubblewrap: bump up to 0.7.0

Change-Id: I31712c274afeaafbfcd3a335e7e97784c30c3a85
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/18977
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Tapas Kundu <tkundu@vmware.com>

gerrit-photon authored on 2022/12/16 05:56:10
Showing 1 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:        setuid implementation of a subset of user namespaces.
2 2
 Name:           bubblewrap
3
-Version:        0.6.2
3
+Version:        0.7.0
4 4
 Release:        1%{?dist}
5 5
 License:        LGPLv2+
6 6
 URL:            https://github.com/projectatomic/bubblewrap
7 7
 Group:          Applications/System
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:        https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
11
-%define sha512    bubblewrap=235da019cb370ea6d9328352acb38e6ff368f02f71db1ae85f2dd37655757975bd5b57bbe15f7b419b53a26b8ec3edd81b55893b420d5f42d6a9dab3471d0096
10
+Source0:        https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/%{name}-%{version}.tar.gz
11
+%define sha512  bubblewrap=01ec30b01f70ff896b407d4979df0bc1a75d0b441a388f7be7aa9a4c9f56e6a1e2ae2ae4dbe4d6262a0218f577a8ad317db4217d5663ea9bd8c1d5c4293c39a7
12 12
 
13 13
 BuildRequires:  autoconf
14 14
 BuildRequires:  automake
... ...
@@ -19,13 +19,13 @@ Requires:       libcap
19 19
 
20 20
 %description
21 21
 Bubblewrap could be viewed as setuid implementation of a subset of user namespaces. Emphasis on subset - specifically relevant to the above CVE, bubblewrap does not allow control over iptables.
22
-
23 22
 The original bubblewrap code existed before user namespaces - it inherits code from xdg-app helper which in turn distantly derives from linux-user-chroot.
24 23
 
25 24
 %prep
26 25
 %autosetup -p1
27 26
 
28 27
 %build
28
+sh autogen.sh
29 29
 %configure \
30 30
     --disable-silent-rules \
31 31
     --with-priv-mode=none
... ...
@@ -48,6 +48,8 @@ rm -rf %{buildroot}/*
48 48
 %{_datadir}/zsh/site-functions/_bwrap
49 49
 
50 50
 %changelog
51
+*   Thu Dec 15 2022 Gerrit Photon <photon-checkins@vmware.com> 0.7.0-1
52
+-   Automatic Version Bump
51 53
 *   Thu May 26 2022 Gerrit Photon <photon-checkins@vmware.com> 0.6.2-1
52 54
 -   Automatic Version Bump
53 55
 *   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 0.4.1-1