[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: actually fix SLES 11 builds.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 24 04:52:46 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit 1927ba0631cb972c6834f1029a7677df76e0e00f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 24 04:52:42 2023 +0100
bin/build-rpm-package: actually fix SLES 11 builds.
---
bin/build-rpm-package | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 0a0edd4..7a7ecbe 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -739,7 +739,7 @@ generate_suse_dist_value () {
# SLE 11 days, Service Packs could not be differentiated at all (in spec
# files, at least), and since we've only ever used 11.2 and 11.3, it's fine
# to hardcode SLES 11 SP2 here.
- ret='s'"${major_version}"'sp2'
+ ret="${ret}"'s'"${major_version}"'sp2'
else
ret="${ret}${major_version}.${minor_version}"
fi
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
More information about the x2go-commits
mailing list