Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-09-26 10:51:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-09-10 17:01:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-09-26 10:51:27.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 18 16:34:43 CEST 2014 - [email protected]
+
+- fixed btrfs subvolume handling for non-root devices (bnc#895075)
+- version 3.1.45
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.toRX39/_old  2014-09-26 10:51:28.000000000 +0200
+++ /var/tmp/diff_new_pack.toRX39/_new  2014-09-26 10:51:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.44
+Version:        3.1.45
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.44.tar.bz2 -> yast2-storage-3.1.45.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.44/MAINTAINER 
new/yast2-storage-3.1.45/MAINTAINER
--- old/yast2-storage-3.1.44/MAINTAINER 2014-09-08 12:54:22.000000000 +0200
+++ new/yast2-storage-3.1.45/MAINTAINER 2014-09-24 17:00:23.000000000 +0200
@@ -1 +1 @@
-Arvin Schnell <[email protected]>
+Deprecated file. Use `osc maintainer yast2-storage` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.44/package/yast2-storage.changes 
new/yast2-storage-3.1.45/package/yast2-storage.changes
--- old/yast2-storage-3.1.44/package/yast2-storage.changes      2014-09-08 
12:54:22.000000000 +0200
+++ new/yast2-storage-3.1.45/package/yast2-storage.changes      2014-09-24 
17:00:23.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Sep 18 16:34:43 CEST 2014 - [email protected]
+
+- fixed btrfs subvolume handling for non-root devices (bnc#895075)
+- version 3.1.45
+
+-------------------------------------------------------------------
 Mon Sep  8 10:40:42 UTC 2014 - [email protected]
 
 - Use a more flexible rubygem requirement syntax (bnc#895069)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.44/package/yast2-storage.spec 
new/yast2-storage-3.1.45/package/yast2-storage.spec
--- old/yast2-storage-3.1.44/package/yast2-storage.spec 2014-09-08 
12:54:22.000000000 +0200
+++ new/yast2-storage-3.1.45/package/yast2-storage.spec 2014-09-24 
17:00:23.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.44
+Version:        3.1.45
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.44/src/include/partitioning/custom_part_lib.rb 
new/yast2-storage-3.1.45/src/include/partitioning/custom_part_lib.rb
--- old/yast2-storage-3.1.44/src/include/partitioning/custom_part_lib.rb        
2014-09-08 12:54:22.000000000 +0200
+++ new/yast2-storage-3.1.45/src/include/partitioning/custom_part_lib.rb        
2014-09-24 17:00:23.000000000 +0200
@@ -696,7 +696,7 @@
       end
 
       # set btrfs subvolumes (bnc#872210)
-      if init
+      if init && new.fetch("mount", "") == "/"
         new = HandleSubvol(new)
       end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.44/src/modules/StorageProposal.rb 
new/yast2-storage-3.1.45/src/modules/StorageProposal.rb
--- old/yast2-storage-3.1.44/src/modules/StorageProposal.rb     2014-09-08 
12:54:23.000000000 +0200
+++ new/yast2-storage-3.1.45/src/modules/StorageProposal.rb     2014-09-24 
17:00:23.000000000 +0200
@@ -4470,10 +4470,12 @@
 
           # enable snapshots for root volume if desired
           if StorageProposal.PropDefaultFs() == :btrfs && 
StorageProposal.GetProposalSnapshots()
-            opts = StorageProposal.GetControlCfg()
-            size_limit_k = 1024 * opts["root_base"]
-            if volume["mount"] == "/" && volume["size_k"] >= size_limit_k
-              volume["userdata"] = { "/" => "snapshots" }
+            if volume["mount"] == "/"
+              opts = StorageProposal.GetControlCfg()
+              size_limit_k = 1024 * opts["root_base"]
+              if volume["size_k"] >= size_limit_k
+                volume["userdata"] = { "/" => "snapshots" }
+              end
             end
           end
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to