Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-04-13 13:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-05 14:43:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-04-13 13:13:42.000000000 +0200
@@ -1,0 +2,17 @@
+Fri Apr 11 14:34:48 CEST 2014 - [email protected]
+
+- allow to resize GPT Boot partition (bnc#872919)
+- version 3.1.19
+
+-------------------------------------------------------------------
+Tue Apr  8 21:40:34 UTC 2014 - [email protected]
+
+- Set PReP partition to 8M (bnc#871397)
+- version 3.1.18
+
+-------------------------------------------------------------------
+Tue Apr 08 10:54:12 CEST 2014 - [email protected]
+
+- added error message (bnc#872320)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.L3kJK1/_old  2014-04-13 13:13:43.000000000 +0200
+++ /var/tmp/diff_new_pack.L3kJK1/_new  2014-04-13 13:13:43.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.17
+Version:        3.1.19
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.17.tar.bz2 -> yast2-storage-3.1.19.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.17/package/yast2-storage.changes 
new/yast2-storage-3.1.19/package/yast2-storage.changes
--- old/yast2-storage-3.1.17/package/yast2-storage.changes      2014-04-03 
14:38:51.000000000 +0200
+++ new/yast2-storage-3.1.19/package/yast2-storage.changes      2014-04-11 
15:44:40.000000000 +0200
@@ -1,4 +1,21 @@
 -------------------------------------------------------------------
+Fri Apr 11 14:34:48 CEST 2014 - [email protected]
+
+- allow to resize GPT Boot partition (bnc#872919)
+- version 3.1.19
+
+-------------------------------------------------------------------
+Tue Apr  8 21:40:34 UTC 2014 - [email protected]
+
+- Set PReP partition to 8M (bnc#871397)
+- version 3.1.18
+
+-------------------------------------------------------------------
+Tue Apr 08 10:54:12 CEST 2014 - [email protected]
+
+- added error message (bnc#872320)
+
+-------------------------------------------------------------------
 Thu Apr 03 14:21:42 CEST 2014 - [email protected]
 
 - fixed proposal on S/390 with existing LVM (bnc#871779)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.17/package/yast2-storage.spec 
new/yast2-storage-3.1.19/package/yast2-storage.spec
--- old/yast2-storage-3.1.17/package/yast2-storage.spec 2014-04-03 
14:38:51.000000000 +0200
+++ new/yast2-storage-3.1.19/package/yast2-storage.spec 2014-04-11 
15:44:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.17
+Version:        3.1.19
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.17/src/include/partitioning/custom_part_lib.rb 
new/yast2-storage-3.1.19/src/include/partitioning/custom_part_lib.rb
--- old/yast2-storage-3.1.17/src/include/partitioning/custom_part_lib.rb        
2014-04-03 14:38:51.000000000 +0200
+++ new/yast2-storage-3.1.19/src/include/partitioning/custom_part_lib.rb        
2014-04-11 15:44:40.000000000 +0200
@@ -279,6 +279,8 @@
       elsif !Ops.get_boolean(part, "format", false) &&
           Ops.get_symbol(part, "detected_fs", :none) != :swap
         allowed = false
+        # error popup text
+        Popup.Error(_("It is not allowed to assign the mount point swap\nto a 
device without a swap file system."));
       end
 
       allowed = CheckFstabOptions(part) if allowed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.17/src/modules/Partitions.rb 
new/yast2-storage-3.1.19/src/modules/Partitions.rb
--- old/yast2-storage-3.1.17/src/modules/Partitions.rb  2014-04-03 
14:38:51.000000000 +0200
+++ new/yast2-storage-3.1.19/src/modules/Partitions.rb  2014-04-11 
15:44:40.000000000 +0200
@@ -32,6 +32,11 @@
 
 module Yast
   class PartitionsClass < Module
+
+
+    include Yast::Logger
+
+
     def main
 
       textdomain "storage"
@@ -224,8 +229,8 @@
           Ops.set(@boot_size_k, :proposed, 200 * 1024)
           Ops.set(@boot_size_k, :minimal, 180 * 1024)
         elsif Arch.board_chrp || Arch.board_prep || Arch.board_iseries
-          Ops.set(@boot_size_k, :proposed, 200 * 1024)
-          Ops.set(@boot_size_k, :minimal, 180 * 1024)
+          Ops.set(@boot_size_k, :proposed, 8032 )
+          Ops.set(@boot_size_k, :minimal, 8032 )
         elsif Arch.board_mac
           Ops.set(@boot_size_k, :proposed, 32 * 1024)
           Ops.set(@boot_size_k, :minimal, 800)
@@ -439,15 +444,15 @@
       sw
     end
 
+
     def IsResizable(fsid)
-      ret = false
-      ret = IsDosWinNtPartition(fsid) || fsid == @fsid_swap ||
-        fsid == @fsid_native ||
-        IsExtendedPartition(fsid)
-      Builtins.y2milestone("IsResizable fsid:%1 ret:%2", fsid, ret)
-      ret
+      ret = [@fsid_swap, @fsid_native, @fsid_gpt_boot].include?(fsid) ||
+        IsDosWinNtPartition(fsid) || IsExtendedPartition(fsid)
+      log.info("IsResizable fsid:#{fsid} ret:#{ret}")
+      return ret
     end
 
+
     def IsLinuxPartition(fsid)
       fsid == @fsid_native || fsid == @fsid_swap || fsid == @fsid_lvm ||
         fsid == @fsid_raid ||
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.17/testsuite/tests/empty-ppc64le1.out 
new/yast2-storage-3.1.19/testsuite/tests/empty-ppc64le1.out
--- old/yast2-storage-3.1.17/testsuite/tests/empty-ppc64le1.out 2014-04-03 
14:38:51.000000000 +0200
+++ new/yast2-storage-3.1.19/testsuite/tests/empty-ppc64le1.out 2014-04-11 
15:44:40.000000000 +0200
@@ -1,7 +1,7 @@
 Dump   Proposal:
-Dump   Create PPC PReP volume /dev/sda1 (203.95 MiB)
+Dump   Create PPC PReP volume /dev/sda1 (7.84 MiB)
 Dump   Create swap volume /dev/sda2 (517.72 MiB)
-Dump   Create root volume /dev/sda3 (297.38 GiB) with btrfs
+Dump   Create root volume /dev/sda3 (297.58 GiB) with btrfs
 Dump   Create subvolume boot/grub2/power-ieee1275 on device /dev/sda3
 Dump   Create subvolume home on device /dev/sda3
 Dump   Create subvolume opt on device /dev/sda3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.17/testsuite/tests/empty-ppc64le2.out 
new/yast2-storage-3.1.19/testsuite/tests/empty-ppc64le2.out
--- old/yast2-storage-3.1.17/testsuite/tests/empty-ppc64le2.out 2014-04-03 
14:38:51.000000000 +0200
+++ new/yast2-storage-3.1.19/testsuite/tests/empty-ppc64le2.out 2014-04-11 
15:44:40.000000000 +0200
@@ -1,8 +1,8 @@
 Dump   Proposal:
-Dump   Create PPC PReP volume /dev/sda1 (203.95 MiB)
+Dump   Create PPC PReP volume /dev/sda1 (7.84 MiB)
 Dump   Create swap volume /dev/sda2 (2.01 GiB)
 Dump   Create root volume /dev/sda3 (40.00 GiB) with btrfs
-Dump   Create volume /dev/sda4 (255.88 GiB) for /home with xfs
+Dump   Create volume /dev/sda4 (256.07 GiB) for /home with xfs
 Dump   Create subvolume boot/grub2/power-ieee1275 on device /dev/sda3
 Dump   Create subvolume opt on device /dev/sda3
 Dump   Create subvolume srv on device /dev/sda3

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

Reply via email to