Update to 0.7.0 (#2058474)
This commit is contained in:
parent
b54685a322
commit
f4bc49f8d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/bubblewrap-0.4.0.tar.xz
|
||||
/bubblewrap-0.4.1.tar.xz
|
||||
/bubblewrap-0.5.0.tar.xz
|
||||
/bubblewrap-0.7.0.tar.xz
|
||||
|
@ -1,19 +1,18 @@
|
||||
Name: bubblewrap
|
||||
Version: 0.5.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core execution tool for unprivileged containers
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/projectatomic/bubblewrap
|
||||
Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://github.com/containers/bubblewrap/
|
||||
Source0: https://github.com/containers/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
%description
|
||||
Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged
|
||||
@ -24,16 +23,15 @@ user namespaces.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
|
||||
%configure --disable-silent-rules --with-priv-mode=none
|
||||
%make_build
|
||||
%meson -Dman=enabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -name '*.la' -delete -print
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/bwrap
|
||||
@ -45,9 +43,12 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
%else
|
||||
%{_bindir}/bwrap
|
||||
%endif
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man1/bwrap.1*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2023 David King <amigadave@amigadave.com> - 0.7.0-1
|
||||
- Update to 0.7.0 (#2058474)
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bubblewrap-0.5.0.tar.xz) = b1f5bde9562bf3176c51fdc22304b901e00e1de5189d9b5479aed7b651b84bed5539fc5bb3b1db58a05da4a57d69c9f41c40e15aa5a575746630e015674a02b7
|
||||
SHA512 (bubblewrap-0.7.0.tar.xz) = 3d163eecd79774e02d082141d027b7ac13f7d3a29c22f6513203e1088f53d53d8dde50e36fc4c8a34e8cde2f3e2a692e00b741f4bee2cc2bb21b9deb600271b5
|
||||
|
Loading…
Reference in New Issue
Block a user