Update version to 0.8.0

This commit is contained in:
konglidong 2023-11-22 10:22:53 +08:00
parent 8ee219956a
commit c2ebcd66dc
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 Name: bubblewrap
Version: 0.4.1 Version: 0.8.0
Release: 1 Release: 1
Summary: Core execution tool for unprivileged containers Summary: Core execution tool for unprivileged containers
License: LGPLv2+ License: LGPLv2+
@ -32,6 +32,7 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
%license COPYING %license COPYING
%{_bindir}/bwrap %{_bindir}/bwrap
%{_datadir}/bash-completion/completions/bwrap %{_datadir}/bash-completion/completions/bwrap
%{_datadir}/zsh/site-functions/_bwrap
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
@ -39,6 +40,9 @@ if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %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 * Tue Jun 23 2020 shixuantong <shixuantong@huawei.com> -0.4.1-1
- Update to 0.4.1 - Update to 0.4.1