[yast-commit] [ci_new_pac] JFYI yast2-online-update-configuration -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-online-update-configuration -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-online-update-configuration/yast2-online-update-configuration.changes 2014-01-27 16:08:41.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-online-update-configuration/yast2-online-update-configuration.changes 2014-03-26 15:57:22.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Mar 26 14:56:00 UTC 2014 - robin.roth@kit.edu + +- Rerun zypper if it returns 103 which indicates that an update to + zypper itself was installed +- 3.1.4 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-online-update-configuration - yast2-schema ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-online-update-configuration (Old) and /mounts/work_src_done/SLE12/yast2-online-update-configuration (BS:build ID:34848 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-online-update-configuration", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-online-update-configuration-3.1.3.tar.bz2 New: ---- yast2-online-update-configuration-3.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-online-update-configuration.spec ++++++ --- /var/tmp/diff_new_pack.a6SIHH/_old 2014-03-26 18:14:43.000000000 +0100 +++ /var/tmp/diff_new_pack.a6SIHH/_new 2014-03-26 18:14:43.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-online-update-configuration -Version: 3.1.3 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-online-update-configuration-3.1.3.tar.bz2 -> yast2-online-update-configuration-3.1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-online-update-configuration-3.1.3/package/yast2-online-update-configuration.changes new/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.changes --- old/yast2-online-update-configuration-3.1.3/package/yast2-online-update-configuration.changes 2014-01-27 11:51:59.000000000 +0100 +++ new/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.changes 2014-03-26 15:54:13.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Mar 26 14:56:00 UTC 2014 - robin.roth@kit.edu + +- Rerun zypper if it returns 103 which indicates that an update to + zypper itself was installed +- 3.1.4 + +------------------------------------------------------------------- Wed Dec 18 09:00:16 UTC 2013 - vmoravec@suse.com - Fix missing lib dir in makefile and specfile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-online-update-configuration-3.1.3/package/yast2-online-update-configuration.spec new/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.spec --- old/yast2-online-update-configuration-3.1.3/package/yast2-online-update-configuration.spec 2014-01-27 11:51:59.000000000 +0100 +++ new/yast2-online-update-configuration-3.1.4/package/yast2-online-update-configuration.spec 2014-03-26 15:54:13.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-online-update-configuration -Version: 3.1.3 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-online-update-configuration-3.1.3/src/bin/online_update new/yast2-online-update-configuration-3.1.4/src/bin/online_update --- old/yast2-online-update-configuration-3.1.3/src/bin/online_update 2014-01-27 11:51:59.000000000 +0100 +++ new/yast2-online-update-configuration-3.1.4/src/bin/online_update 2014-03-26 15:54:13.000000000 +0100 @@ -46,14 +46,30 @@ zcmd="$zcmd --no-recommends" fi + +function runzypper { + # run passed arguments + "$@" + local status=$? + # the return code 103 indicates a succesful patch of the zypper package + # other patches might stil be waiting + if [ $status -eq 103 ]; then + echo "The Zypper package was patched, rerunning update to apply remaining patches." + # rerun passed zypper command and use new status as return value + "$@" + status=$? + fi + exit $status +} + # trim whitespaces AOU_PATCH_CATEGORIES=`echo $AOU_PATCH_CATEGORIES` # run the update if [ -z "$AOU_PATCH_CATEGORIES" ] ; then - $zcmd + runzypper $zcmd else for cat in $AOU_PATCH_CATEGORIES ; do - $zcmd --category "$cat" + runzypper $zcmd --category "$cat" done fi continue with "q"... Checked in at Wed Mar 26 18:14:56 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro