!5 Update version to 0.8.0

From: @konglidong 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2024-02-06 03:18:11 +00:00 committed by Gitee
commit a38eac1f08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 1 deletions

Binary file not shown.

BIN
bubblewrap-0.8.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: bubblewrap
Version: 0.4.1
Version: 0.8.0
Release: 1
Summary: Core execution tool for unprivileged containers
License: LGPLv2+
@ -32,6 +32,7 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
%license COPYING
%{_bindir}/bwrap
%{_datadir}/bash-completion/completions/bwrap
%{_datadir}/zsh/site-functions/_bwrap
%files help
%defattr(-,root,root)
@ -39,6 +40,9 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
%{_mandir}/man1/*
%changelog
* Wed Nov 22 2023 konglidong <konglidong@uniontech.com> - 0.8.0-1
- Update version to 0.8.0
* Tue Jun 23 2020 shixuantong <shixuantong@huawei.com> -0.4.1-1
- Update to 0.4.1