Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-04-06 11:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2016-03-26 15:10:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-04-06 11:51:28.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 10:22:20 CEST 2016 - [email protected]
+
+- Removed Builtins.time. Cleanup for bnc#956730.
+- 3.1.86
+
+-------------------------------------------------------------------
+Thu Mar 31 17:33:18 CEST 2016 - [email protected]
+
+- call snapper to setup quota during installation (for fate#312751)
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-3.1.84.tar.bz2

New:
----
  yast2-storage-3.1.86.tar.bz2

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.ulbUIy/_old  2016-04-06 11:51:29.000000000 +0200
+++ /var/tmp/diff_new_pack.ulbUIy/_new  2016-04-06 11:51:29.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.84
+Version:        3.1.86
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.84.tar.bz2 -> yast2-storage-3.1.86.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/package/yast2-storage.changes 
new/yast2-storage-3.1.86/package/yast2-storage.changes
--- old/yast2-storage-3.1.84/package/yast2-storage.changes      2016-03-17 
11:30:06.000000000 +0100
+++ new/yast2-storage-3.1.86/package/yast2-storage.changes      2016-04-05 
15:19:25.000000000 +0200
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Mon Apr  4 10:22:20 CEST 2016 - [email protected]
+
+- Removed Builtins.time. Cleanup for bnc#956730.
+- 3.1.86
+
+-------------------------------------------------------------------
+Thu Mar 31 17:33:18 CEST 2016 - [email protected]
+
+- call snapper to setup quota during installation (for fate#312751)
+
+-------------------------------------------------------------------
 Fri Mar 11 15:27:46 CET 2016 - [email protected]
 
 - Add PowerNV support. (boo#970582)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/package/yast2-storage.spec 
new/yast2-storage-3.1.86/package/yast2-storage.spec
--- old/yast2-storage-3.1.84/package/yast2-storage.spec 2016-03-17 
11:30:06.000000000 +0100
+++ new/yast2-storage-3.1.86/package/yast2-storage.spec 2016-04-05 
15:19:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.84
+Version:        3.1.86
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/src/clients/storage_finish.rb 
new/yast2-storage-3.1.86/src/clients/storage_finish.rb
--- old/yast2-storage-3.1.84/src/clients/storage_finish.rb      2016-03-17 
11:30:06.000000000 +0100
+++ new/yast2-storage-3.1.86/src/clients/storage_finish.rb      2016-04-05 
15:19:25.000000000 +0200
@@ -93,6 +93,7 @@
 
         if Mode.installation && StorageSnapper.configure_snapper?
           StorageSnapper.configure_snapper_step4()
+          StorageSnapper.configure_snapper_step6()
         end
 
       else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/src/modules/Storage.rb 
new/yast2-storage-3.1.86/src/modules/Storage.rb
--- old/yast2-storage-3.1.84/src/modules/Storage.rb     2016-03-17 
11:30:06.000000000 +0100
+++ new/yast2-storage-3.1.86/src/modules/Storage.rb     2016-04-05 
15:19:26.000000000 +0200
@@ -789,7 +789,7 @@
 
 
     def UpdateChangeTime
-      change_time = Builtins.time
+      change_time = ::Time.now.to_i
       Builtins.y2milestone("UpdateChangeTime time %1", change_time)
       Ops.set(@StorageMap, "targets_time", change_time)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/src/modules/StorageSnapper.rb 
new/yast2-storage-3.1.86/src/modules/StorageSnapper.rb
--- old/yast2-storage-3.1.84/src/modules/StorageSnapper.rb      2016-03-17 
11:30:06.000000000 +0100
+++ new/yast2-storage-3.1.86/src/modules/StorageSnapper.rb      2016-04-05 
15:19:26.000000000 +0200
@@ -132,6 +132,15 @@
 
     end
 
+
+    def configure_snapper_step6()
+
+      log.info("configuring snapper for root fs - step 6")
+
+      bash_log_output("/usr/bin/snapper --no-dbus setup-quota")
+
+    end
+
   end
 
   StorageSnapper = StorageSnapperClass.new


Reply via email to