The branch, master has been updated via 6fb00376b0b6906b0da7aeff7188a02f6cabf209 (commit) from 8ddf60146ffd0002c7381cd31a08a1e62bf0ddc9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6fb00376b0b6906b0da7aeff7188a02f6cabf209 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Dec 8 15:54:45 2013 +0100 make qmake-qt4 findable for EPEL-5 builds ----------------------------------------------------------------------- Summary of changes: pinentry-x2go.spec | 3 +++ 1 file changed, 3 insertions(+) The diff of changes is: diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index f03a6a4..1fca287 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -29,6 +29,9 @@ x2goclient. %setup -q %build +%if 0%{?el5} +export PATH=%{_libdir}/qt4/bin:$PATH +%endif if [ ! -e configure ]; then autoreconf -fi; fi; hooks/post-receive -- pinentry-x2go.git (PinEntry Dialog (Qt) for X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2Go Client).