This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from af0bc85 pyhoca-gui.spec: Support building against Python3 (for Fedora and RHEL >= 8). new 04470be pyhoca-gui.spec: Fix missing %endif. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: pyhoca-gui.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 04470beee9f8f9554ec87ff659274ff1815dabd5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 11:11:46 2019 +0100 pyhoca-gui.spec: Fix missing %endif. --- pyhoca-gui.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 44581d8..f2dd1af 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -112,7 +112,7 @@ sed -i %{name} -e "s@/usr/bin/env python3@/usr/bin/env python2@/" %{__python2} setup.py build_i18n %{py2_build} %endif - +%endif %install %if 0%{?suse_version} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git