This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 2187907 do linux32 sudo, not sudo linux32... won't work the latter way around... new bd8dbcd hopefully fix builds for Fedora/EPEL/Centos again 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 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 bd8dbcd01bffd8b1035c0ea083ea33c51b99e01f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 12:04:03 2014 +0200 hopefully fix builds for Fedora/EPEL/Centos again --- bin/build-rpm-package | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index b73f721..8e7e524 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -211,7 +211,9 @@ build_packages() { # create the SRPM package if [ "x$l_DIST" != "xopensuse" ]; then - rpmbuild -D "%_topdir $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild" -bs $PROJECT.spec + rpmbuild -D "%_topdir $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild" \ + "%_vendor centos" \ + -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