From 7be364c9dda0f9100df6b152817d6ee75eb48334 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:44:26 +0100 Subject: [PATCH] require pygobject-py3 for mambabase revert requiring dnf-plugins-core instead of yum-utils [release 4.95.1-3mamba;Wed Oct 30 2019] --- desktop-base-openmamba.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/desktop-base-openmamba.spec b/desktop-base-openmamba.spec index 4fe5f3a..94892ef 100644 --- a/desktop-base-openmamba.spec +++ b/desktop-base-openmamba.spec @@ -19,8 +19,8 @@ %define distroicon openmamba Name: desktop-base-openmamba -Version: 4.95.0 -Release: 2mamba +Version: 4.95.1 +Release: 3mamba Summary: openmamba default desktop theme and menu entries Group: System/Tools Vendor: openmamba @@ -65,6 +65,7 @@ Requires: openssh-askpass Requires: surface-tools Requires: PyQt5-py3 Requires: python-sip-py3 +Requires: pygobject-py3 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -99,8 +100,9 @@ Requires: vixie-cron Requires: rfkill Requires: audit Requires: PackageKit -Requires: yum +Requires: dnf Requires: yum-utils +#Requires: dnf-plugins-core Requires: dosfstools Requires: fuse-exfat @@ -211,6 +213,16 @@ ln -s /dev/null %{buildroot}%{_sysconfdir}/udev/rules.d/80-net-setup-link.rules %{_datadir}/openmamba/desktop/desktop-*.tar.bz2 %changelog +* Wed Oct 30 2019 Silvan Calarco 4.95.1-3mamba +- require pygobject-py3 for mambabase +- revert requiring dnf-plugins-core instead of yum-utils + +* Sat Oct 26 2019 Silvan Calarco 4.95.1-2mamba +- require dnf and dnf-plugins-core instead of yum and yum-utils + +* Fri Oct 25 2019 Silvan Calarco 4.95.1-1mamba +- update to 4.95.1 + * Fri Oct 25 2019 Silvan Calarco 4.95.0-2mamba - require python-sip-py3 for mambabase