diff --git a/usbinstall.spec b/usbinstall.spec index 7715db8..46822d7 100644 --- a/usbinstall.spec +++ b/usbinstall.spec @@ -1,5 +1,5 @@ Name: usbinstall -Version: 1.20 +Version: 2.0 Release: 1mamba Summary: A script with a GUI frontend to install openmamba into a removable storage device Group: System/Tools @@ -9,8 +9,10 @@ Packager: Silvan Calarco URL: https://src.openmamba.org/openmamba/usbinstall Source: https://src.openmamba.org/openmamba/usbinstall.git/v%{version}/%{name}-%{version}.tar.bz2 License: GPL -Requires: PyQt4-py3 -Requires: python-sip4-py3 +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +Requires: PyQt6-py3 +Requires: python-sip-py3 Requires: pygobject-py3 Requires: python-dbus-py3 %ifarch %{ix86} x86_64 @@ -60,12 +62,7 @@ Scripts to install openmamba rootfs archives to SD and then to internal MMC devi %{_datadir}/applications/usbinstall.desktop %dir %{_datadir}/openmamba/usbinstall %dir %{_datadir}/openmamba/usbinstall/img -%{_datadir}/openmamba/usbinstall/img/back1.png -%{_datadir}/openmamba/usbinstall/img/back2.png -%{_datadir}/openmamba/usbinstall/img/back3.png -%{_datadir}/openmamba/usbinstall/img/exit.png -%{_datadir}/openmamba/usbinstall/img/nuvola.png -%{_datadir}/openmamba/usbinstall/img/pach1.png +%{_datadir}/openmamba/usbinstall/img/*.png %{_datadir}/openmamba/usbinstall/usbinstall.py %{_datadir}/polkit-1/actions/org.openmamba.usbinstall.policy %doc COPYING @@ -77,6 +74,9 @@ Scripts to install openmamba rootfs archives to SD and then to internal MMC devi %{_prefix}/libexec/init_resize %changelog +* Sat Jul 20 2024 Silvan Calarco 2.0-1mamba +- update to 2.0 + * Fri Jul 19 2024 Silvan Calarco 1.20-1mamba - update to 1.20