[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: OpenSuSE Leap 42.2 is discontinued now, use discontinued mirror.
git-admin at x2go.org
git-admin at x2go.org
Wed Jan 29 06:42:01 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit 13637031e1dcee72323634e1c2b7c3a71bcd2fe4
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Jan 29 06:41:38 2020 +0100
bin/build-rpm-package: OpenSuSE Leap 42.2 is discontinued now, use discontinued mirror.
---
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 283c719..0750cd6 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -1014,7 +1014,7 @@ build_packages() {
if [[ "${tmp_suse_major_version}" != "9999" ]]; then
if [ "${tmp_suse_major_version}" -lt "14" ] ||
- ( [ "${tmp_suse_major_version}" -eq "14" ] && [ "${tmp_suse_minor_version}" -lt "2" ] ); then
+ ( [ "${tmp_suse_major_version}" -eq "14" ] && [ "${tmp_suse_minor_version}" -lt "3" ] ); then
legacy_release="1"
fi
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