[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: OpenSuSE 13.2 is legacy now as well.

git-admin at x2go.org git-admin at x2go.org
Wed Sep 13 04:58:59 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit ea45d18aad92bda197b457c5cdfd8264c1284694
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Sep 13 04:58:55 2017 +0200

    bin/build-rpm-package: OpenSuSE 13.2 is legacy now as well.
---
 bin/build-rpm-package | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index cf7aaf3..06f95b5 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -855,8 +855,7 @@ build_packages() {
 
 					if [ "x${l_DIST}" = "xopensuse" ]; then
 						typeset -i legacy_release="0"
-						if [ "${tmp_suse_major_version}" -lt "13" ] ||
-						   ( [ "${tmp_suse_major_version}" -eq "13" ] && [ "${tmp_suse_minor_version}" -lt "2" ] ) ||
+						if [ "${tmp_suse_major_version}" -lt "42" ] ||
 						   ( [ "${tmp_suse_major_version}" -eq "42" ] && [ "${tmp_suse_minor_version}" -lt "2" ] ); then
 							legacy_release="1"
 						fi

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list