From 082bb7cdbf3822d1107e9a0f7fddd9c4832d9ae2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Apr 14 2018 18:23:22 +0000 Subject: Require python3-wxpython4 --- diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 16bd4f0..a6758f5 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,6 +1,6 @@ Name: pyhoca-gui Version: 0.5.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Graphical X2Go client written in (wx)Python Group: Applications/Communications @@ -32,7 +32,7 @@ Requires: python%{python3_pkgversion}-setproctitle Requires: python%{python3_pkgversion}-x2go >= 0.5.0.0 Requires: libnotify Requires: python%{python3_pkgversion}-gobject-base -Requires: python%{python3_pkgversion}-wxpython +Requires: python%{python3_pkgversion}-wxpython4 %else %if 0%{?rhel} && 0%{?rhel} < 7 Requires: system-config-printer-libs @@ -122,6 +122,9 @@ fi %changelog +* Sat Apr 14 2018 Orion Poplawski - 0.5.0.7-3 +- Require python3-wxpython4 + * Sat Apr 14 2018 Orion Poplawski - 0.5.0.7-2 - Switch to python 3 for Fedora 28+