automatic version update by autodist [release 0.11.0-1mamba;Sat Nov 02 2024]
This commit is contained in:
parent
2a1218b618
commit
57f46dda3d
@ -1,5 +1,5 @@
|
||||
Name: bubblewrap
|
||||
Version: 0.10.0
|
||||
Version: 0.11.0
|
||||
Release: 1mamba
|
||||
Summary: Unprivileged sandboxing tool
|
||||
Group: System/Tools
|
||||
@ -22,15 +22,15 @@ Unprivileged sandboxing tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -44,6 +44,9 @@ Unprivileged sandboxing tool.
|
||||
%doc COPYING LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Nov 02 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 0.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user