diff --git a/bubblewrap.spec b/bubblewrap.spec index bd6c9fd..3dd0acc 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,22 +1,19 @@ Name: bubblewrap -Version: 0.4.1 +Version: 0.5.0 Release: 1mamba Summary: Unprivileged sandboxing tool Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/containers/bubblewrap.git -## GITSOURCE https://github.com/containers/bubblewrap.git v0.4.0 +URL: https://github.com/containers/bubblewrap Source: https://github.com/containers/bubblewrap.git/v%{version}/bubblewrap-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libcap-devel BuildRequires: libselinux-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Unprivileged sandboxing tool. @@ -42,10 +39,14 @@ Unprivileged sandboxing tool. %defattr(-,root,root) %{_bindir}/bwrap %{_datadir}/bash-completion/completions/bwrap +%{_datadir}/zsh/site-functions/_bwrap %{_mandir}/man1/bwrap.1* %doc COPYING LICENSE %changelog +* Sun Aug 22 2021 Automatic Build System 0.5.0-1mamba +- automatic version update by autodist + * Tue Mar 31 2020 Automatic Build System 0.4.1-1mamba - automatic version update by autodist