commit yast2-installation for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2014-07-02 15:04:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-installation" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2014-06-26 08:00:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes 2014-07-02 15:04:02.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jun 30 14:34:59 UTC 2014 - jreidinger@suse.cz + +- restore: use restore script instead of manual unpacking tarball + to also remove newly generated content when rollbacking + (bnc#882039) +- 3.1.97 + +------------------------------------------------------------------- Old: ---- yast2-installation-3.1.96.tar.bz2 New: ---- yast2-installation-3.1.97.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.G3J4KJ/_old 2014-07-02 15:04:03.000000000 +0200 +++ /var/tmp/diff_new_pack.G3J4KJ/_new 2014-07-02 15:04:03.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.96 +Version: 3.1.97 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-installation-3.1.96.tar.bz2 -> yast2-installation-3.1.97.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.96/package/yast2-installation.changes new/yast2-installation-3.1.97/package/yast2-installation.changes --- old/yast2-installation-3.1.96/package/yast2-installation.changes 2014-06-24 14:34:58.000000000 +0200 +++ new/yast2-installation-3.1.97/package/yast2-installation.changes 2014-07-01 08:07:19.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Jun 30 14:34:59 UTC 2014 - jreidinger@suse.cz + +- restore: use restore script instead of manual unpacking tarball + to also remove newly generated content when rollbacking + (bnc#882039) +- 3.1.97 + +------------------------------------------------------------------- Mon Jun 23 16:09:32 CEST 2014 - locilka@suse.com - Changed /bin/rm path to /usr/bin/rm path (bnc#882453) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.96/package/yast2-installation.spec new/yast2-installation-3.1.97/package/yast2-installation.spec --- old/yast2-installation-3.1.96/package/yast2-installation.spec 2014-06-24 14:34:58.000000000 +0200 +++ new/yast2-installation-3.1.97/package/yast2-installation.spec 2014-07-01 08:07:19.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.96 +Version: 3.1.97 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.96/startup/YaST2.call new/yast2-installation-3.1.97/startup/YaST2.call --- old/yast2-installation-3.1.96/startup/YaST2.call 2014-06-24 14:34:58.000000000 +0200 +++ new/yast2-installation-3.1.97/startup/YaST2.call 2014-07-01 08:07:19.000000000 +0200 @@ -279,8 +279,8 @@ function restore_backup () { # restores backup if it is available if [ -d /mnt/var/adm/backup/system-upgrade ]; then - for i in /mnt/var/adm/backup/system-upgrade/*.tar.bz2; do - tar xvf $i -C /mnt --overwrite + for i in /mnt/var/adm/backup/system-upgrade/restore-*.sh; do + sh $i /mnt done fi } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de