From f4bc49f8d9b945296e0e34f8be81011fb0068d97 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 7 Feb 2023 14:25:15 +0000 Subject: [PATCH] Update to 0.7.0 (#2058474) --- .gitignore | 1 + bubblewrap.spec | 35 ++++++++++++++++++----------------- sources | 2 +- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 7e10034..73b4208 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/bubblewrap.spec b/bubblewrap.spec index 37df9d5..3ab4bda 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,19 +1,18 @@ -Name: bubblewrap -Version: 0.5.0 -Release: 4%{?dist} +Name: bubblewrap +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 - 0.7.0-1 +- Update to 0.7.0 (#2058474) + * Wed Jan 18 2023 Fedora Release Engineering - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 90dd1a9..7a0686c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bubblewrap-0.5.0.tar.xz) = b1f5bde9562bf3176c51fdc22304b901e00e1de5189d9b5479aed7b651b84bed5539fc5bb3b1db58a05da4a57d69c9f41c40e15aa5a575746630e015674a02b7 +SHA512 (bubblewrap-0.7.0.tar.xz) = 3d163eecd79774e02d082141d027b7ac13f7d3a29c22f6513203e1088f53d53d8dde50e36fc4c8a34e8cde2f3e2a692e00b741f4bee2cc2bb21b9deb600271b5