This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from b4877a8 bin/build-rpm-package: override "$basearch" value in mock configs, needed on ppc64be. new ea45d18 bin/build-rpm-package: OpenSuSE 13.2 is legacy now as well. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-rpm-package | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
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@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