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:
parent
3fc095f639
commit
2823a5abaf
@ -1,6 +1,6 @@
|
|||||||
Name: waydroid
|
Name: waydroid
|
||||||
Version: 1.4.3
|
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
|
Summary: A container-based approach to boot a full Android system on a regular GNU/Linux system
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,10 +13,11 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: dnsmasq
|
Requires: dnsmasq
|
||||||
Requires: lxc
|
Requires: lxc
|
||||||
Requires: nftables
|
|
||||||
Requires: pygobject-py3
|
Requires: pygobject-py3
|
||||||
Requires: python-dbus-py3
|
Requires: python-dbus-py3
|
||||||
Requires: python-gbinder-py3
|
Requires: python-gbinder-py3
|
||||||
|
Requires: python-pyclip-py3
|
||||||
|
Requires: wl-clipboard
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
|
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
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall USE_NFTABLES=1
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user