This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 03494ac hopefully fix source builds for Fedora/RHEL new 473cf85 fix SRPM build 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: bin/build-rpm-package | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 473cf859b7bed776e4b543b5fc68e83c6a8436db Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 12:34:18 2014 +0200 fix SRPM build --- bin/build-rpm-package | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 5da81b4..47d572d 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -212,12 +212,12 @@ build_packages() { # create the SRPM package if [ "x$l_DIST" = "xfedora" ]; then rpmbuild -D "%_topdir $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild" \ - "%_vendor fedora" \ - -bs $PROJECT.spec + -D "%_vendor fedora" \ + -bs $PROJECT.spec elif [ "x$l_DIST" = "xepel" ]; then rpmbuild -D "%_topdir $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild" \ - "%_vendor rhel" \ - -bs $PROJECT.spec + -D "%_vendor rhel" \ + -bs $PROJECT.spec else cp $PROJECT.spec $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild/SOURCES fi -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git