rebuilt without USE_NFTABLES=1 to fix networking

require python-pyclip and wl-clipboard [release 1.4.3-2mamba;Sat Sep 21 2024]
This commit is contained in:
Silvan Calarco 2024-09-21 19:48:12 +02:00
parent 3fc095f639
commit 2823a5abaf

View File

@ -1,6 +1,6 @@
Name: waydroid
Version: 1.4.3
Release: 1mamba
Release: 2mamba
Summary: A container-based approach to boot a full Android system on a regular GNU/Linux system
Group: Applications/Emulators
Vendor: openmamba
@ -13,10 +13,11 @@ License: GPL
## AUTOBUILDREQ-END
Requires: dnsmasq
Requires: lxc
Requires: nftables
Requires: pygobject-py3
Requires: python-dbus-py3
Requires: python-gbinder-py3
Requires: python-pyclip-py3
Requires: wl-clipboard
%description
Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
@ -30,7 +31,7 @@ Waydroid uses a container-based approach to boot a full Android system on a regu
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall USE_NFTABLES=1
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -58,5 +59,9 @@ Waydroid uses a container-based approach to boot a full Android system on a regu
%doc LICENSE
%changelog
* Sat Sep 21 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-2mamba
- rebuilt without USE_NFTABLES=1 to fix networking
- require python-pyclip and wl-clipboard
* Wed Sep 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba
- package created using the webbuild interface