Change-Id: Iace32d3bca8ca01bdf71bcf3566396a3a949ab12
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/9802
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Ankit Jain <ankitja@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: setuid implementation of a subset of user namespaces. |
| 2 | 2 |
Name: bubblewrap |
| 3 |
-Version: 0.3.0 |
|
| 3 |
+Version: 0.4.1 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: LGPLv2+ |
| 6 | 6 |
URL: https://github.com/projectatomic/bubblewrap |
| ... | ... |
@@ -8,7 +8,7 @@ Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
|
| 11 |
-%define sha1 bubblewrap=74a3c0f2942935be4ae6f82b43d59fdc9de92e83 |
|
| 11 |
+%define sha1 bubblewrap=00e121950ea494fcd9cfbe23971c0938d6be6755 |
|
| 12 | 12 |
BuildRequires: autoconf |
| 13 | 13 |
BuildRequires: automake |
| 14 | 14 |
BuildRequires: libtool |
| ... | ... |
@@ -23,10 +23,7 @@ The original bubblewrap code existed before user namespaces - it inherits code f |
| 23 | 23 |
%setup -q |
| 24 | 24 |
%build |
| 25 | 25 |
|
| 26 |
-./configure \ |
|
| 27 |
- --prefix=%{_prefix} \
|
|
| 28 |
- --bindir=%{_bindir} \
|
|
| 29 |
- --libdir=%{_libdir} \
|
|
| 26 |
+%configure \ |
|
| 30 | 27 |
--disable-silent-rules \ |
| 31 | 28 |
--with-priv-mode=none |
| 32 | 29 |
make %{?_smp_mflags}
|
| ... | ... |
@@ -47,6 +44,8 @@ rm -rf %{buildroot}/*
|
| 47 | 47 |
%{_datadir}/bash-completion/completions/bwrap
|
| 48 | 48 |
|
| 49 | 49 |
%changelog |
| 50 |
+* Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 0.4.1-1 |
|
| 51 |
+- Automatic Version Bump |
|
| 50 | 52 |
* Mon Sep 03 2018 Keerthana K <keerthanak@vmware.com> 0.3.0-1 |
| 51 | 53 |
- Updated to version 0.3.0. |
| 52 | 54 |
* Thu Aug 03 2017 Xiaolin Li <xiaolinl@vmware.com> 0.1.8-1 |