!2 update to 0.4.1

Merge pull request !2 from 桐小哥/master
This commit is contained in:
openeuler-ci-bot 2020-07-21 12:09:02 +08:00 committed by Gitee
commit 4afa941d3a
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
bubblewrap-0.4.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: bubblewrap Name: bubblewrap
Version: 0.3.3 Version: 0.4.1
Release: 1 Release: 1
Summary: Core execution tool for unprivileged containers Summary: Core execution tool for unprivileged containers
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/projectatomic/bubblewrap URL: https://github.com/projectatomic/bubblewrap
Source0: https://github.com/containers/bubblewrap/archive/bubblewrap-%{version}.tar.xz Source0: https://github.com/containers/bubblewrap/releases/download/v%{version}/bubblewrap-%{version}.tar.xz
BuildRequires: autoconf automake libtool gcc libcap-devel BuildRequires: autoconf automake libtool gcc libcap-devel
BuildRequires: pkgconfig(libselinux) libxslt docbook-style-xsl BuildRequires: pkgconfig(libselinux) libxslt docbook-style-xsl
@ -39,5 +39,8 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Tue Jun 23 2020 shixuantong <shixuantong@huawei.com> -0.4.1-1
- Update to 0.4.1
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.3-1 * Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.3-1
- Package init - Package init