Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-06-05 14:18:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-10 09:26:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-06-05 14:18:11.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 25 22:05:37 UTC 2016 - dmuel...@suse.de
+
+- raise /boot partitioning size for BTRFS/aarch64 even further (bsc#979037)
+- 3.1.93
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.uV27vD/_old  2016-06-05 14:18:12.000000000 +0200
+++ /var/tmp/diff_new_pack.uV27vD/_new  2016-06-05 14:18:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.92
+Version:        3.1.93
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.92.tar.bz2 -> yast2-storage-3.1.93.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.92/package/yast2-storage.changes 
new/yast2-storage-3.1.93/package/yast2-storage.changes
--- old/yast2-storage-3.1.92/package/yast2-storage.changes      2016-05-06 
08:50:48.000000000 +0200
+++ new/yast2-storage-3.1.93/package/yast2-storage.changes      2016-06-01 
09:38:32.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed May 25 22:05:37 UTC 2016 - dmuel...@suse.de
+
+- raise /boot partitioning size for BTRFS/aarch64 even further (bsc#979037)
+- 3.1.93
+
+-------------------------------------------------------------------
 Fri May  6 06:33:40 UTC 2016 - jsr...@suse.cz
 
 - fixed error in porting bsc#957913 to master branch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.92/package/yast2-storage.spec 
new/yast2-storage-3.1.93/package/yast2-storage.spec
--- old/yast2-storage-3.1.92/package/yast2-storage.spec 2016-05-06 
08:50:48.000000000 +0200
+++ new/yast2-storage-3.1.93/package/yast2-storage.spec 2016-06-01 
09:38:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.92
+Version:        3.1.93
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.92/src/modules/Partitions.rb 
new/yast2-storage-3.1.93/src/modules/Partitions.rb
--- old/yast2-storage-3.1.92/src/modules/Partitions.rb  2016-05-06 
08:50:48.000000000 +0200
+++ new/yast2-storage-3.1.93/src/modules/Partitions.rb  2016-06-01 
09:38:32.000000000 +0200
@@ -227,8 +227,9 @@
 
         if Arch.aarch64
           # Has higher requirements on BTRFS since pagesize==sectorsize = 64k
-          Ops.set(@boot_size_k, :proposed, 500 * 1024)
-          Ops.set(@boot_size_k, :minimal, 490 * 1024)
+          # See bsc#979037
+          Ops.set(@boot_size_k, :proposed, 660 * 1024)
+          Ops.set(@boot_size_k, :minimal, 650 * 1024)
         elsif Arch.ia64
           Ops.set(@boot_size_k, :proposed, 200 * 1024)
           Ops.set(@boot_size_k, :minimal, 180 * 1024)


Reply via email to