[X2Go-Commits] [buildscripts] 01/01: hopefully fix builds for Fedora/EPEL/Centos again

git-admin at x2go.org git-admin at x2go.org
Mon Oct 13 12:04:06 CEST 2014


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 at 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


More information about the x2go-commits mailing list