Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2015-07-22 09:19:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-update"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes        
2015-07-05 17:54:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2015-07-22 09:19:09.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul  1 13:51:41 CEST 2015 - shundham...@suse.de
+
+- Cleanup for snapshots made during installation (bnc#935923)
+- 3.1.33 
+
+-------------------------------------------------------------------

Old:
----
  yast2-update-3.1.32.tar.bz2

New:
----
  yast2-update-3.1.33.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.4z8pdp/_old  2015-07-22 09:19:10.000000000 +0200
+++ /var/tmp/diff_new_pack.4z8pdp/_new  2015-07-22 09:19:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        3.1.32
+Version:        3.1.33
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-update-3.1.32.tar.bz2 -> yast2-update-3.1.33.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.32/package/yast2-update.changes 
new/yast2-update-3.1.33/package/yast2-update.changes
--- old/yast2-update-3.1.32/package/yast2-update.changes        2015-06-29 
18:42:28.000000000 +0200
+++ new/yast2-update-3.1.33/package/yast2-update.changes        2015-07-07 
11:45:10.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jul  1 13:51:41 CEST 2015 - shundham...@suse.de
+
+- Cleanup for snapshots made during installation (bnc#935923)
+- 3.1.33 
+
+-------------------------------------------------------------------
 Mon Jun 29 16:13:30 UTC 2015 - lsle...@suse.cz
 
 - UX: add a link to the dependency error message to make the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.32/package/yast2-update.spec 
new/yast2-update-3.1.33/package/yast2-update.spec
--- old/yast2-update-3.1.32/package/yast2-update.spec   2015-06-29 
18:42:28.000000000 +0200
+++ new/yast2-update-3.1.33/package/yast2-update.spec   2015-07-07 
11:45:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        3.1.32
+Version:        3.1.33
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.32/src/modules/RootPart.rb 
new/yast2-update-3.1.33/src/modules/RootPart.rb
--- old/yast2-update-3.1.32/src/modules/RootPart.rb     2015-06-29 
18:42:28.000000000 +0200
+++ new/yast2-update-3.1.33/src/modules/RootPart.rb     2015-07-07 
11:45:10.000000000 +0200
@@ -1805,8 +1805,8 @@
         # in the target map of the storage module
         AddToTargetMap()
         if Yast2::FsSnapshot.configured?
-          snapshot = Yast2::FsSnapshot.create_pre("before upgrade")
-          Yast2::FsSnapshotStore.save("upgrade", snapshot.number)
+          snapshot = Yast2::FsSnapshot.create_pre("before update", cleanup: 
:number, important: true)
+          Yast2::FsSnapshotStore.save("update", snapshot.number)
         end
         Update.clean_backup
         create_backup


Reply via email to