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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to