diff --git a/bubblewrap-0.4.1.tar.xz b/bubblewrap-0.4.1.tar.xz deleted file mode 100644 index 70ba706..0000000 Binary files a/bubblewrap-0.4.1.tar.xz and /dev/null differ diff --git a/bubblewrap-0.8.0.tar.xz b/bubblewrap-0.8.0.tar.xz new file mode 100644 index 0000000..2bd262d Binary files /dev/null and b/bubblewrap-0.8.0.tar.xz differ diff --git a/bubblewrap.spec b/bubblewrap.spec index f73c073..db5184a 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -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 - 0.8.0-1 +- Update version to 0.8.0 + * Tue Jun 23 2020 shixuantong -0.4.1-1 - Update to 0.4.1