From a4525e278202348acf67613d6ee0cf2a40c94374 Mon Sep 17 00:00:00 2001 From: Oliver Gutierrez Date: Jun 15 2018 12:32:48 +0000 Subject: Fixed python3 dependency on EPEL7 --- diff --git a/fleet-commander-admin.spec b/fleet-commander-admin.spec index 4bc591c..b81a4af 100644 --- a/fleet-commander-admin.spec +++ b/fleet-commander-admin.spec @@ -1,6 +1,6 @@ Name: fleet-commander-admin Version: 0.10.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fleet Commander BuildArch: noarch @@ -52,7 +52,6 @@ Requires: NetworkManager-libnm Requires: systemd Requires: dconf Requires: python2 -Requires: python3 Requires: pygobject2 Requires: cockpit Requires: python2-ipa-desktop-profile-client @@ -77,6 +76,7 @@ Requires: dbus-python %endif %if 0%{?fedora} >= 28 +Requires: python3 Requires: python2-pexpect Requires: python2-gobject Requires: python2-dbus @@ -97,7 +97,7 @@ configuration of a large network of users and workstations/laptops. Summary: Logs configuration changes in a session License: GPLv2 %if 0%{?rhel} && 0%{?rhel} < 8 -Requires: python34 +Requires: python%{python3_pkgversion} Requires: python34-gobject Requires: python34-dbus %endif @@ -162,6 +162,9 @@ install -m 755 -d %{buildroot}/%{_localstatedir}/lib/fleet-commander-admin/profi %{_sysconfdir}/udev/rules.d/81-fleet-commander-logger.rules %changelog +* Fri Jun 15 2018 Oliver Gutierrez - 0.10.8-3 +- Fixed python3 dependency for EPEL7 + * Thu Jun 14 2018 Oliver Gutierrez - 0.10.8-2 - Fixed dependency for EPEL7