[X2Go-Commits] [buildscripts] 01/01: fix SRPM build

git-admin at x2go.org git-admin at x2go.org
Mon Oct 13 12:34:22 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 473cf859b7bed776e4b543b5fc68e83c6a8436db
Author: Mike Gabriel <mike.gabriel at 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


More information about the x2go-commits mailing list