From 2823a5abaf4db76248a3fbe5fb68e2812b09947c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 21 Sep 2024 19:48:12 +0200 Subject: [PATCH] rebuilt without USE_NFTABLES=1 to fix networking require python-pyclip and wl-clipboard [release 1.4.3-2mamba;Sat Sep 21 2024] --- waydroid.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/waydroid.spec b/waydroid.spec index a6e88d9..f83b5bf 100644 --- a/waydroid.spec +++ b/waydroid.spec @@ -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 1.4.3-2mamba +- rebuilt without USE_NFTABLES=1 to fix networking +- require python-pyclip and wl-clipboard + * Wed Sep 18 2024 Silvan Calarco 1.4.3-1mamba - package created using the webbuild interface