[X2Go-Commits] [buildscripts] 03/03: bin/build-rpm-package: OpenSuSE Leap 15.0 is the newest discontinued release now.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 17 14:49:49 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 1e1e6da53563ce68bf04cbee4c1374d602c41efd
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 17 14:49:16 2023 +0100
bin/build-rpm-package: OpenSuSE Leap 15.0 is the newest discontinued release now.
---
bin/build-rpm-package | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index a647062..cf92dd6 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -1018,8 +1018,8 @@ build_packages() {
fi
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 "3" ] ); then
+ if [ "${tmp_suse_major_version}" -lt "15" ] ||
+ ( [ "${tmp_suse_major_version}" -eq "15" ] && [ "${tmp_suse_minor_version}" -eq "0" ] ); 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