This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 1c69ef3562dbe685b5138d9aef71bda9daef9756 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 21:42:46 2014 +0200 openSUSE has python-notify whereas Fedora/RHEL has notify-python. --- debian/changelog | 1 + pyhoca-gui.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7602e1d..a457a5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -78,6 +78,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). * pyhoca-gui.spec: + Adapt to building on openSUSE/SLES. + + openSUSE has python-notify whereas Fedora/RHEL has notify-python. [ Mike DePaulo ] * New upstream version (0.5.0.0): diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 7039c8f..b76467a 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -25,7 +25,11 @@ BuildRequires: desktop-file-utils BuildRequires: intltool Requires: python-setproctitle Requires: python-x2go >= 0.5.0.0 +%if 0%{?suse_version} +Requires: python-notify +%else Requires: notify-python +%endif Requires: wxPython Requires: python-argparse Requires: python-cups -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git