commit yast2-storage for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2018-01-17 21:42:11

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Wed Jan 17 21:42:11 2018 rev:297 rq:555006 version:3.2.20

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-08-24 18:16:41.851125421 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2018-01-17 21:42:13.620375074 +0100
@@ -1,0 +2,13 @@
+Thu Dec  7 11:48:33 UTC 2017 - igonzalezs...@suse.com
+
+- Properly escape %{VERSION} in the spec file (bsc#1071724).
+- 3.2.20
+
+---
+Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468).
+- 3.2.19
+
+---

Old:

  yast2-storage-3.2.18.tar.bz2

New:

  yast2-storage-3.2.20.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.dXkS3F/_old  2018-01-17 21:42:14.316342497 +0100
+++ /var/tmp/diff_new_pack.dXkS3F/_new  2018-01-17 21:42:14.320342310 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.18
+Version:3.2.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -111,7 +111,7 @@
 %{yast_moduledir}/*
 %dir %{yast_libdir}/storage
 %{yast_libdir}/storage/*.rb
-/var/adm/fillup-templates/sysconfig.storage-yast2-storage
+%{_fillupdir}/sysconfig.storage-yast2-storage
 
 %dir %{yast_ydatadir}
 %{yast_ydatadir}/*.ycp
@@ -136,7 +136,7 @@
 %package devel
 Requires:   libstdc++-devel
 Requires:   yast2-storage = %version
-Requires:   libstorage-devel = %(echo `rpm -q --queryformat '%{VERSION}' 
libstorage-devel`)
+Requires:   libstorage-devel = %(echo `rpm -q --queryformat '%%{VERSION}' 
libstorage-devel`)
 
 Summary:YaST2 - Storage Library Headers and Documentation
 Group:  Development/Libraries/YaST

++ yast2-storage-3.2.18.tar.bz2 -> yast2-storage-3.2.20.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.18/package/yast2-storage.changes 
new/yast2-storage-3.2.20/package/yast2-storage.changes
--- old/yast2-storage-3.2.18/package/yast2-storage.changes  2017-08-23 
15:17:19.518492747 +0200
+++ new/yast2-storage-3.2.20/package/yast2-storage.changes  2017-12-07 
13:06:10.0 +0100
@@ -1,4 +1,17 @@
 ---
+Thu Dec  7 11:48:33 UTC 2017 - igonzalezs...@suse.com
+
+- Properly escape %{VERSION} in the spec file (bsc#1071724).
+- 3.2.20
+
+---
+Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468).
+- 3.2.19
+
+---
 Wed Aug 23 14:13:02 CEST 2017 - shundham...@suse.de
 
 - Merged SLE-12-SP2-CASP branch to master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.18/package/yast2-storage.spec 
new/yast2-storage-3.2.20/package/yast2-storage.spec
--- old/yast2-storage-3.2.18/package/yast2-storage.spec 2017-08-23 
15:17:19.518492747 +0200
+++ new/yast2-storage-3.2.20/package/yast2-storage.spec 2017-12-07 
13:06:10.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   yast2-storage
-Version:3.2.18
+Version:3.2.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -108,7 +107,7 @@
 %{yast_moduledir}/*
 %dir %{yast_libdir}/storage
 %{yast_libdir}/storage/*.rb
-/var/adm/fillup-templates/sysconfig.storage-yast2-storage
+%{_fillupdir}/sysconfig.storage-yast2-storage
 
 %dir %{yast_ydatadir}
 %{yast_ydatadir}/*.ycp
@@ -132,7 +131,7 @@
 
 %package devel
 Requires:  libstdc++-devel
-Requires:  libstorage-devel = %(echo `rpm -q --queryformat '%{VERSION}' 
libstorage-devel`)
+Requires:  libstorage-devel = %(echo `rpm -q --queryformat '%%{VERSION}' 
libstorage-devel`)
 Requires:  yast2-storage = %version
 
 Summary:YaST2 - Storage Library Headers and Documentation




commit yast2-storage for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-08-24 18:16:40

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Thu Aug 24 18:16:40 2017 rev:296 rq:518387 version:3.2.18

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-07-02 13:32:24.823833350 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-08-24 18:16:41.851125421 +0200
@@ -1,0 +2,25 @@
+Wed Aug 23 14:13:02 CEST 2017 - shundham...@suse.de
+
+- Merged SLE-12-SP2-CASP branch to master
+- 3.2.18
+
+---
+Mon Aug 21 10:32:52 UTC 2017 - igonzalezs...@suse.com
+
+- Fix Btrfs default subvolume name detection (bsc#1044434 and
+  bsc#1044250)
+- Read default subvolume name for Btrfs filesystems when using
+  the expert partitioner (bsc#1040154)
+
+---
+Wed Aug 16 11:34:48 CEST 2017 - shundham...@suse.de
+
+- Make filesystem type for home and root configurable in control.xml
+  (bsc#1051762)
+
+---
+Thu Jul 20 10:45:18 CEST 2017 - aschn...@suse.com
+
+- fixed check whether snapshots are proposed (bsc#1049108)
+
+---

Old:

  yast2-storage-3.2.17.tar.bz2

New:

  yast2-storage-3.2.18.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.0CaeAd/_old  2017-08-24 18:16:42.555026311 +0200
+++ /var/tmp/diff_new_pack.0CaeAd/_new  2017-08-24 18:16:42.567024621 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.17
+Version:3.2.18
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.17.tar.bz2 -> yast2-storage-3.2.18.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.17/.yardopts 
new/yast2-storage-3.2.18/.yardopts
--- old/yast2-storage-3.2.17/.yardopts  1970-01-01 01:00:00.0 +0100
+++ new/yast2-storage-3.2.18/.yardopts  2017-08-23 15:17:19.502492747 +0200
@@ -0,0 +1,7 @@
+--no-private
+--markup markdown
+--protected
+--readme README.md
+--output-dir ./doc/autodocs
+--files *.md
+src/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.17/package/yast2-storage.changes 
new/yast2-storage-3.2.18/package/yast2-storage.changes
--- old/yast2-storage-3.2.17/package/yast2-storage.changes  2017-06-26 
17:12:35.446338830 +0200
+++ new/yast2-storage-3.2.18/package/yast2-storage.changes  2017-08-23 
15:17:19.518492747 +0200
@@ -1,4 +1,29 @@
 ---
+Wed Aug 23 14:13:02 CEST 2017 - shundham...@suse.de
+
+- Merged SLE-12-SP2-CASP branch to master
+- 3.2.18
+
+---
+Mon Aug 21 10:32:52 UTC 2017 - igonzalezs...@suse.com
+
+- Fix Btrfs default subvolume name detection (bsc#1044434 and
+  bsc#1044250)
+- Read default subvolume name for Btrfs filesystems when using
+  the expert partitioner (bsc#1040154)
+
+---
+Wed Aug 16 11:34:48 CEST 2017 - shundham...@suse.de
+
+- Make filesystem type for home and root configurable in control.xml
+  (bsc#1051762)
+
+---
+Thu Jul 20 10:45:18 CEST 2017 - aschn...@suse.com
+
+- fixed check whether snapshots are proposed (bsc#1049108)
+
+---
 Mon Jun 26 11:13:00 CEST 2017 - shundham...@suse.de
 
 - Allow different mount point for home partition (Fate#323532)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.17/package/yast2-storage.spec 
new/yast2-storage-3.2.18/package/yast2-storage.spec
--- old/yast2-storage-3.2.17/package/yast2-storage.spec 2017-06-26 
17:12:35.446338830 +0200
+++ new/yast2-storage-3.2.18/package/yast2-storage.spec 2017-08-23 
15:17:19.518492747 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.17
+Version:3.2.18
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.17/src/modules/StorageProposal.rb 
new/yast2-storage-3.2.18/src/modules/StorageProposal.rb
--- old/yast2-storage-3.2.17/src/mo

commit yast2-storage for openSUSE:Factory

2017-07-02 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-07-02 13:32:23

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Sun Jul  2 13:32:23 2017 rev:295 rq:506286 version:3.2.17

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-06-20 09:32:31.066715355 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-07-02 13:32:24.823833350 +0200
@@ -1,0 +2,6 @@
+Mon Jun 26 11:13:00 CEST 2017 - shundham...@suse.de
+
+- Allow different mount point for home partition (Fate#323532)
+- 3.2.17
+
+---

Old:

  yast2-storage-3.2.16.tar.bz2

New:

  yast2-storage-3.2.17.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.J33g8o/_old  2017-07-02 13:32:25.387753833 +0200
+++ /var/tmp/diff_new_pack.J33g8o/_new  2017-07-02 13:32:25.391753269 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.16
+Version:3.2.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.16.tar.bz2 -> yast2-storage-3.2.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.16/package/yast2-storage.changes 
new/yast2-storage-3.2.17/package/yast2-storage.changes
--- old/yast2-storage-3.2.16/package/yast2-storage.changes  2017-06-16 
14:01:45.973518659 +0200
+++ new/yast2-storage-3.2.17/package/yast2-storage.changes  2017-06-26 
17:12:35.446338830 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Jun 26 11:13:00 CEST 2017 - shundham...@suse.de
+
+- Allow different mount point for home partition (Fate#323532)
+- 3.2.17
+
+---
 Fri Jun 16 08:07:04 UTC 2017 - igonzalezs...@suse.com
 
 - Fix Btrfs default subvolume name detection (bsc#1044434 and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.16/package/yast2-storage.spec 
new/yast2-storage-3.2.17/package/yast2-storage.spec
--- old/yast2-storage-3.2.16/package/yast2-storage.spec 2017-06-16 
14:01:45.973518659 +0200
+++ new/yast2-storage-3.2.17/package/yast2-storage.spec 2017-06-26 
17:12:35.446338830 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.16
+Version:3.2.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.16/src/modules/StorageProposal.rb 
new/yast2-storage-3.2.17/src/modules/StorageProposal.rb
--- old/yast2-storage-3.2.16/src/modules/StorageProposal.rb 2017-06-16 
14:01:45.993518659 +0200
+++ new/yast2-storage-3.2.17/src/modules/StorageProposal.rb 2017-06-26 
17:12:35.466338830 +0200
@@ -42,6 +42,15 @@
 include Yast::Logger
 include Yast::StorageHelpers::TargetMapFormatter
 
+# Internal name of the home partition or volume.
+# This does not change, even if the mount point for this is really "/data"
+# or anything else.
+#
+# The mount point for this (which might be "/home" or "/data") is
+# GetHomePath() / SetHomePath().
+HOME_VOL_NAME = "home"
+DEFAULT_HOME_PATH = "/home"
+
 def main
 
   textdomain "storage"
@@ -76,6 +85,10 @@
   @proposal_settings_editable = true
   @expert_partitioner_warning = false
 
+  # Path of the home partition or volume.
+  # This might become "data" in certain setups (CaaSP).
+  @home_path = DEFAULT_HOME_PATH
+
   @cfg_xml = {}
 
   @swapable = {}
@@ -108,6 +121,19 @@
 end
 
 
+def SetHomePath(val)
+  @home_path = val
+end
+
+def GetHomePath
+  @home_path
+end
+
+def GetStrippedHomePath
+  @home_path.gsub(/^\//, "")
+end
+
+
 def GetProposalLvm
   @proposal_lvm
 end
@@ -293,6 +319,15 @@
   Ops.set(@cfg_xml, "home_max", 25 * 1024)
 end
 
+@home_path = ProductFeatures.GetStringFeature("partitioning", 
"home_path")
+@home_path ||= DEFAULT_HOME_PATH
+if !@home_path.start_with?("/")
+  log.error("home_path in control.xml does not start with /")
+  log.error("falling back to @{DEFAULT_HOME_PATH}")
+  @home_path = DEFAULT_HOME_PATH
+end
+log.info("home_path: #{@home_path}") unless @home_path == 
DEFAULT_HOME_PATH
+
 btmp = ProductFeatures.GetBooleanFeature("partitioning", 
"pr

commit yast2-storage for openSUSE:Factory

2017-06-20 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-06-20 09:32:28

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Tue Jun 20 09:32:28 2017 rev:294 rq:504189 version:3.2.16

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-06-12 15:12:37.899977321 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-06-20 09:32:31.066715355 +0200
@@ -1,0 +2,9 @@
+Fri Jun 16 08:07:04 UTC 2017 - igonzalezs...@suse.com
+
+- Fix Btrfs default subvolume name detection (bsc#1044434 and
+  bsc#1044250)
+- Mark the description of the first snapshot for translation
+  (bsc#988700)
+- 3.2.16
+
+---

Old:

  yast2-storage-3.2.15.tar.bz2

New:

  yast2-storage-3.2.16.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.Z587FQ/_old  2017-06-20 09:32:31.762617180 +0200
+++ /var/tmp/diff_new_pack.Z587FQ/_new  2017-06-20 09:32:31.766616616 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.15
+Version:3.2.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.15.tar.bz2 -> yast2-storage-3.2.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.15/package/yast2-storage.changes 
new/yast2-storage-3.2.16/package/yast2-storage.changes
--- old/yast2-storage-3.2.15/package/yast2-storage.changes  2017-06-07 
17:38:26.321891881 +0200
+++ new/yast2-storage-3.2.16/package/yast2-storage.changes  2017-06-16 
14:01:45.973518659 +0200
@@ -1,4 +1,13 @@
 ---
+Fri Jun 16 08:07:04 UTC 2017 - igonzalezs...@suse.com
+
+- Fix Btrfs default subvolume name detection (bsc#1044434 and
+  bsc#1044250)
+- Mark the description of the first snapshot for translation
+  (bsc#988700)
+- 3.2.16
+
+---
 Wed Jun  7 17:28:46 CEST 2017 - shundham...@suse.de
 
 - Fixed UI syntax error when adding tmpfs (bsc#1041737)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.15/package/yast2-storage.spec 
new/yast2-storage-3.2.16/package/yast2-storage.spec
--- old/yast2-storage-3.2.15/package/yast2-storage.spec 2017-06-07 
17:38:26.321891881 +0200
+++ new/yast2-storage-3.2.16/package/yast2-storage.spec 2017-06-16 
14:01:45.973518659 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.15
+Version:3.2.16
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.15/src/modules/FileSystems.rb 
new/yast2-storage-3.2.16/src/modules/FileSystems.rb
--- old/yast2-storage-3.2.15/src/modules/FileSystems.rb 2017-06-07 
17:38:26.333891881 +0200
+++ new/yast2-storage-3.2.16/src/modules/FileSystems.rb 2017-06-16 
14:01:45.989518659 +0200
@@ -2068,11 +2068,11 @@
 # @return [String,nil] Default subvolume from the target system
 def default_subvol_from_target
   Yast.import "Storage"
-  parts = Storage.GetTargetMap.map { |_k, d| d.fetch("partitions")  
}.flatten.compact
+  parts = Storage.GetTargetMap.map { |_k, d| d.fetch("partitions", []) 
}.flatten.compact
   btrfs_parts = parts.select { |p| p["used_fs"] == :btrfs }
-  default_subvol_names = btrfs_parts.reduce({}) do |memo, part|
-memo[part["mount"]] = btrfs_subvol_name_for(part["mount"]) unless 
part["mount"].nil?
-memo
+  default_subvol_names = btrfs_parts.each_with_object({}) do |part, memo|
+next if part["mount"].nil? || !::File.directory?(part["mount"])
+memo[part["mount"]] = btrfs_subvol_name_for(part["mount"])
   end
 
   # Root takes precedence
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.15/src/modules/StorageSnapper.rb 
new/yast2-storage-3.2.16/src/modules/StorageSnapper.rb
--- old/yast2-storage-3.2.15/src/modules/StorageSnapper.rb  2017-06-07 
17:38:26.341891881 +0200
+++ new/yast2-storage-3.2.16/src/modules/StorageSnapper.rb  2017-06-16 
14:01:45.993518659 +0200
@@ -77,9 +77,11 @@
 
   part = Storage.GetEntryForMountpoint("/")
 
+  # TRANSLATORS: first snapshot description
+  snapshot_description = _("first root filesystem")
   if bash_log_output("/usr/lib/snapper/installation-helper --s

commit yast2-storage for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-06-12 15:12:35

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Mon Jun 12 15:12:35 2017 rev:293 rq:501786 version:3.2.15

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-06-07 13:08:42.305155301 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-06-12 15:12:37.899977321 +0200
@@ -1,0 +2,6 @@
+Wed Jun  7 17:28:46 CEST 2017 - shundham...@suse.de
+
+- Fixed UI syntax error when adding tmpfs (bsc#1041737)
+- 3.2.15
+
+---

Old:

  yast2-storage-3.2.14.tar.bz2

New:

  yast2-storage-3.2.15.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.7XiP3I/_old  2017-06-12 15:12:38.535887593 +0200
+++ /var/tmp/diff_new_pack.7XiP3I/_new  2017-06-12 15:12:38.535887593 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.14
+Version:3.2.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.14.tar.bz2 -> yast2-storage-3.2.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.14/package/yast2-storage.changes 
new/yast2-storage-3.2.15/package/yast2-storage.changes
--- old/yast2-storage-3.2.14/package/yast2-storage.changes  2017-05-31 
11:00:47.613991997 +0200
+++ new/yast2-storage-3.2.15/package/yast2-storage.changes  2017-06-07 
17:38:26.321891881 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Jun  7 17:28:46 CEST 2017 - shundham...@suse.de
+
+- Fixed UI syntax error when adding tmpfs (bsc#1041737)
+- 3.2.15
+
+---
 Tue May 30 16:53:14 CEST 2017 - shundham...@suse.de
 
 - Don't complain about unavailable NTFS packages if they are not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.14/package/yast2-storage.spec 
new/yast2-storage-3.2.15/package/yast2-storage.spec
--- old/yast2-storage-3.2.14/package/yast2-storage.spec 2017-05-31 
11:00:47.613991997 +0200
+++ new/yast2-storage-3.2.15/package/yast2-storage.spec 2017-06-07 
17:38:26.321891881 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.14
+Version:3.2.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.14/src/include/partitioning/custom_part_lib.rb 
new/yast2-storage-3.2.15/src/include/partitioning/custom_part_lib.rb
--- old/yast2-storage-3.2.14/src/include/partitioning/custom_part_lib.rb
2017-05-31 11:00:47.621991997 +0200
+++ new/yast2-storage-3.2.15/src/include/partitioning/custom_part_lib.rb
2017-06-07 17:38:26.325891881 +0200
@@ -478,7 +478,7 @@
 end
 enable_disable_snapshots_checkbox(partition)
   else
-if !UI.WidgetExists(Id(:fs_options))
+if !UI.WidgetExists(Id(:fs_options)) && 
UI.WidgetExists(Id(:rep_fs_options))
   UI.ReplaceWidget(Id(:rep_fs_options), FsOptionsButton())
 end
   end




commit yast2-storage for openSUSE:Factory

2017-06-07 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-06-07 13:08:40

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Wed Jun  7 13:08:40 2017 rev:292 rq:500042 version:3.2.14

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-03-29 13:22:27.486385244 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-06-07 13:08:42.305155301 +0200
@@ -1,0 +2,21 @@
+Tue May 30 16:53:14 CEST 2017 - shundham...@suse.de
+
+- Don't complain about unavailable NTFS packages if they are not
+  in the product's repo (bsc#1039830)
+- 3.2.14
+
+---
+Tue May 23 11:02:17 UTC 2017 - igonzalezs...@suse.com
+
+- Read default subvolume name for Btrfs filesystems when using
+  the expert partitioner (bsc#1040154)
+- 3.2.13
+
+---
+Fri May 19 11:54:48 UTC 2017 - knut.anders...@suse.com
+
+- During installation, mount efivarfs in /mnt/sys/firmware/efivars
+  if present in inst-sys (bsc#1037495)
+- 3.2.12
+
+---

Old:

  yast2-storage-3.2.11.tar.bz2

New:

  yast2-storage-3.2.14.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.m9jBlS/_old  2017-06-07 13:08:42.805084755 +0200
+++ /var/tmp/diff_new_pack.m9jBlS/_new  2017-06-07 13:08:42.809084190 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.11
+Version:3.2.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.11.tar.bz2 -> yast2-storage-3.2.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.11/package/yast2-storage.changes 
new/yast2-storage-3.2.14/package/yast2-storage.changes
--- old/yast2-storage-3.2.11/package/yast2-storage.changes  2017-03-23 
10:55:36.734441739 +0100
+++ new/yast2-storage-3.2.14/package/yast2-storage.changes  2017-05-31 
11:00:47.613991997 +0200
@@ -1,4 +1,25 @@
 ---
+Tue May 30 16:53:14 CEST 2017 - shundham...@suse.de
+
+- Don't complain about unavailable NTFS packages if they are not
+  in the product's repo (bsc#1039830)
+- 3.2.14
+
+---
+Tue May 23 11:02:17 UTC 2017 - igonzalezs...@suse.com
+
+- Read default subvolume name for Btrfs filesystems when using
+  the expert partitioner (bsc#1040154)
+- 3.2.13
+
+---
+Fri May 19 11:54:48 UTC 2017 - knut.anders...@suse.com
+
+- During installation, mount efivarfs in /mnt/sys/firmware/efivars
+  if present in inst-sys (bsc#1037495)
+- 3.2.12
+
+---
 Wed Mar 22 08:45:22 UTC 2017 - mfi...@suse.com
 
 - bnc#1026027
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.11/package/yast2-storage.spec 
new/yast2-storage-3.2.14/package/yast2-storage.spec
--- old/yast2-storage-3.2.11/package/yast2-storage.spec 2017-03-23 
10:55:36.734441739 +0100
+++ new/yast2-storage-3.2.14/package/yast2-storage.spec 2017-05-31 
11:00:47.613991997 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.11
+Version:3.2.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.11/src/clients/inst_prepdisk.rb 
new/yast2-storage-3.2.14/src/clients/inst_prepdisk.rb
--- old/yast2-storage-3.2.11/src/clients/inst_prepdisk.rb   2017-03-23 
10:55:36.738441739 +0100
+++ new/yast2-storage-3.2.14/src/clients/inst_prepdisk.rb   2017-05-31 
11:00:47.613991997 +0200
@@ -36,6 +36,8 @@
 # possible return values: `back, `abort `next
 module Yast
   class InstPrepdiskClient < Client
+EFIVARS_PATH = "/sys/firmware/efi/efivars".freeze
+
 def main
   textdomain "storage"
 
@@ -140,6 +142,7 @@
 
 MountTarget("/proc", "proc", "-t proc")
 MountTarget("/sys", "sysfs", "-t sysfs")
+MountTarget(EFIVARS_PATH, "efivarfs", "-t efivarfs") if 
File.exists?(EFIVARS_PATH)
 
 # mounting /run for udev (bnc#717321)
 @cmd = Ops.add(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.11/src/lib/storage/used_storage_feature

commit yast2-storage for openSUSE:Factory

2017-03-29 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-03-29 13:22:23

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Wed Mar 29 13:22:23 2017 rev:291 rq:482178 version:3.2.11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-03-20 17:04:53.001514385 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-03-29 13:22:27.486385244 +0200
@@ -1,0 +2,15 @@
+Wed Mar 22 08:45:22 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped /etc/init.d/boot.crypto* invocations. Since these SysV
+scripts were replaced by native systemd implementation already.
+- 3.2.11
+
+---
+Mon Mar 20 09:12:25 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped calls to /sbin/insserv
+- 3.2.10
+
+---

Old:

  yast2-storage-3.2.9.tar.bz2

New:

  yast2-storage-3.2.11.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.oGIar3/_old  2017-03-29 13:22:28.162289654 +0200
+++ /var/tmp/diff_new_pack.oGIar3/_new  2017-03-29 13:22:28.162289654 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.9
+Version:3.2.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.9.tar.bz2 -> yast2-storage-3.2.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/package/yast2-storage.changes 
new/yast2-storage-3.2.11/package/yast2-storage.changes
--- old/yast2-storage-3.2.9/package/yast2-storage.changes   2017-03-14 
15:03:58.180625056 +0100
+++ new/yast2-storage-3.2.11/package/yast2-storage.changes  2017-03-23 
10:55:36.734441739 +0100
@@ -1,4 +1,19 @@
 ---
+Wed Mar 22 08:45:22 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped /etc/init.d/boot.crypto* invocations. Since these SysV
+scripts were replaced by native systemd implementation already.
+- 3.2.11
+
+---
+Mon Mar 20 09:12:25 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped calls to /sbin/insserv
+- 3.2.10
+
+---
 Tue Mar 14 10:24:01 CET 2017 - snw...@suse.de
 
 - in simple_mode, block installation unless snapshots are enabled (bsc#1019652)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/package/yast2-storage.spec 
new/yast2-storage-3.2.11/package/yast2-storage.spec
--- old/yast2-storage-3.2.9/package/yast2-storage.spec  2017-03-14 
15:03:58.180625056 +0100
+++ new/yast2-storage-3.2.11/package/yast2-storage.spec 2017-03-23 
10:55:36.734441739 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.9
+Version:3.2.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/src/modules/Storage.rb 
new/yast2-storage-3.2.11/src/modules/Storage.rb
--- old/yast2-storage-3.2.9/src/modules/Storage.rb  2017-03-14 
15:03:58.276625056 +0100
+++ new/yast2-storage-3.2.11/src/modules/Storage.rb 2017-03-23 
10:55:36.758441739 +0100
@@ -6474,23 +6474,6 @@
   deep_copy(ret)
 end
 
-
-def CallInsserv(on, name)
-  Builtins.y2milestone("CallInsserv on: %1 name: %2", on, name)
-  scrname = Ops.add("/etc/init.d/", name)
-  if Ops.greater_than(SCR.Read(path(".target.size"), scrname), 0)
-cmd = "cd / && /sbin/insserv "
-cmd = Ops.add(cmd, "-r ") if !on
-cmd = Ops.add(cmd, scrname)
-Builtins.y2milestone("CallInsserv cmd %1", cmd)
-bo = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
-Builtins.y2milestone("CallInsserv bo %1", bo)
-  end
-
-  nil
-end
-
-
 def FinishInstall
   Builtins.y2milestone("FinishInstall initial: %1", Stage.initial)
 
@@ -6531,8 +6514,6 @@
 need_dmmultipath
   )
 
-  CallInsserv(need_md, "boot.md")
-  CallInsserv(need_dmraid, "boot.dmraid")
   Service.Enable("multipathd") if need_dmmultipath
 
   Builtins.y2milestone("FinishInstall done")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/src/modules/StorageUpdate.rb 
new/yast2-storage-3.2.11/src/modules/Stora

commit yast2-storage for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-03-20 17:04:51

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Mon Mar 20 17:04:51 2017 rev:290 rq:479258 version:3.2.9

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-03-13 15:29:48.705411633 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-03-20 17:04:53.001514385 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:24:01 CET 2017 - snw...@suse.de
+
+- in simple_mode, block installation unless snapshots are enabled (bsc#1019652)
+- 3.2.9
+
+---

Old:

  yast2-storage-3.2.8.tar.bz2

New:

  yast2-storage-3.2.9.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.mNyXUu/_old  2017-03-20 17:04:53.613427983 +0100
+++ /var/tmp/diff_new_pack.mNyXUu/_new  2017-03-20 17:04:53.617427418 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.8
+Version:3.2.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.8.tar.bz2 -> yast2-storage-3.2.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.8/package/yast2-storage.changes 
new/yast2-storage-3.2.9/package/yast2-storage.changes
--- old/yast2-storage-3.2.8/package/yast2-storage.changes   2017-03-09 
13:06:31.467111309 +0100
+++ new/yast2-storage-3.2.9/package/yast2-storage.changes   2017-03-14 
15:03:58.180625056 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Mar 14 10:24:01 CET 2017 - snw...@suse.de
+
+- in simple_mode, block installation unless snapshots are enabled (bsc#1019652)
+- 3.2.9
+
+---
 Tue Feb  7 16:59:55 CET 2017 - shundham...@suse.de
 
 - Warn user in expert partitioner if Btrfs root partition is too
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.8/package/yast2-storage.spec 
new/yast2-storage-3.2.9/package/yast2-storage.spec
--- old/yast2-storage-3.2.8/package/yast2-storage.spec  2017-03-09 
13:06:31.47309 +0100
+++ new/yast2-storage-3.2.9/package/yast2-storage.spec  2017-03-14 
15:03:58.180625056 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.8
+Version:3.2.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.8/src/clients/partitions_proposal.rb 
new/yast2-storage-3.2.9/src/clients/partitions_proposal.rb
--- old/yast2-storage-3.2.8/src/clients/partitions_proposal.rb  2017-03-09 
13:06:31.51309 +0100
+++ new/yast2-storage-3.2.9/src/clients/partitions_proposal.rb  2017-03-14 
15:03:58.196625056 +0100
@@ -86,6 +86,14 @@
   Builtins.y2milestone("prop=%1", @prop)
 end
 
+if @param["simple_mode"] && 
StorageProposal.CouldNotDoSnapshots(Storage.GetTargetMap)
+  Storage.SetPartProposalMode("impossible")
+  Builtins.y2milestone("no snapshots, rejecting proposal")
+  @ret["warning"] =
+_("No snapshots possible.\nPlease use larger root partition.")
+  @ret["warning_level"] = :blocker
+end
+
 if Storage.GetPartProposalMode != "impossible" ||
 !Storage.GetPartProposalActive
   Ops.set(@ret, "preformatted_proposal", Storage.ChangeText)
@@ -101,16 +109,11 @@
 Ops.set(@ret, "warning_level", :warning)
   end
 else
-  Ops.set(@ret, "raw_proposal", [])
+  @ret["raw_proposal"] = []
   # popup text
-  Ops.set(
-@ret,
-"warning",
-_(
-  "No automatic proposal possible.\nSpecify mount points manually 
in the 'Partitioner' dialog."
-)
-  )
-  Ops.set(@ret, "warning_level", :blocker)
+  @ret["warning"] ||=
+_("No automatic proposal possible.\nSpecify mount points manually 
in the 'Partitioner' dialog.")
+  @ret["warning_level"] = :blocker
 end
 
 if @param["simple_mode"]




commit yast2-storage for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-03-13 15:29:47

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Mon Mar 13 15:29:47 2017 rev:289 rq:477953 version:3.2.8

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2017-02-07 11:57:40.858803606 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-03-13 15:29:48.705411633 +0100
@@ -1,0 +2,7 @@
+Tue Feb  7 16:59:55 CET 2017 - shundham...@suse.de
+
+- Warn user in expert partitioner if Btrfs root partition is too
+  small for snapshots (Fate#320416)
+- 3.2.8
+
+---

Old:

  yast2-storage-3.2.7.tar.bz2

New:

  yast2-storage-3.2.8.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.L5jepv/_old  2017-03-13 15:29:49.349320627 +0100
+++ /var/tmp/diff_new_pack.L5jepv/_new  2017-03-13 15:29:49.349320627 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.7
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.7.tar.bz2 -> yast2-storage-3.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.7/doc/config.xml.description 
new/yast2-storage-3.2.8/doc/config.xml.description
--- old/yast2-storage-3.2.7/doc/config.xml.description  2017-02-02 
22:01:49.973603628 +0100
+++ new/yast2-storage-3.2.8/doc/config.xml.description  2017-03-09 
13:06:31.423111309 +0100
@@ -41,7 +41,15 @@
 it needs to create a new volume group. If a suitable volume group
 is already on the disks this is used and no new volume group is
 created.
+This value is only used if proposal_lvm and vm_keep_unpartitioned_region
+are both true.
+
+vm_keep_unpartitioned_region:
+Whether to limit the size of the new volume group according to
+vm_desired_size. If set to false, the new volume group will use all the
+available free space.
 This value is only used if proposal_lvm is true.
+Default value if omitted: false.
 
 vm_home_max_size:
 Maximal size of home filesystem if a separate filesystem for /home is to
@@ -54,3 +62,17 @@
 this percentage. This is because to the usage of snapshots makes only
 sense if there is a certain amount of free space available.
 
+swap_for_suspend:
+Whether the option "enlarge swap for suspend" is enabled by default.
+Default value if omitted: false.
+
+root_subvolume_read_only:
+Whether the root Btrfs subvolume should be read-only. Only relevant if 
Btrfs
+is used for "/".
+Default value if omitted: false.
+
+prefer_remove:
+Deprecated. It was used for flexible_partitioning.
+
+remove_special_partitions:
+Deprecated. It was used for flexible_partitioning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.7/package/yast2-storage.changes 
new/yast2-storage-3.2.8/package/yast2-storage.changes
--- old/yast2-storage-3.2.7/package/yast2-storage.changes   2017-02-02 
22:01:49.977603628 +0100
+++ new/yast2-storage-3.2.8/package/yast2-storage.changes   2017-03-09 
13:06:31.467111309 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb  7 16:59:55 CET 2017 - shundham...@suse.de
+
+- Warn user in expert partitioner if Btrfs root partition is too
+  small for snapshots (Fate#320416)
+- 3.2.8
+
+---
 Thu Feb  2 16:42:01 CET 2017 - shundham...@suse.de
 
 - Move snapshots check box to "edit partition" dialog (Fate#321094)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.7/package/yast2-storage.spec 
new/yast2-storage-3.2.8/package/yast2-storage.spec
--- old/yast2-storage-3.2.7/package/yast2-storage.spec  2017-02-02 
22:01:49.977603628 +0100
+++ new/yast2-storage-3.2.8/package/yast2-storage.spec  2017-03-09 
13:06:31.47309 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.7
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.7/src/include/partitioning/custom_part_check_generated.rb 
new/yast2-storage-3.2.8/src/include/partitioning/custom_part_check_generated.rb
--- 
old/yast2-storage-3.2.7/src/include/partitioning/custom_part_check_gener

commit yast2-storage for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-02-07 11:57:39

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  
2017-02-03 20:07:55.938504598 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-02-07 11:57:40.858803606 +0100
@@ -1,0 +2,12 @@
+Thu Feb  2 16:42:01 CET 2017 - shundham...@suse.de
+
+- Move snapshots check box to "edit partition" dialog (Fate#321094)
+- 3.2.7
+
+---
+Mon Jan 30 16:26:43 CET 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.6
+
+---

Old:

  yast2-storage-3.2.5.tar.bz2

New:

  yast2-storage-3.2.7.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.HU1eUu/_old  2017-02-07 11:57:42.634551857 +0100
+++ /var/tmp/diff_new_pack.HU1eUu/_new  2017-02-07 11:57:42.638551290 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.5
+Version:3.2.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.5.tar.bz2 -> yast2-storage-3.2.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.5/package/yast2-storage.changes 
new/yast2-storage-3.2.7/package/yast2-storage.changes
--- old/yast2-storage-3.2.5/package/yast2-storage.changes   2017-01-27 
10:37:24.766924265 +0100
+++ new/yast2-storage-3.2.7/package/yast2-storage.changes   2017-02-02 
22:01:49.977603628 +0100
@@ -1,4 +1,16 @@
 ---
+Thu Feb  2 16:42:01 CET 2017 - shundham...@suse.de
+
+- Move snapshots check box to "edit partition" dialog (Fate#321094)
+- 3.2.7
+
+---
+Mon Jan 30 16:26:43 CET 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.6
+
+---
 Wed Jan 25 18:16:05 CET 2017 - shundham...@suse.de
 
 - Don't force separate /boot partition in expert partitioner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.5/package/yast2-storage.spec 
new/yast2-storage-3.2.7/package/yast2-storage.spec
--- old/yast2-storage-3.2.5/package/yast2-storage.spec  2017-01-27 
10:37:24.766924265 +0100
+++ new/yast2-storage-3.2.7/package/yast2-storage.spec  2017-02-02 
22:01:49.977603628 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.5
+Version:3.2.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.5/src/clients/partitions_proposal.rb 
new/yast2-storage-3.2.7/src/clients/partitions_proposal.rb
--- old/yast2-storage-3.2.5/src/clients/partitions_proposal.rb  2017-01-27 
10:37:24.770924265 +0100
+++ new/yast2-storage-3.2.7/src/clients/partitions_proposal.rb  2017-02-02 
22:01:49.981603628 +0100
@@ -30,6 +30,10 @@
 #  See also file proposal-API.txt for details.
 module Yast
   class PartitionsProposalClient < Client
+class << self
+  attr_accessor :modified
+end
+
 def main
   textdomain "storage"
 
@@ -108,6 +112,19 @@
   )
   Ops.set(@ret, "warning_level", :blocker)
 end
+
+if @param["simple_mode"]
+  self.class.modified = false if self.class.modified.nil?
+  item = if self.class.modified
+   # A custom configuration
+   _("Custom")
+ else
+   # A standard configuration
+   _("Standard")
+ end
+  @ret["label_proposal"] = [item]
+end
+
 Storage.HandleProposalPackages
   elsif @func == "AskUser"
 @has_next = Ops.get_boolean(@param, "has_next", false)
@@ -207,6 +224,7 @@
 
 # Fill return map
 Storage.HandleProposalPackages
+self.class.modified = true if @result == :next
 @ret = { "workflow_sequence" => @result }
   elsif @func == "Description"
 # Fill return map.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.5/src/include/partitioning/custom_part_dialogs.rb 
new/yast2-storage-3.2.7/src/inc

commit yast2-storage for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-01-31 12:36:24

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  
2017-01-15 11:02:41.549154598 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-02-03 20:07:55.938504598 +0100
@@ -1,0 +2,17 @@
+Wed Jan 25 18:16:05 CET 2017 - shundham...@suse.de
+
+- Don't force separate /boot partition in expert partitioner
+  (fate#320215)
+- Expert partitioner less restrictive with encryption
+  for system mount points (/, /usr/, /var, /opt)
+  and for Btrfs, LVM PVs, RAID
+- 3.2.5
+
+---
+Tue Jan 10 16:03:29 UTC 2017 - igonzalezs...@suse.com
+
+- Fix initialization of partitioning/btrfs_default_subvolume
+  product feature (bsc#1011541)
+- 3.2.4
+
+---

Old:

  yast2-storage-3.2.3.tar.bz2

New:

  yast2-storage-3.2.5.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.9I5plY/_old  2017-02-03 20:07:56.394440422 +0100
+++ /var/tmp/diff_new_pack.9I5plY/_new  2017-02-03 20:07:56.402439296 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.3
+Version:3.2.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.3.tar.bz2 -> yast2-storage-3.2.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.3/.travis.yml 
new/yast2-storage-3.2.5/.travis.yml
--- old/yast2-storage-3.2.3/.travis.yml 2017-01-11 09:53:51.560308000 +0100
+++ new/yast2-storage-3.2.5/.travis.yml 2017-01-27 10:37:24.750924265 +0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:3.3.0 yast-rake gettext cheetah abstract_method"
+  - docker build -t yast-storage-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make -j 4
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-storage-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.3/Dockerfile 
new/yast2-storage-3.2.5/Dockerfile
--- old/yast2-storage-3.2.3/Dockerfile  1970-01-01 01:00:00.0 +0100
+++ new/yast2-storage-3.2.5/Dockerfile  2017-01-27 10:37:24.750924265 +0100
@@ -0,0 +1,9 @@
+FROM yastdevel/ruby
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  libstorage-devel \
+  libstorage-ruby \
+  libtool \
+  "rubygem(ruby-dbus)" \
+  yast2-core-devel
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.3/package/yast2-storage.changes 
new/yast2-storage-3.2.5/package/yast2-storage.changes
--- old/yast2-storage-3.2.3/package/yast2-storage.changes   2017-01-11 
09:53:51.736308000 +0100
+++ new/yast2-storage-3.2.5/package/yast2-storage.changes   2017-01-27 
10:37:24.766924265 +0100
@@ -1,4 +1,21 @@
 ---
+Wed Jan 25 18:16:05 CET 2017 - shundham...@suse.de
+
+- Don't force separate /boot partition in expert partitioner
+  (fate#320215)
+- Expert partitioner less restrictive with encryption
+  for system mount points (/, /usr/, /var, /opt)
+  and for Btrfs, LVM PVs, RAID
+- 3.2.5
+
+---
+Tue Jan 10 16:03:29 UTC 2017 - igonzalezs...@suse.com
+
+- Fix initialization of partitioning/btrfs_default_subvolume
+  product feature (bsc#1011541)
+- 3.2.4
+
+---
 Tue Jan 10 14:41:54 UTC 2017 - an...@suse.com
 
 - Avoid recurring error pop-up in the expert partitioner when the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.3/package/yast

commit yast2-storage for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-11-23 13:36:03

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-11-07 13:24:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-11-23 13:36:05.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 17 13:40:37 CET 2016 - shundham...@suse.de
+
+- Don't show [Edit Proposal Settings] button if disabled
+  in control.xml (Fate#321736)
+- Added warning popup for expert partitioner if configured
+  in control.xml
+- 3.2.1
+
+---

Old:

  yast2-storage-3.2.0.tar.bz2

New:

  yast2-storage-3.2.1.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.TfEkpX/_old  2016-11-23 13:36:07.0 +0100
+++ /var/tmp/diff_new_pack.TfEkpX/_new  2016-11-23 13:36:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.0
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.0.tar.bz2 -> yast2-storage-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.0/package/yast2-storage.changes 
new/yast2-storage-3.2.1/package/yast2-storage.changes
--- old/yast2-storage-3.2.0/package/yast2-storage.changes   2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/package/yast2-storage.changes   2016-11-21 
16:11:54.0 +0100
@@ -1,4 +1,13 @@
 ---
+Thu Nov 17 13:40:37 CET 2016 - shundham...@suse.de
+
+- Don't show [Edit Proposal Settings] button if disabled
+  in control.xml (Fate#321736)
+- Added warning popup for expert partitioner if configured
+  in control.xml
+- 3.2.1
+
+---
 Mon Oct 31 13:11:04 UTC 2016 - igonzalezs...@suse.com
 
 - Improve support to redefine/detect the Btrfs default subvolume
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.0/package/yast2-storage.spec 
new/yast2-storage-3.2.1/package/yast2-storage.spec
--- old/yast2-storage-3.2.0/package/yast2-storage.spec  2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/package/yast2-storage.spec  2016-11-21 
16:11:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.0
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.0/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.2.1/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.2.0/src/clients/inst_disk_proposal.rb   2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/src/clients/inst_disk_proposal.rb   2016-11-21 
16:11:54.0 +0100
@@ -72,7 +72,7 @@
   end
 
 
-  # Title for dialogue
+  # Title for dialog
   @title = _("Suggested Partitioning")
   # Radiobutton for partition dialog
   @modify_str = _("&Expert Partitioner...")
@@ -129,12 +129,13 @@
 
   Builtins.y2milestone("current proposal: %1", @changes)
 
-  @rframe = VBox(
-VSpacing(0.2),
-# TRANSLATORS: button text
-PushButton(Id(:settings), _("Edit Proposal Settings")),
-HSpacing(0.2)
-  )
+  @rframe = StorageProposal.GetProposalSettingsEditable ?
+VBox(
+  VSpacing(0.2),
+  # TRANSLATORS: button text
+  PushButton(Id(:settings), _("Edit Proposal Settings")),
+  HSpacing(0.2)
+) : Empty()
 
   @bframe = VBox(
 PushButton(Id(:detailed), @detailed_str),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.0/src/clients/inst_target_part.rb 
new/yast2-storage-3.2.1/src/clients/inst_target_part.rb
--- old/yast2-storage-3.2.0/src/clients/inst_target_part.rb 2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/src/clients/inst_target_part.rb 2016-11-21 
16:11:54.0 +0100
@@ -161,7 +161,7 @@
 Ops.get_integer(@target, "cyl_size", 1)
   )
   @vbox = Builtins.add(@vbox, VSpacing(1.5))
-  @vbox = Builtins.add(@vbox, PushButton(Id(:settings), _("Edit 
Proposal Settings")))
+  @vbox = Builtins.add(@vbox, edit_proposal_se

commit yast2-storage for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-11-07 13:24:54

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-10-28 10:43:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-11-07 13:24:57.0 +0100
@@ -1,0 +2,13 @@
+Mon Oct 31 13:11:04 UTC 2016 - igonzalezs...@suse.com
+
+- Improve support to redefine/detect the Btrfs default subvolume
+  name (FATE#320342 and FATE#317775) using AutoYaST.
+- 3.2.0
+
+---
+Thu Oct 27 14:26:49 CEST 2016 - shundham...@suse.de
+
+- Make subvolumes configurable in control.xml (fate#321737)
+- 3.1.105
+
+---
@@ -6 +18,0 @@
-- 3.1.105

Old:

  yast2-storage-3.1.105.tar.bz2

New:

  yast2-storage-3.2.0.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.8DjMI4/_old  2016-11-07 13:24:59.0 +0100
+++ /var/tmp/diff_new_pack.8DjMI4/_new  2016-11-07 13:24:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.105
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.105.tar.bz2 -> yast2-storage-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/.travis.yml 
new/yast2-storage-3.2.0/.travis.yml
--- old/yast2-storage-3.1.105/.travis.yml   2016-10-24 14:04:09.0 
+0200
+++ new/yast2-storage-3.2.0/.travis.yml 2016-11-04 17:06:56.0 +0100
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:3.3.0 yast-rake gettext"
+- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:3.3.0 yast-rake gettext cheetah abstract_method"
 script:
 - rake check:syntax
 - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/package/yast2-storage.changes 
new/yast2-storage-3.2.0/package/yast2-storage.changes
--- old/yast2-storage-3.1.105/package/yast2-storage.changes 2016-10-24 
14:04:09.0 +0200
+++ new/yast2-storage-3.2.0/package/yast2-storage.changes   2016-11-04 
17:06:56.0 +0100
@@ -1,9 +1,21 @@
 ---
+Mon Oct 31 13:11:04 UTC 2016 - igonzalezs...@suse.com
+
+- Improve support to redefine/detect the Btrfs default subvolume
+  name (FATE#320342 and FATE#317775) using AutoYaST.
+- 3.2.0
+
+---
+Thu Oct 27 14:26:49 CEST 2016 - shundham...@suse.de
+
+- Make subvolumes configurable in control.xml (fate#321737)
+- 3.1.105
+
+---
 Mon Oct 24 13:53:10 CEST 2016 - aschn...@suse.com
 
 - fixed installing required storage packages for unmounted
   filesystems (bsc#907331)
-- 3.1.105
 
 ---
 Thu Sep 29 12:19:20 CEST 2016 - aschn...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/package/yast2-storage.spec 
new/yast2-storage-3.2.0/package/yast2-storage.spec
--- old/yast2-storage-3.1.105/package/yast2-storage.spec2016-10-24 
14:04:09.0 +0200
+++ new/yast2-storage-3.2.0/package/yast2-storage.spec  2016-11-04 
17:06:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.105
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/src/Makefile.am 
new/yast2-storage-3.2.0/src/Makefile.am
--- old/yast2-storage-3.1.105/src/Makefile.am   2016-10-24 14:04:09.0 
+0200
+++ new/yast2-storage-3.2.0/src/Makefile.am 2016-11-04 17:06:56.0 
+0100
@@ -91,7 +91,8 @@
   lib/storage/target_map_formatter.rb \
   lib/storage/used_storage_features.rb \
   lib/storage/shadowed_vol_list.rb \
-  lib/s

commit yast2-storage for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-10-28 10:43:35

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-10-10 17:30:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-10-28 10:43:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 24 13:53:10 CEST 2016 - aschn...@suse.com
+
+- fixed installing required storage packages for unmounted
+  filesystems (bsc#907331)
+- 3.1.105
+
+---

Old:

  yast2-storage-3.1.104.tar.bz2

New:

  yast2-storage-3.1.105.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.0umFrn/_old  2016-10-28 10:43:37.0 +0200
+++ /var/tmp/diff_new_pack.0umFrn/_new  2016-10-28 10:43:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.104
+Version:3.1.105
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.104.tar.bz2 -> yast2-storage-3.1.105.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.104/package/yast2-storage.changes 
new/yast2-storage-3.1.105/package/yast2-storage.changes
--- old/yast2-storage-3.1.104/package/yast2-storage.changes 2016-09-29 
14:06:39.0 +0200
+++ new/yast2-storage-3.1.105/package/yast2-storage.changes 2016-10-24 
14:04:09.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Oct 24 13:53:10 CEST 2016 - aschn...@suse.com
+
+- fixed installing required storage packages for unmounted
+  filesystems (bsc#907331)
+- 3.1.105
+
+---
 Thu Sep 29 12:19:20 CEST 2016 - aschn...@suse.com
 
 - removed displaying /var/log/messages (bsc#933517)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.104/package/yast2-storage.spec 
new/yast2-storage-3.1.105/package/yast2-storage.spec
--- old/yast2-storage-3.1.104/package/yast2-storage.spec2016-09-29 
14:06:39.0 +0200
+++ new/yast2-storage-3.1.105/package/yast2-storage.spec2016-10-24 
14:04:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.104
+Version:3.1.105
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.104/src/lib/storage/used_storage_features.rb 
new/yast2-storage-3.1.105/src/lib/storage/used_storage_features.rb
--- old/yast2-storage-3.1.104/src/lib/storage/used_storage_features.rb  
2016-09-29 14:06:40.0 +0200
+++ new/yast2-storage-3.1.105/src/lib/storage/used_storage_features.rb  
2016-10-24 14:04:09.0 +0200
@@ -240,10 +240,10 @@
   feature_check(features, "Volume", name) { USED_BY_FEATURES[u.type] }
 end
 
+feature_check(features, "Volume",  name, "filesystem") { 
FILESYSTEM_FEATURES[vol.fs] }
 feature_check(features, "Volume",  name, "encryption") { 
ENCRYPTION_FEATURES[vol.encryption] }
 
 if !vol.mount.empty?
-  feature_check(features, "Volume",  name, "filesystem") { 
FILESYSTEM_FEATURES[vol.fs] }
   feature_check(features, "Volume",  name) { snapshots?(vol) ? 
:FT_SNAPSHOTS : nil }
   feature_check(features, "Root FS", name) { root_btrfs?(vol) ? 
:FT_BTRFS_ROOT : nil }
 




commit yast2-storage for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-10-10 17:30:41

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-09-17 14:36:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-10-10 17:30:42.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 29 12:19:20 CEST 2016 - aschn...@suse.com
+
+- removed displaying /var/log/messages (bsc#933517)
+- 3.1.104
+
+---

Old:

  yast2-storage-3.1.103.tar.bz2

New:

  yast2-storage-3.1.104.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.afYSJJ/_old  2016-10-10 17:30:43.0 +0200
+++ /var/tmp/diff_new_pack.afYSJJ/_new  2016-10-10 17:30:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.103
+Version:3.1.104
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.103.tar.bz2 -> yast2-storage-3.1.104.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.103/package/yast2-storage.changes 
new/yast2-storage-3.1.104/package/yast2-storage.changes
--- old/yast2-storage-3.1.103/package/yast2-storage.changes 2016-09-15 
15:14:21.0 +0200
+++ new/yast2-storage-3.1.104/package/yast2-storage.changes 2016-09-29 
14:06:39.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Sep 29 12:19:20 CEST 2016 - aschn...@suse.com
+
+- removed displaying /var/log/messages (bsc#933517)
+- 3.1.104
+
+---
 Wed Sep 14 10:50:26 CEST 2016 - shundham...@suse.de
 
 - Don't try to format a partition with file system type 'unknown'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.103/package/yast2-storage.spec 
new/yast2-storage-3.1.104/package/yast2-storage.spec
--- old/yast2-storage-3.1.103/package/yast2-storage.spec2016-09-15 
15:14:21.0 +0200
+++ new/yast2-storage-3.1.104/package/yast2-storage.spec2016-09-29 
14:06:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.103
+Version:3.1.104
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.103/src/Makefile.am 
new/yast2-storage-3.1.104/src/Makefile.am
--- old/yast2-storage-3.1.103/src/Makefile.am   2016-09-15 15:14:21.0 
+0200
+++ new/yast2-storage-3.1.104/src/Makefile.am   2016-09-29 14:06:39.0 
+0200
@@ -56,7 +56,6 @@
   include/partitioning/custom_part_check_generated.rb \
   include/partitioning/auto_part_ui.rb \
   include/partitioning/ep-hd-dialogs.rb \
-  include/partitioning/ep-log.rb \
   include/partitioning/ep-loop.rb \
   include/partitioning/lvm_pv_lib.rb \
   include/partitioning/ep-loop-lib.rb \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.103/src/include/partitioning/ep-log.rb 
new/yast2-storage-3.1.104/src/include/partitioning/ep-log.rb
--- old/yast2-storage-3.1.103/src/include/partitioning/ep-log.rb
2016-09-15 15:14:21.0 +0200
+++ new/yast2-storage-3.1.104/src/include/partitioning/ep-log.rb
1970-01-01 01:00:00.0 +0100
@@ -1,92 +0,0 @@
-# encoding: utf-8
-
-# Copyright (c) 2012 Novell, Inc.
-#
-# All Rights Reserved.
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of version 2 of the GNU General Public License as published
-# by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, contact Novell, Inc.
-#
-# To contact Novell about this file by physical or electronic mail, you may
-# find current contact information at www.novell.com.
-
-# File:ep-main.ycp
-# Package: yast2-storage
-# Summary: Expert Partitioner
-# Authors: Arvin Schnell 
-module Yast
-  module PartitioningEpLogInclude
-def initialize_partitioning_ep_log(inclu

commit yast2-storage for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-09-17 14:36:05

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-08-31 00:02:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-09-17 14:36:07.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 14 10:50:26 CEST 2016 - shundham...@suse.de
+
+- Don't try to format a partition with file system type 'unknown'
+  (bsc#996007)
+- 3.1.103
+
+---

Old:

  yast2-storage-3.1.102.tar.bz2

New:

  yast2-storage-3.1.103.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.P0KN47/_old  2016-09-17 14:36:08.0 +0200
+++ /var/tmp/diff_new_pack.P0KN47/_new  2016-09-17 14:36:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.102
+Version:3.1.103
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.102.tar.bz2 -> yast2-storage-3.1.103.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.102/package/yast2-storage.changes 
new/yast2-storage-3.1.103/package/yast2-storage.changes
--- old/yast2-storage-3.1.102/package/yast2-storage.changes 2016-08-26 
12:45:12.0 +0200
+++ new/yast2-storage-3.1.103/package/yast2-storage.changes 2016-09-15 
15:14:21.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Sep 14 10:50:26 CEST 2016 - shundham...@suse.de
+
+- Don't try to format a partition with file system type 'unknown'
+  (bsc#996007)
+- 3.1.103
+
+---
 Fri Aug 26 08:18:42 UTC 2016 - igonzalezs...@suse.com
 
 - Don't check for installer restart as it's not needed anymore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.102/package/yast2-storage.spec 
new/yast2-storage-3.1.103/package/yast2-storage.spec
--- old/yast2-storage-3.1.102/package/yast2-storage.spec2016-08-26 
12:45:12.0 +0200
+++ new/yast2-storage-3.1.103/package/yast2-storage.spec2016-09-15 
15:14:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.102
+Version:3.1.103
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.102/src/modules/Storage.rb 
new/yast2-storage-3.1.103/src/modules/Storage.rb
--- old/yast2-storage-3.1.102/src/modules/Storage.rb2016-08-26 
12:45:12.0 +0200
+++ new/yast2-storage-3.1.103/src/modules/Storage.rb2016-09-15 
15:14:21.0 +0200
@@ -1366,9 +1366,9 @@
   Ops.set(p, "size_k", vinfo.sizeK)
   fs = toSymbol(FileSystems.conv_fs, vinfo.fs)
   Ops.set(p, "used_fs", fs) if fs != :unknown
+  Ops.set(p, "format", true) if vinfo.format && fs != :unknown
   fs = toSymbol(FileSystems.conv_fs, vinfo.detected_fs)
   Ops.set(p, "detected_fs", fs)
-  Ops.set(p, "format", true) if vinfo.format
   Ops.set(p, "create", true) if vinfo.create
   tmp = vinfo.mount
   if !Builtins.isempty(tmp)




commit yast2-storage for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-08-31 00:02:15

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-08-25 09:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-08-31 00:02:16.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 26 08:18:42 UTC 2016 - igonzalezs...@suse.com
+
+- Don't check for installer restart as it's not needed anymore
+  (bsc#985055)
+- 3.1.102
+
+---

Old:

  yast2-storage-3.1.101.tar.bz2

New:

  yast2-storage-3.1.102.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.K6jWyZ/_old  2016-08-31 00:02:17.0 +0200
+++ /var/tmp/diff_new_pack.K6jWyZ/_new  2016-08-31 00:02:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.101
+Version:3.1.102
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.101.tar.bz2 -> yast2-storage-3.1.102.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.101/package/yast2-storage.changes 
new/yast2-storage-3.1.102/package/yast2-storage.changes
--- old/yast2-storage-3.1.101/package/yast2-storage.changes 2016-08-19 
17:45:33.0 +0200
+++ new/yast2-storage-3.1.102/package/yast2-storage.changes 2016-08-26 
12:45:12.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Aug 26 08:18:42 UTC 2016 - igonzalezs...@suse.com
+
+- Don't check for installer restart as it's not needed anymore
+  (bsc#985055)
+- 3.1.102
+
+---
 Fri Aug 19 12:27:18 UTC 2016 - jsr...@suse.cz
 
 - added /var/lib/machines to the list of subvolumes (bsc#992573)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.101/package/yast2-storage.spec 
new/yast2-storage-3.1.102/package/yast2-storage.spec
--- old/yast2-storage-3.1.101/package/yast2-storage.spec2016-08-19 
17:45:33.0 +0200
+++ new/yast2-storage-3.1.102/package/yast2-storage.spec2016-08-26 
12:45:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.101
+Version:3.1.102
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.101/src/modules/Storage.rb 
new/yast2-storage-3.1.102/src/modules/Storage.rb
--- old/yast2-storage-3.1.101/src/modules/Storage.rb2016-08-19 
17:45:33.0 +0200
+++ new/yast2-storage-3.1.102/src/modules/Storage.rb2016-08-26 
12:45:12.0 +0200
@@ -7163,7 +7163,7 @@
   protected
 
 def skip_activation_popup?
-  Mode.autoinst || Mode.autoupgrade || Installation.restarting?
+  Mode.autoinst || Mode.autoupgrade
 end
 
 def propose_new_fsid(part, id)




commit yast2-storage for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-08-25 09:52:50

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-08-18 10:20:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-08-25 09:52:51.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 19 12:27:18 UTC 2016 - jsr...@suse.cz
+
+- added /var/lib/machines to the list of subvolumes (bsc#992573)
+- 3.1.101
+
+---

Old:

  yast2-storage-3.1.100.tar.bz2

New:

  yast2-storage-3.1.101.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.6Ngc1e/_old  2016-08-25 09:52:52.0 +0200
+++ /var/tmp/diff_new_pack.6Ngc1e/_new  2016-08-25 09:52:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.100
+Version:3.1.101
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.100.tar.bz2 -> yast2-storage-3.1.101.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.100/CONTRIBUTING.md 
new/yast2-storage-3.1.101/CONTRIBUTING.md
--- old/yast2-storage-3.1.100/CONTRIBUTING.md   2016-08-16 11:35:00.0 
+0200
+++ new/yast2-storage-3.1.101/CONTRIBUTING.md   2016-08-19 17:45:33.0 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
  Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.100/package/yast2-storage.changes 
new/yast2-storage-3.1.101/package/yast2-storage.changes
--- old/yast2-storage-3.1.100/package/yast2-storage.changes 2016-08-16 
11:35:00.0 +0200
+++ new/yast2-storage-3.1.101/package/yast2-storage.changes 2016-08-19 
17:45:33.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Aug 19 12:27:18 UTC 2016 - jsr...@suse.cz
+
+- added /var/lib/machines to the list of subvolumes 

commit yast2-storage for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-08-18 10:20:12

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-07-24 19:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-08-18 10:20:13.0 +0200
@@ -1,0 +2,27 @@
+Mon Aug 15 16:27:58 CEST 2016 - aschn...@suse.com
+
+- Fixed message suggesting to add PReP partition (bsc#988783)
+- 3.1.100
+
+---
+Wed Aug 10 08:19:49 UTC 2016 - an...@suse.com
+
+- Do not ignore suggestion made by partitioning proposal of turning
+  an EFI partition into bios_grub (bsc#991252)
+- 3.1.99
+
+---
+Fri Jul 29 11:14:26 UTC 2016 - an...@suse.com
+
+- Fixed installer proposed size of /boot partition for aarch64
+  systems using UEFI (bsc#984874)
+- 3.1.98
+
+---
+Fri Jul 29 07:21:29 UTC 2016 - an...@suse.com
+
+- If the user has skipped LUKS activation, don't ask again after
+  installer self-update (bsc#989770)
+- 3.1.97
+
+---

Old:

  yast2-storage-3.1.96.tar.bz2

New:

  yast2-storage-3.1.100.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.iGD2Pl/_old  2016-08-18 10:20:14.0 +0200
+++ /var/tmp/diff_new_pack.iGD2Pl/_new  2016-08-18 10:20:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.96
+Version:3.1.100
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.36
+BuildRequires:  libstorage-devel >= 2.26.6
 BuildRequires:  libstorage-ruby >= 2.25.36
 BuildRequires:  libtool
 BuildRequires:  libxslt
@@ -41,7 +41,7 @@
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
 Requires:   libstorage-ruby >= 2.26.1
-Requires:   libstorage7 >= 2.26.1
+Requires:   libstorage7 >= 2.26.6
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.96.tar.bz2 -> yast2-storage-3.1.100.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.96/package/yast2-storage.changes 
new/yast2-storage-3.1.100/package/yast2-storage.changes
--- old/yast2-storage-3.1.96/package/yast2-storage.changes  2016-07-19 
12:15:13.0 +0200
+++ new/yast2-storage-3.1.100/package/yast2-storage.changes 2016-08-16 
11:35:00.0 +0200
@@ -1,4 +1,31 @@
 ---
+Mon Aug 15 16:27:58 CEST 2016 - aschn...@suse.com
+
+- Fixed message suggesting to add PReP partition (bsc#988783)
+- 3.1.100
+
+---
+Wed Aug 10 08:19:49 UTC 2016 - an...@suse.com
+
+- Do not ignore suggestion made by partitioning proposal of turning
+  an EFI partition into bios_grub (bsc#991252)
+- 3.1.99
+
+---
+Fri Jul 29 11:14:26 UTC 2016 - an...@suse.com
+
+- Fixed installer proposed size of /boot partition for aarch64
+  systems using UEFI (bsc#984874)
+- 3.1.98
+
+---
+Fri Jul 29 07:21:29 UTC 2016 - an...@suse.com
+
+- If the user has skipped LUKS activation, don't ask again after
+  installer self-update (bsc#989770)
+- 3.1.97
+
+---
 Mon Jul 18 14:54:08 CEST 2016 - aschn...@suse.com
 
 - fixed proposed size of /boot/zipl on DASDs with GPT (bsc#988526)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.96/package/yast2-storage.spec 
new/yast2-storage-3.1.100/package/yast2-storage.spec
--- old/yast2-storage-3.1.96/package/yast2-storage.spec 2016-07-19 
12:15:13.0 +0200
+++ new/yast2-storage-3.1.100/package/yast2-storage.spec2016-08-16 
11:35:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.96
+Version:3.1.100
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,7 +29,7 @@
 BuildRequires: docbook-xsl-stylesheets
 BuildRequires: doxyge

commit yast2-storage for openSUSE:Factory

2016-07-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-07-24 19:43:11

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-07-12 23:44:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-07-24 19:43:12.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 18 14:54:08 CEST 2016 - aschn...@suse.com
+
+- fixed proposed size of /boot/zipl on DASDs with GPT (bsc#988526)
+- 3.1.96
+
+---

Old:

  yast2-storage-3.1.95.tar.bz2

New:

  yast2-storage-3.1.96.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.K7pek5/_old  2016-07-24 19:43:13.0 +0200
+++ /var/tmp/diff_new_pack.K7pek5/_new  2016-07-24 19:43:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.95
+Version:3.1.96
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.95.tar.bz2 -> yast2-storage-3.1.96.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.95/package/yast2-storage.changes 
new/yast2-storage-3.1.96/package/yast2-storage.changes
--- old/yast2-storage-3.1.95/package/yast2-storage.changes  2016-07-05 
10:49:16.0 +0200
+++ new/yast2-storage-3.1.96/package/yast2-storage.changes  2016-07-19 
12:15:13.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Jul 18 14:54:08 CEST 2016 - aschn...@suse.com
+
+- fixed proposed size of /boot/zipl on DASDs with GPT (bsc#988526)
+- 3.1.96
+
+---
 Mon Jul  4 18:07:03 CEST 2016 - shundham...@suse.de
 
 - Never try to reuse partitions if any DASD is involved (bsc#983003)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.95/package/yast2-storage.spec 
new/yast2-storage-3.1.96/package/yast2-storage.spec
--- old/yast2-storage-3.1.95/package/yast2-storage.spec 2016-07-05 
10:49:16.0 +0200
+++ new/yast2-storage-3.1.96/package/yast2-storage.spec 2016-07-19 
12:15:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.95
+Version:3.1.96
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.95/src/modules/StorageProposal.rb 
new/yast2-storage-3.1.96/src/modules/StorageProposal.rb
--- old/yast2-storage-3.1.95/src/modules/StorageProposal.rb 2016-07-05 
10:49:16.0 +0200
+++ new/yast2-storage-3.1.96/src/modules/StorageProposal.rb 2016-07-19 
12:15:13.0 +0200
@@ -668,7 +668,7 @@
 pb = {}
pb["mount"] = Partitions.BootMount
pb["size"] = Partitions.ProposedBootsize
-   if disk.fetch("label","")=="gpt" && !Partitions.EfiBoot
+   if disk.fetch("label","")=="gpt" && !Partitions.EfiBoot && 
!is_dasd?(disk.fetch("device", ""))
  sz = disk.fetch("cyl_size",0)-1024
  sz = 200*1024 if sz<200*1024
  pb["size"] = sz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.95/testsuite/data/Makefile.am 
new/yast2-storage-3.1.96/testsuite/data/Makefile.am
--- old/yast2-storage-3.1.95/testsuite/data/Makefile.am 2016-07-05 
10:49:16.0 +0200
+++ new/yast2-storage-3.1.96/testsuite/data/Makefile.am 2016-07-19 
12:15:13.0 +0200
@@ -5,5 +5,5 @@
 SUBDIRS = empty empty-efi half-empty reuse-home windows windows-only   
\
windows-only-no-resize windows-only-efi empty-s390x empty-ppc64le   
\
empty-small empty-big empty-big-ppc64le lvm empty-ppc64le-nv
\
-   empty-big-ppc64le-nv
+   empty-big-ppc64le-nv bsc-988526
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.95/testsuite/data/bsc-988526/Makefile.am 
new/yast2-storage-3.1.96/testsuite/data/bsc-988526/Makefile.am
--- old/yast2-storage-3.1.95/testsuite/data/bsc-988526/Makefile.am  
1970-01-01 01:00:00.0 +0100
+++ new/yast2-storage-3.1.96/testsuite/data/bsc-988526/Makefile.am  
2016-07-19 12:15:13.0 +0200
@@ -0,0 +1,6 @@
+#
+# Makefile.am for storage/storage/src/testsuite/data/bsc-988526
+#
+
+EXTRA_DIST = disk_dasda.info arch.info
+
diff -urN '--excl

commit yast2-storage for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-07-12 23:44:53

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-06-10 23:59:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-07-12 23:44:54.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  4 18:07:03 CEST 2016 - shundham...@suse.de
+
+- Never try to reuse partitions if any DASD is involved (bsc#983003)
+- 3.1.95
+
+---

Old:

  yast2-storage-3.1.94.tar.bz2

New:

  yast2-storage-3.1.95.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.UGVbYw/_old  2016-07-12 23:44:55.0 +0200
+++ /var/tmp/diff_new_pack.UGVbYw/_new  2016-07-12 23:44:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.94
+Version:3.1.95
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.94.tar.bz2 -> yast2-storage-3.1.95.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.94/package/yast2-storage.changes 
new/yast2-storage-3.1.95/package/yast2-storage.changes
--- old/yast2-storage-3.1.94/package/yast2-storage.changes  2016-06-07 
13:53:58.0 +0200
+++ new/yast2-storage-3.1.95/package/yast2-storage.changes  2016-07-05 
10:49:16.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Jul  4 18:07:03 CEST 2016 - shundham...@suse.de
+
+- Never try to reuse partitions if any DASD is involved (bsc#983003)
+- 3.1.95
+
+---
 Tue Jun  7 11:23:00 UTC 2016 - igonzalezs...@suse.com
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.94/package/yast2-storage.spec 
new/yast2-storage-3.1.95/package/yast2-storage.spec
--- old/yast2-storage-3.1.94/package/yast2-storage.spec 2016-06-07 
13:53:58.0 +0200
+++ new/yast2-storage-3.1.95/package/yast2-storage.spec 2016-07-05 
10:49:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.94
+Version:3.1.95
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.94/src/modules/StorageProposal.rb 
new/yast2-storage-3.1.95/src/modules/StorageProposal.rb
--- old/yast2-storage-3.1.94/src/modules/StorageProposal.rb 2016-06-07 
13:53:58.0 +0200
+++ new/yast2-storage-3.1.95/src/modules/StorageProposal.rb 2016-07-05 
10:49:16.0 +0200
@@ -4514,6 +4514,24 @@
 
 end
 
+# Check if a disk is a DASD.
+#
+# @param [String] disk_name device name of the disk
+# @return [bool] true if it is a DASD, false if not
+#
+def is_dasd?(disk_name)
+  return false if disk_name.nil?
+  disk_name.start_with?("/dev/dasd")
+end
+
+# Check if any disk in a string array is a DASD.
+#
+# @param [Array] disk_names device names of the disks
+# @return [bool] true if any of them is a DASD, false if not
+#
+def any_dasd?(disk_names)
+  disk_names.any? { |disk| is_dasd?(disk) }
+end
 
 def get_inst_proposal(target)
   target = deep_copy(target)
@@ -4537,6 +4555,10 @@
   target = prepare_part_lists(ddev, target)
   mode = :free
   while mode != :end && Builtins.size(sol_disk) == 0
+if any_dasd?(ddev) && mode == :reuse
+  log.info("Skipping reuse mode for DASD")
+  mode = :desperate # bsc#983003
+end
 if mode == :free || mode == :desperate
   valid = Builtins.listmap(ddev) { |s| { s => true } }
   if mode == :desperate




commit yast2-storage for openSUSE:Factory

2016-06-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-06-10 23:59:53

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-06-05 14:18:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-06-10 23:59:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  7 11:23:00 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.94
+
+---

Old:

  yast2-storage-3.1.93.tar.bz2

New:

  yast2-storage-3.1.94.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.t5gy2K/_old  2016-06-10 23:59:55.0 +0200
+++ /var/tmp/diff_new_pack.t5gy2K/_new  2016-06-10 23:59:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.93
+Version:3.1.94
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -147,7 +147,6 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{yast_docdir}/autodocs
 %doc %{yast_docdir}/config.xml.description
 
 %changelog

++ yast2-storage-3.1.93.tar.bz2 -> yast2-storage-3.1.94.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.93/doc/Makefile.am 
new/yast2-storage-3.1.94/doc/Makefile.am
--- old/yast2-storage-3.1.93/doc/Makefile.am2016-06-01 09:38:32.0 
+0200
+++ new/yast2-storage-3.1.94/doc/Makefile.am2016-06-07 13:53:58.0 
+0200
@@ -2,8 +2,6 @@
 # Makefile.am for storage/storage/doc
 #
 
-SUBDIRS = autodocs
-
 htmldir = $(docdir)
 
 doc_DATA = README.part.info config.xml.description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.93/doc/autodocs/Makefile.am 
new/yast2-storage-3.1.94/doc/autodocs/Makefile.am
--- old/yast2-storage-3.1.93/doc/autodocs/Makefile.am   2016-06-01 
09:38:32.0 +0200
+++ new/yast2-storage-3.1.94/doc/autodocs/Makefile.am   1970-01-01 
01:00:00.0 +0100
@@ -1,6 +0,0 @@
-#
-# Makefile.am for storage/storage/doc/autodocs
-#
-
-include $(top_srcdir)/autodocs-ycp.ami
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.93/package/yast2-storage.changes 
new/yast2-storage-3.1.94/package/yast2-storage.changes
--- old/yast2-storage-3.1.93/package/yast2-storage.changes  2016-06-01 
09:38:32.0 +0200
+++ new/yast2-storage-3.1.94/package/yast2-storage.changes  2016-06-07 
13:53:58.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun  7 11:23:00 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.94
+
+---
 Wed May 25 22:05:37 UTC 2016 - dmuel...@suse.de
 
 - raise /boot partitioning size for BTRFS/aarch64 even further (bsc#979037)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.93/package/yast2-storage.spec 
new/yast2-storage-3.1.94/package/yast2-storage.spec
--- old/yast2-storage-3.1.93/package/yast2-storage.spec 2016-06-01 
09:38:32.0 +0200
+++ new/yast2-storage-3.1.94/package/yast2-storage.spec 2016-06-07 
13:53:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.93
+Version:3.1.94
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -144,5 +144,4 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{yast_docdir}/autodocs
 %doc %{yast_docdir}/config.xml.description




commit yast2-storage for openSUSE:Factory

2016-06-05 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-06-05 14:18:11.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.uV27vD/_new  2016-06-05 14:18:12.0 +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.0 +0200
+++ new/yast2-storage-3.1.93/package/yast2-storage.changes  2016-06-01 
09:38:32.0 +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.0 +0200
+++ new/yast2-storage-3.1.93/package/yast2-storage.spec 2016-06-01 
09:38:32.0 +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.0 +0200
+++ new/yast2-storage-3.1.93/src/modules/Partitions.rb  2016-06-01 
09:38:32.0 +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)




commit yast2-storage for openSUSE:Factory

2016-05-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-05-10 09:26:20

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-04-28 20:30:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-05-10 09:26:22.0 +0200
@@ -1,0 +2,14 @@
+Fri May  6 06:33:40 UTC 2016 - jsr...@suse.cz
+
+- fixed error in porting bsc#957913 to master branch
+- 3.1.92
+
+---
+Thu May  5 09:38:40 UTC 2016 - jsr...@suse.cz
+
+- create subvolume for /var/cache (fate#320834)
+- create LVM-based proposal when specified in the control file
+  (bsc#957913)
+- 3.1.91
+
+---

Old:

  yast2-storage-3.1.90.tar.bz2

New:

  yast2-storage-3.1.92.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.Z04Rs6/_old  2016-05-10 09:26:23.0 +0200
+++ /var/tmp/diff_new_pack.Z04Rs6/_new  2016-05-10 09:26:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.90
+Version:3.1.92
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.90.tar.bz2 -> yast2-storage-3.1.92.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.90/package/yast2-storage.changes 
new/yast2-storage-3.1.92/package/yast2-storage.changes
--- old/yast2-storage-3.1.90/package/yast2-storage.changes  2016-04-22 
14:31:53.0 +0200
+++ new/yast2-storage-3.1.92/package/yast2-storage.changes  2016-05-06 
08:50:48.0 +0200
@@ -1,4 +1,18 @@
 ---
+Fri May  6 06:33:40 UTC 2016 - jsr...@suse.cz
+
+- fixed error in porting bsc#957913 to master branch
+- 3.1.92
+
+---
+Thu May  5 09:38:40 UTC 2016 - jsr...@suse.cz
+
+- create subvolume for /var/cache (fate#320834)
+- create LVM-based proposal when specified in the control file
+  (bsc#957913)
+- 3.1.91
+
+---
 Fri Apr 22 12:22:46 UTC 2016 - dmuel...@suse.com
 
 - raise min /boot size for BTRFS/aarch64 (bsc#974280)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.90/package/yast2-storage.spec 
new/yast2-storage-3.1.92/package/yast2-storage.spec
--- old/yast2-storage-3.1.90/package/yast2-storage.spec 2016-04-22 
14:31:53.0 +0200
+++ new/yast2-storage-3.1.92/package/yast2-storage.spec 2016-05-06 
08:50:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.90
+Version:3.1.92
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.90/src/modules/Storage.rb 
new/yast2-storage-3.1.92/src/modules/Storage.rb
--- old/yast2-storage-3.1.90/src/modules/Storage.rb 2016-04-22 
14:31:53.0 +0200
+++ new/yast2-storage-3.1.92/src/modules/Storage.rb 2016-05-06 
08:50:48.0 +0200
@@ -5025,6 +5025,7 @@
 "srv",
 "tmp",
 "usr/local",
+"var/cache",
 "var/crash",
 "var/lib/libvirt/images",
 "var/lib/mailman",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.90/src/modules/StorageProposal.rb 
new/yast2-storage-3.1.92/src/modules/StorageProposal.rb
--- old/yast2-storage-3.1.90/src/modules/StorageProposal.rb 2016-04-22 
14:31:53.0 +0200
+++ new/yast2-storage-3.1.92/src/modules/StorageProposal.rb 2016-05-06 
08:50:48.0 +0200
@@ -6135,6 +6135,9 @@
 
 
 def get_inst_prop(target)
+  # initialize data from control file earlier, it is needed in this 
function
+  # to decide whether to use LVM proposal (bsc#957913)
+  GetControlCfg()
   target = deep_copy(target)
   ret = {}
   vg = GetProposalVM()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.90/test/fixtures/gpt-btrfs-boot.yml 
new/yast2-storage-3.1.92/test/fixtures/gpt-btrfs-boot.yml
--- old/yast2-storage-3.1.90/test/fixtures/gpt-btrfs-boot.yml   2016-04-22 
14:31:53.0 +0200
+++ new/yast2-storage-3.1.92/test/fixtures/gpt-btrfs-boot.yml   2016-05-06 
0

commit yast2-storage for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-04-28 20:30:12

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-04-06 11:51:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-04-28 20:30:14.0 +0200
@@ -1,0 +2,26 @@
+Fri Apr 22 12:22:46 UTC 2016 - dmuel...@suse.com
+
+- raise min /boot size for BTRFS/aarch64 (bsc#974280)
+- 3.1.90
+
+---
+Wed Apr 13 15:37:33 CEST 2016 - g...@suse.de
+
+- Don't allow to create or change partition table on LDL
+  formatted DASDs (bsc#958893)
+- 3.1.89
+
+---
+Wed Apr 13 09:09:42 CEST 2016 - aschn...@suse.com
+
+- updated requirement to libstorage (related to bnc#958893)
+- 3.1.88
+
+---
+Mon Apr 11 15:57:48 CEST 2016 - aschn...@suse.com
+
+- set parameters for space aware cleanup algorithm in snapper (for
+  fate#312751)
+- 3.1.87
+
+---

Old:

  yast2-storage-3.1.86.tar.bz2

New:

  yast2-storage-3.1.90.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.BEyMwM/_old  2016-04-28 20:30:15.0 +0200
+++ /var/tmp/diff_new_pack.BEyMwM/_new  2016-04-28 20:30:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.86
+Version:3.1.90
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
-Requires:   libstorage-ruby >= 2.25.36
-Requires:   libstorage6 >= 2.25.36
+Requires:   libstorage-ruby >= 2.26.1
+Requires:   libstorage7 >= 2.26.1
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.86.tar.bz2 -> yast2-storage-3.1.90.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.86/package/yast2-storage.changes 
new/yast2-storage-3.1.90/package/yast2-storage.changes
--- old/yast2-storage-3.1.86/package/yast2-storage.changes  2016-04-05 
15:19:25.0 +0200
+++ new/yast2-storage-3.1.90/package/yast2-storage.changes  2016-04-22 
14:31:53.0 +0200
@@ -1,4 +1,30 @@
 ---
+Fri Apr 22 12:22:46 UTC 2016 - dmuel...@suse.com
+
+- raise min /boot size for BTRFS/aarch64 (bsc#974280)
+- 3.1.90
+
+---
+Wed Apr 13 15:37:33 CEST 2016 - g...@suse.de
+
+- Don't allow to create or change partition table on LDL
+  formatted DASDs (bsc#958893)
+- 3.1.89
+
+---
+Wed Apr 13 09:09:42 CEST 2016 - aschn...@suse.com
+
+- updated requirement to libstorage (related to bnc#958893)
+- 3.1.88
+
+---
+Mon Apr 11 15:57:48 CEST 2016 - aschn...@suse.com
+
+- set parameters for space aware cleanup algorithm in snapper (for
+  fate#312751)
+- 3.1.87
+
+---
 Mon Apr  4 10:22:20 CEST 2016 - sch...@suse.de
 
 - Removed Builtins.time. Cleanup for bnc#956730.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.86/package/yast2-storage.spec 
new/yast2-storage-3.1.90/package/yast2-storage.spec
--- old/yast2-storage-3.1.86/package/yast2-storage.spec 2016-04-05 
15:19:25.0 +0200
+++ new/yast2-storage-3.1.90/package/yast2-storage.spec 2016-04-22 
14:31:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.86
+Version:3.1.90
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,8 +42,8 @@
 BuildRequires: yast2-devtools >= 3.1.10
 BuildRequires: yast2-ruby-bindings >= 3.1.7
 BuildRequires: yast2-testsuite >= 2.19.0
-Requires:  l

commit yast2-storage for openSUSE:Factory

2016-04-06 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-04-06 11:51:28.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 10:22:20 CEST 2016 - sch...@suse.de
+
+- Removed Builtins.time. Cleanup for bnc#956730.
+- 3.1.86
+
+---
+Thu Mar 31 17:33:18 CEST 2016 - aschn...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.ulbUIy/_new  2016-04-06 11:51:29.0 +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.0 +0100
+++ new/yast2-storage-3.1.86/package/yast2-storage.changes  2016-04-05 
15:19:25.0 +0200
@@ -1,4 +1,15 @@
 ---
+Mon Apr  4 10:22:20 CEST 2016 - sch...@suse.de
+
+- Removed Builtins.time. Cleanup for bnc#956730.
+- 3.1.86
+
+---
+Thu Mar 31 17:33:18 CEST 2016 - aschn...@suse.com
+
+- call snapper to setup quota during installation (for fate#312751)
+
+---
 Fri Mar 11 15:27:46 CET 2016 - dval...@suse.com
 
 - 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.0 +0100
+++ new/yast2-storage-3.1.86/package/yast2-storage.spec 2016-04-05 
15:19:25.0 +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.0 +0100
+++ new/yast2-storage-3.1.86/src/clients/storage_finish.rb  2016-04-05 
15:19:25.0 +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.0 +0100
+++ new/yast2-storage-3.1.86/src/modules/Storage.rb 2016-04-05 
15:19:26.0 +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.0 +0100
+++ new/yast2-storage-3.1.86/src/modules/StorageSnapper.rb  2016-04-05 
15:19:26.0 +0200
@@ -132,6 +132,15 @@
 
 end
 
+
+def configure_snapper_step6()
+
+  log.info("configuring snapper for root fs - step 6")
+
+  bash_log_output(

commit yast2-storage for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-03-26 15:10:23

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-11 09:47:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-03-26 15:10:24.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar 11 15:27:46 CET 2016 - dval...@suse.com
+
+- Add PowerNV support. (boo#970582)
+  PowerNV doesn't require any special boot partition.
+  Firmware just kexecs kernel of the root device
+- Require libstorage 2.25.36
+- 3.1.84
+
+---
@@ -20,0 +30,7 @@
+
+---
+Wed Mar  2 16:39:46 CET 2016 - sch...@suse.de
+
+- Efi boot: Selecting Efi Boot file system ID and allowing
+  formating at the same time. (bnc#934652)
+- 3.1.83

Old:

  yast2-storage-3.1.82.tar.bz2

New:

  yast2-storage-3.1.84.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.MhY5PY/_old  2016-03-26 15:10:25.0 +0100
+++ /var/tmp/diff_new_pack.MhY5PY/_new  2016-03-26 15:10:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.82
+Version:3.1.84
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.23
-BuildRequires:  libstorage-ruby >= 2.25.23
+BuildRequires:  libstorage-devel >= 2.25.36
+BuildRequires:  libstorage-ruby >= 2.25.36
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
-Requires:   libstorage-ruby >= 2.25.23
-Requires:   libstorage6 >= 2.25.23
+Requires:   libstorage-ruby >= 2.25.36
+Requires:   libstorage6 >= 2.25.36
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.82.tar.bz2 -> yast2-storage-3.1.84.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.82/package/yast2-storage.changes 
new/yast2-storage-3.1.84/package/yast2-storage.changes
--- old/yast2-storage-3.1.82/package/yast2-storage.changes  2016-03-09 
12:32:42.0 +0100
+++ new/yast2-storage-3.1.84/package/yast2-storage.changes  2016-03-17 
11:30:06.0 +0100
@@ -1,4 +1,13 @@
 ---
+Fri Mar 11 15:27:46 CET 2016 - dval...@suse.com
+
+- Add PowerNV support. (boo#970582)
+  PowerNV doesn't require any special boot partition.
+  Firmware just kexecs kernel of the root device
+- Require libstorage 2.25.36
+- 3.1.84
+
+---
 Wed Mar 09 12:08:53 CET 2016 - aschn...@suse.com
 
 - disallow to continue with workflow when no root filesystem is
@@ -20,6 +29,13 @@
 - 3.1.80
 
 ---
+Wed Mar  2 16:39:46 CET 2016 - sch...@suse.de
+
+- Efi boot: Selecting Efi Boot file system ID and allowing
+  formating at the same time. (bnc#934652)
+- 3.1.83
+
+---
 Wed Feb 24 12:00:37 UTC 2016 - an...@suse.com
 
 - Restoration of auto-deleted shadowed subvolumes works all along
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.82/package/yast2-storage.spec 
new/yast2-storage-3.1.84/package/yast2-storage.spec
--- old/yast2-storage-3.1.82/package/yast2-storage.spec 2016-03-09 
12:32:42.0 +0100
+++ new/yast2-storage-3.1.84/package/yast2-storage.spec 2016-03-17 
11:30:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.82
+Version:3.1.84
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,8 +29,8 @@
 BuildRequires: docbook-xsl-stylesheets
 BuildRequires: doxygen
 BuildRequires: gcc-c++ libtool
-BuildRequires: libstorage-devel >= 2.25.23
-BuildRequires: libstorage-ruby >= 2.25.23
+BuildRequires: libstorage-devel >= 2.25.36
+BuildRequires: libstorage-ruby >= 2.25.36
 BuildRequires: libxslt
 BuildRequires: perl-XML-Writer
 BuildRequires: rubygem(rspec)
@@ -42,8 +42,8 @@
 BuildRequires: yast2-devtools >= 3.1.10
 Bu

commit yast2-storage for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-03-11 09:47:07

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-02-25 22:48:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-03-11 09:47:08.0 +0100
@@ -1,0 +2,21 @@
+Wed Mar 09 12:08:53 CET 2016 - aschn...@suse.com
+
+- disallow to continue with workflow when no root filesystem is
+  assigned (bsc#967971)
+- 3.1.82
+
+---
+Fri Mar  7 16:18:17 UTC 2016 - an...@suse.com
+
+- Adapted the proposal settings dialog to offer encryption in a
+  more intuitive way (fate#320418)
+- 3.1.81
+
+---
+Mon Mar  7 16:17:03 UTC 2016 - an...@suse.com
+
+- Removed support for flexible partitioning proposal, a feature
+  not used in SLE or openSUSE since years (fate#320111)
+- 3.1.80
+
+---

Old:

  yast2-storage-3.1.79.tar.bz2

New:

  yast2-storage-3.1.82.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.mJjQsh/_old  2016-03-11 09:47:10.0 +0100
+++ /var/tmp/diff_new_pack.mJjQsh/_new  2016-03-11 09:47:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.79
+Version:3.1.82
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.79.tar.bz2 -> yast2-storage-3.1.82.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.79/package/yast2-storage.changes 
new/yast2-storage-3.1.82/package/yast2-storage.changes
--- old/yast2-storage-3.1.79/package/yast2-storage.changes  2016-02-24 
13:23:13.0 +0100
+++ new/yast2-storage-3.1.82/package/yast2-storage.changes  2016-03-09 
12:32:42.0 +0100
@@ -1,4 +1,25 @@
 ---
+Wed Mar 09 12:08:53 CET 2016 - aschn...@suse.com
+
+- disallow to continue with workflow when no root filesystem is
+  assigned (bsc#967971)
+- 3.1.82
+
+---
+Fri Mar  7 16:18:17 UTC 2016 - an...@suse.com
+
+- Adapted the proposal settings dialog to offer encryption in a
+  more intuitive way (fate#320418)
+- 3.1.81
+
+---
+Mon Mar  7 16:17:03 UTC 2016 - an...@suse.com
+
+- Removed support for flexible partitioning proposal, a feature
+  not used in SLE or openSUSE since years (fate#320111)
+- 3.1.80
+
+---
 Wed Feb 24 12:00:37 UTC 2016 - an...@suse.com
 
 - Restoration of auto-deleted shadowed subvolumes works all along
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.79/package/yast2-storage.spec 
new/yast2-storage-3.1.82/package/yast2-storage.spec
--- old/yast2-storage-3.1.79/package/yast2-storage.spec 2016-02-24 
13:23:13.0 +0100
+++ new/yast2-storage-3.1.82/package/yast2-storage.spec 2016-03-09 
12:32:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.79
+Version:3.1.82
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.79/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.1.82/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.1.79/src/clients/inst_disk_proposal.rb  2016-02-24 
13:23:13.0 +0100
+++ new/yast2-storage-3.1.82/src/clients/inst_disk_proposal.rb  2016-03-09 
12:32:42.0 +0100
@@ -276,7 +276,16 @@
 execSubscreens(@ret)
 @changes = Storage.ChangeText
 UI.ChangeWidget(Id(:richtext), :Value, @changes)
+
+  else @ret == :next
+
+if Storage.GetEntryForMountpoint("/").empty?
+  Popup.Error(_("Nothing assigned as root filesystem. Cannot 
continue."))
+  @ret = nil
+end
+
   end
+
 end until @ret == :next || @ret == :back || @ret == :cancel
   end
   Storage.SaveExitKey(@ret)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.79/src/include/partitioning/auto_part_create.rb 
new/yast2-storage-3.1.82

commit yast2-storage for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-02-25 22:01:13

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-02-09 13:31:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-02-25 22:48:23.0 +0100
@@ -1,0 +2,36 @@
+Wed Feb 24 12:00:37 UTC 2016 - an...@suse.com
+
+- Restoration of auto-deleted shadowed subvolumes works all along
+  the installation process, not only within each invocation to
+  the expert partitioner (fate#320296)
+- 3.1.79
+
+---
+Thu Feb 18 12:43:40 UTC 2016 - an...@suse.com
+
+- Expert partitioner: ensure btrfs subvolumes are properly created
+  also in RAID and LVM devices (bsc#967191)
+- 3.1.78
+
+---
+Wed Feb 17 15:42:04 UTC 2016 - an...@suse.com
+
+- Expert partitioner: improve the shadowed subvolumes handling.
+  Delete proposed subvolumes when they become shadowed and restore
+  them if the offending mount point is removed (fate#320296).
+- 3.1.77
+
+---
+Mon Feb 15 17:23:10 UTC 2016 - an...@suse.com
+
+- Expert partitioner: improved the shadowed subvolumes warning to
+  include the name of the affected subvolumes (bsc#928641)
+
+---
+Fri Feb 12 11:50:59 UTC 2016 - an...@suse.com
+
+- Fixed expert partitioner to not always overwrite the Btrfs
+  options for root (/) with its own default values (bsc#965279)
+- 3.1.76
+
+---

Old:

  yast2-storage-3.1.75.tar.bz2

New:

  yast2-storage-3.1.79.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.QDeYcM/_old  2016-02-25 22:48:25.0 +0100
+++ /var/tmp/diff_new_pack.QDeYcM/_new  2016-02-25 22:48:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.75
+Version:3.1.79
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.75.tar.bz2 -> yast2-storage-3.1.79.tar.bz2 ++
 6584 lines of diff (skipped)




commit yast2-storage for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-02-09 13:31:14

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  
2015-12-27 01:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-02-09 13:31:15.0 +0100
@@ -0,0 +1,15 @@
+---
+Thu Feb  5 10:21:35 UTC 2016 - an...@suse.com
+
+- Fixed expert partioner to only offer the option to enable Btrfs
+  snapshots for the root (/) filesystem (bsc#944252)
+- Fixed expert partitioner to not forget fstab options when dealing
+  with Btrfs partitions (bsc#954691)
+- 3.1.75
+
+
+Thu Feb  4 11:45:44 UTC 2016 - jreidin...@suse.com
+
+- Simplify encrypted home proposal as installer no longer allows
+  network based user authentication (FATE#314695)
+

Old:

  yast2-storage-3.1.74.tar.bz2

New:

  yast2-storage-3.1.75.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.x4l5e8/_old  2016-02-09 13:31:16.0 +0100
+++ /var/tmp/diff_new_pack.x4l5e8/_new  2016-02-09 13:31:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.74
+Version:3.1.75
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.74.tar.bz2 -> yast2-storage-3.1.75.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.74/package/yast2-storage.changes 
new/yast2-storage-3.1.75/package/yast2-storage.changes
--- old/yast2-storage-3.1.74/package/yast2-storage.changes  2015-12-22 
14:58:11.0 +0100
+++ new/yast2-storage-3.1.75/package/yast2-storage.changes  2016-02-05 
11:13:09.0 +0100
@@ -1,3 +1,18 @@
+---
+Thu Feb  5 10:21:35 UTC 2016 - an...@suse.com
+
+- Fixed expert partioner to only offer the option to enable Btrfs
+  snapshots for the root (/) filesystem (bsc#944252)
+- Fixed expert partitioner to not forget fstab options when dealing
+  with Btrfs partitions (bsc#954691)
+- 3.1.75
+
+
+Thu Feb  4 11:45:44 UTC 2016 - jreidin...@suse.com
+
+- Simplify encrypted home proposal as installer no longer allows
+  network based user authentication (FATE#314695)
+
 
 Wed Dec 17 15:15:29 UTC 2015 - usha...@linux.com
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.74/package/yast2-storage.spec 
new/yast2-storage-3.1.75/package/yast2-storage.spec
--- old/yast2-storage-3.1.74/package/yast2-storage.spec 2015-12-22 
14:58:11.0 +0100
+++ new/yast2-storage-3.1.75/package/yast2-storage.spec 2016-02-05 
11:13:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.74
+Version:3.1.75
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.74/src/clients/partitions_proposal.rb 
new/yast2-storage-3.1.75/src/clients/partitions_proposal.rb
--- old/yast2-storage-3.1.74/src/clients/partitions_proposal.rb 2015-12-22 
14:58:11.0 +0100
+++ new/yast2-storage-3.1.75/src/clients/partitions_proposal.rb 2016-02-05 
11:13:09.0 +0100
@@ -232,12 +232,6 @@
   if !Builtins.isempty(part) && !Ops.get_boolean(part, "format", false)
 Builtins.y2milestone("/home partition will not be formatted")
 
-Yast.import "UsersSimple"
-if UsersSimple.AfterAuth != "users"
-  Builtins.y2milestone("non-local user authentication")
-  return true
-end
-
 device = Ops.get_string(part, "device", "")
 resize_info = {}
 content_info = {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.74/src/include/partitioning/custom_part_dialogs.rb 
new/yast2-stora

commit yast2-storage for openSUSE:Factory

2015-12-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-12-27 01:58:20

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  
2015-12-06 07:30:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-12-27 01:58:22.0 +0100
@@ -0,0 +1,13 @@
+
+Wed Dec 17 15:15:29 UTC 2015 - usha...@linux.com
+
+- Resolves issue (boo#955103) regarding YaST2 partitioning
+  module allowing you to enter an empty subvolume name.
+- 3.1.74
+
+---
+Thu Dec 17 13:20:52 UTC 2015 - martin.koeg...@chello.at
+
+- Live installer: ensure that storage proposal honors the user
+  selection for root filesystem type (bsc#959435)
+

Old:

  yast2-storage-3.1.73.tar.bz2

New:

  yast2-storage-3.1.74.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.C7KtYG/_old  2015-12-27 01:58:24.0 +0100
+++ /var/tmp/diff_new_pack.C7KtYG/_new  2015-12-27 01:58:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.73
+Version:3.1.74
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.73.tar.bz2 -> yast2-storage-3.1.74.tar.bz2 ++
 1651 lines of diff (skipped)




commit yast2-storage for openSUSE:Factory

2015-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-12-06 07:30:51

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  
2015-11-23 07:28:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-12-06 07:30:53.0 +0100
@@ -0,0 +1,9 @@
+---
+Tue Dec  1 08:43:27 CET 2015 - g...@suse.de
+
+- Revert previous patch for bsc#949683 (adding _netdev is not
+  needed any longer because the problem is fixed in systemd)
+- 3.1.73
+
+---
+

Old:

  yast2-storage-3.1.72.tar.bz2

New:

  yast2-storage-3.1.73.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.T0QlVR/_old  2015-12-06 07:30:54.0 +0100
+++ /var/tmp/diff_new_pack.T0QlVR/_new  2015-12-06 07:30:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.72
+Version:3.1.73
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.72.tar.bz2 -> yast2-storage-3.1.73.tar.bz2 ++
 1618 lines of diff (skipped)




commit yast2-storage for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-11-23 07:28:57

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  
2015-11-04 15:30:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-11-23 07:28:59.0 +0100
@@ -0,0 +1,6 @@
+Wed Nov 11 14:21:32 CET 2015 - g...@suse.de
+
+- Add _netdev flag for iSCSI and FCoE backed fstab entries
+  (bsc#949683, patch provided by david.b...@microfocus.com)
+- 3.1.72
+

Old:

  yast2-storage-3.1.71.tar.bz2

New:

  yast2-storage-3.1.72.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.DMlQl0/_old  2015-11-23 07:29:00.0 +0100
+++ /var/tmp/diff_new_pack.DMlQl0/_new  2015-11-23 07:29:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.71
+Version:3.1.72
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.71.tar.bz2 -> yast2-storage-3.1.72.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.71/package/yast2-storage.changes 
new/yast2-storage-3.1.72/package/yast2-storage.changes
--- old/yast2-storage-3.1.71/package/yast2-storage.changes  2015-10-29 
14:33:27.0 +0100
+++ new/yast2-storage-3.1.72/package/yast2-storage.changes  2015-11-17 
10:53:16.0 +0100
@@ -1,3 +1,9 @@
+Wed Nov 11 14:21:32 CET 2015 - g...@suse.de
+
+- Add _netdev flag for iSCSI and FCoE backed fstab entries
+  (bsc#949683, patch provided by david.b...@microfocus.com)
+- 3.1.72
+
 ---
 Thu Oct 29 11:52:45 CET 2015 - shundham...@suse.de
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.71/package/yast2-storage.spec 
new/yast2-storage-3.1.72/package/yast2-storage.spec
--- old/yast2-storage-3.1.71/package/yast2-storage.spec 2015-10-29 
14:33:27.0 +0100
+++ new/yast2-storage-3.1.72/package/yast2-storage.spec 2015-11-17 
10:53:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.71
+Version:3.1.72
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.71/src/modules/FileSystems.rb 
new/yast2-storage-3.1.72/src/modules/FileSystems.rb
--- old/yast2-storage-3.1.71/src/modules/FileSystems.rb 2015-10-29 
14:33:27.0 +0100
+++ new/yast2-storage-3.1.72/src/modules/FileSystems.rb 2015-11-17 
10:53:17.0 +0100
@@ -1780,6 +1780,7 @@
 
   if Ops.get_string(part, "mount", "") != "/"
 need_nofail = false
+need_netdev = false
 assertInit
 
 devs = Convert.convert(
@@ -1796,6 +1797,7 @@
   # USB since those might actually not be present during boot
   # iSCSI since the boot scripts need it
   hotplug_transports = [::Storage::USB, ::Storage::ISCSI]
+  network_transports = [::Storage::ISCSI, ::Storage::FCOE]
 
   usedby_devices.each do |usedby_device|
 dp = ::Storage::ContVolInfo.new()
@@ -1803,9 +1805,13 @@
 dp.ctype == ::Storage::DISK
   disk = dp.cdevice
   infos = ::Storage::DiskInfo.new()
-  if @sint.getDiskInfo(disk, infos)==0 &&
-  Builtins.contains(hotplug_transports, infos.transport)
-need_nofail = true
+  if @sint.getDiskInfo(disk, infos)==0
+if Builtins.contains(hotplug_transports, infos.transport)
+  need_nofail = true
+   end
+if Builtins.contains(network_transports, infos.transport)
+   need_netdev = true
+   end
   end
 end
   end
@@ -1816,6 +1822,12 @@
 end
 fst_default = Ops.add(fst_default, "nofail")
   end
+  if need_netdev
+if !Builtins.isempty(fst_default)
+  fst_default = Ops.add(fst_default, ",")
+end
+fst_default = Ops.add(fst_default, "_netdev")
+  end
 end
   end
 




commit yast2-storage for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-11-04 15:30:08

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  
2015-10-24 18:56:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-11-04 15:30:09.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 29 11:52:45 CET 2015 - shundham...@suse.de
+
+- Fixed MariaDB/MySQL subvolume path (bsc#952500)
+- 3.1.71
+
+---

Old:

  yast2-storage-3.1.70.tar.bz2

New:

  yast2-storage-3.1.71.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.jbRBpU/_old  2015-11-04 15:30:10.0 +0100
+++ /var/tmp/diff_new_pack.jbRBpU/_new  2015-11-04 15:30:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.70
+Version:3.1.71
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.70.tar.bz2 -> yast2-storage-3.1.71.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.70/package/yast2-storage.changes 
new/yast2-storage-3.1.71/package/yast2-storage.changes
--- old/yast2-storage-3.1.70/package/yast2-storage.changes  2015-10-19 
14:33:13.0 +0200
+++ new/yast2-storage-3.1.71/package/yast2-storage.changes  2015-10-29 
14:33:27.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Oct 29 11:52:45 CET 2015 - shundham...@suse.de
+
+- Fixed MariaDB/MySQL subvolume path (bsc#952500)
+- 3.1.71
+
+---
 Mon Oct 19 14:19:01 CEST 2015 - aschn...@suse.com
 
 - fixed typo in package name (efibootmgr) (bsc#950968)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.70/package/yast2-storage.spec 
new/yast2-storage-3.1.71/package/yast2-storage.spec
--- old/yast2-storage-3.1.70/package/yast2-storage.spec 2015-10-19 
14:33:13.0 +0200
+++ new/yast2-storage-3.1.71/package/yast2-storage.spec 2015-10-29 
14:33:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.70
+Version:3.1.71
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.70/src/modules/Storage.rb 
new/yast2-storage-3.1.71/src/modules/Storage.rb
--- old/yast2-storage-3.1.70/src/modules/Storage.rb 2015-10-19 
14:33:13.0 +0200
+++ new/yast2-storage-3.1.71/src/modules/Storage.rb 2015-10-29 
14:33:27.0 +0100
@@ -5021,6 +5021,7 @@
 "var/lib/libvirt/images",
 "var/lib/mailman",
 "var/lib/mariadb",
+"var/lib/mysql",
 "var/lib/named",
 "var/lib/pgsql",
 "var/log",
@@ -5034,6 +5035,7 @@
   nocow_subvols = [
 "var/lib/libvirt/images",
 "var/lib/mariadb",
+"var/lib/mysql",
 "var/lib/pgsql"
   ]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.70/testsuite/tests/empty-big-ppc64le1.out 
new/yast2-storage-3.1.71/testsuite/tests/empty-big-ppc64le1.out
--- old/yast2-storage-3.1.70/testsuite/tests/empty-big-ppc64le1.out 
2015-10-19 14:33:13.0 +0200
+++ new/yast2-storage-3.1.71/testsuite/tests/empty-big-ppc64le1.out 
2015-10-29 14:33:27.0 +0100
@@ -17,6 +17,7 @@
 Dump   Create subvolume var/lib/libvirt/images on device /dev/sda3 with option 
"no copy on write"
 Dump   Create subvolume var/lib/mailman on device /dev/sda3
 Dump   Create subvolume var/lib/mariadb on device /dev/sda3 with option "no 
copy on write"
+Dump   Create subvolume var/lib/mysql on device /dev/sda3 with option "no copy 
on write"
 Dump   Create subvolume var/lib/named on device /dev/sda3
 Dump   Create subvolume var/lib/pgsql on device /dev/sda3 with option "no copy 
on write"
 Dump   Create subvolume var/log on device /dev/sda3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.70/testsuite/tests/empty-big-ppc64le2.out 
new/yast2-storage-3.1.71/testsuite/tests/empty-big-ppc64le2.out
--- old/yast2-storage-3.1.70/testsuite/tests/empty-big-ppc64le2.out 
2015-10-19 14:33:13.0 +0200
+++ new/yast2-storage-3.1.71/testsuite/tests/empty-big-ppc64le2.out 

commit yast2-storage for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-10-24 18:56:08

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  
2015-10-01 09:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-10-24 18:56:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 14:19:01 CEST 2015 - aschn...@suse.com
+
+- fixed typo in package name (efibootmgr) (bsc#950968)
+- 3.1.70
+
+---

Old:

  yast2-storage-3.1.69.tar.bz2

New:

  yast2-storage-3.1.70.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.KpP8ux/_old  2015-10-24 18:56:25.0 +0200
+++ /var/tmp/diff_new_pack.KpP8ux/_new  2015-10-24 18:56:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.69
+Version:3.1.70
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.69.tar.bz2 -> yast2-storage-3.1.70.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.69/package/yast2-storage.changes 
new/yast2-storage-3.1.70/package/yast2-storage.changes
--- old/yast2-storage-3.1.69/package/yast2-storage.changes  2015-09-25 
12:58:10.0 +0200
+++ new/yast2-storage-3.1.70/package/yast2-storage.changes  2015-10-19 
14:33:13.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Oct 19 14:19:01 CEST 2015 - aschn...@suse.com
+
+- fixed typo in package name (efibootmgr) (bsc#950968)
+- 3.1.70
+
+---
 Fri Sep 25 11:47:15 CEST 2015 - aschn...@suse.com
 
 - avoid unnessasary steps if no packages need to be installed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.69/package/yast2-storage.spec 
new/yast2-storage-3.1.70/package/yast2-storage.spec
--- old/yast2-storage-3.1.69/package/yast2-storage.spec 2015-09-25 
12:58:10.0 +0200
+++ new/yast2-storage-3.1.70/package/yast2-storage.spec 2015-10-19 
14:33:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.69
+Version:3.1.70
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.69/src/lib/storage/used_storage_features.rb 
new/yast2-storage-3.1.70/src/lib/storage/used_storage_features.rb
--- old/yast2-storage-3.1.69/src/lib/storage/used_storage_features.rb   
2015-09-25 12:58:10.0 +0200
+++ new/yast2-storage-3.1.70/src/lib/storage/used_storage_features.rb   
2015-10-19 14:33:13.0 +0200
@@ -60,7 +60,7 @@
   FT_BTRFS: ["btrfsprogs", "e2fsprogs"],
   FT_BTRFS_ROOT:nil,  # use FT_SNAPSHOTS instead
   FT_SNAPSHOTS: "snapper",
-  FT_EFIBOOT:   "efibootbgr",
+  FT_EFIBOOT:   "efibootmgr",
 
   # RAID technologies and related
   FT_DM:["device-mapper"],




commit yast2-storage for openSUSE:Factory

2015-10-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-10-01 09:28:10

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  
2015-08-29 20:03:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-10-01 09:28:11.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep 25 11:47:15 CEST 2015 - aschn...@suse.com
+
+- avoid unnessasary steps if no packages need to be installed
+  (bsc#907331 and bsc#915097)
+- 3.1.69
+
+---
+Wed Sep 23 15:50:03 CEST 2015 - aschn...@suse.com
+
+- install storage related packages before commit (bsc#907331 and
+  bsc#915097)
+- 3.1.68
+
+---
+Fri Sep 11 09:28:45 UTC 2015 - igonzalezs...@suse.com
+
+- Expert partitioner does not forget logical volumes (bsc#944492)
+- 3.1.67
+
+---

Old:

  yast2-storage-3.1.66.tar.bz2

New:

  yast2-storage-3.1.69.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.mxGAQg/_old  2015-10-01 09:28:12.0 +0200
+++ /var/tmp/diff_new_pack.mxGAQg/_new  2015-10-01 09:28:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.66
+Version:3.1.69
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.66.tar.bz2 -> yast2-storage-3.1.69.tar.bz2 ++
 4333 lines of diff (skipped)




commit yast2-storage for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-08-29 20:03:23

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  
2015-08-10 09:09:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-08-29 20:03:24.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 25 16:21:55 CEST 2015 - shundham...@suse.de
+
+- Install storage related packages only on demand (bsc#937040)
+- 3.1.66
+
+---

Old:

  yast2-storage-3.1.65.tar.bz2

New:

  yast2-storage-3.1.66.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.negeZ0/_old  2015-08-29 20:03:25.0 +0200
+++ /var/tmp/diff_new_pack.negeZ0/_new  2015-08-29 20:03:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.65
+Version:3.1.66
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.65.tar.bz2 -> yast2-storage-3.1.66.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.65/package/yast2-storage.changes 
new/yast2-storage-3.1.66/package/yast2-storage.changes
--- old/yast2-storage-3.1.65/package/yast2-storage.changes  2015-08-07 
13:38:09.0 +0200
+++ new/yast2-storage-3.1.66/package/yast2-storage.changes  2015-08-26 
16:48:09.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Aug 25 16:21:55 CEST 2015 - shundham...@suse.de
+
+- Install storage related packages only on demand (bsc#937040)
+- 3.1.66
+
+---
 Fri Aug  7 07:41:05 UTC 2015 - igonzalezs...@suse.com
 
 - Fix special /boot handling on custom partitioning (bsc#940374)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.65/package/yast2-storage.spec 
new/yast2-storage-3.1.66/package/yast2-storage.spec
--- old/yast2-storage-3.1.65/package/yast2-storage.spec 2015-08-07 
13:38:09.0 +0200
+++ new/yast2-storage-3.1.66/package/yast2-storage.spec 2015-08-26 
16:48:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.65
+Version:3.1.66
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.65/src/Makefile.am 
new/yast2-storage-3.1.66/src/Makefile.am
--- old/yast2-storage-3.1.65/src/Makefile.am2015-08-07 13:38:09.0 
+0200
+++ new/yast2-storage-3.1.66/src/Makefile.am2015-08-26 16:48:09.0 
+0200
@@ -89,7 +89,8 @@
 
 ylibdir = @ylibdir@/storage
 ylib_DATA = \
-  lib/storage/target_map_formatter.rb
+  lib/storage/target_map_formatter.rb \
+  lib/storage/used_storage_features.rb
 
 
 scrconf_DATA = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.65/src/lib/storage/used_storage_features.rb 
new/yast2-storage-3.1.66/src/lib/storage/used_storage_features.rb
--- old/yast2-storage-3.1.65/src/lib/storage/used_storage_features.rb   
1970-01-01 01:00:00.0 +0100
+++ new/yast2-storage-3.1.66/src/lib/storage/used_storage_features.rb   
2015-08-26 16:48:09.0 +0200
@@ -0,0 +1,335 @@
+#!/usr/bin/env ruby
+#
+# encoding: utf-8
+
+# Copyright (c) [2015] SUSE LLC
+#
+# All Rights Reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as published
+# by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, contact SUSE LLC.
+#
+# To contact SUSE LLC about this file by physical or electronic mail, you may
+# find current contact information at www.suse.com.
+
+require "yast"
+require "storage"
+require "set"
+require "pp"
+
+# This file can be invoked separately for minimal testing.
+# Use 'sudo' if you do that since it will do hardware probing with libstorage.
+
+module Yast
+  module StorageHelpers
+#
+# Class that collects information about wh

commit yast2-storage for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-08-10 09:09:45

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  
2015-07-25 07:43:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-08-10 09:09:46.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  7 07:41:05 UTC 2015 - igonzalezs...@suse.com
+
+- Fix special /boot handling on custom partitioning (bsc#940374)
+- 3.1.65
+
+---

Old:

  yast2-storage-3.1.64.tar.bz2

New:

  yast2-storage-3.1.65.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.xHG1ue/_old  2015-08-10 09:09:47.0 +0200
+++ /var/tmp/diff_new_pack.xHG1ue/_new  2015-08-10 09:09:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.64
+Version:3.1.65
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.64.tar.bz2 -> yast2-storage-3.1.65.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.64/.travis.yml 
new/yast2-storage-3.1.65/.travis.yml
--- old/yast2-storage-3.1.64/.travis.yml2015-07-23 16:18:10.0 
+0200
+++ new/yast2-storage-3.1.65/.travis.yml2015-08-07 13:38:09.0 
+0200
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:2.14.1 yast-rake gettext"
+- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:3.3.0 yast-rake gettext"
 script:
 - rake check:syntax
 - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.64/package/yast2-storage.changes 
new/yast2-storage-3.1.65/package/yast2-storage.changes
--- old/yast2-storage-3.1.64/package/yast2-storage.changes  2015-07-23 
16:18:10.0 +0200
+++ new/yast2-storage-3.1.65/package/yast2-storage.changes  2015-08-07 
13:38:09.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Aug  7 07:41:05 UTC 2015 - igonzalezs...@suse.com
+
+- Fix special /boot handling on custom partitioning (bsc#940374)
+- 3.1.65
+
+---
 Thu Jul 23 11:44:42 CEST 2015 - shundham...@suse.de
 
 - Added NoCoW subvolume for /var/lib/libvirt/images (Fate#319299)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.64/package/yast2-storage.spec 
new/yast2-storage-3.1.65/package/yast2-storage.spec
--- old/yast2-storage-3.1.64/package/yast2-storage.spec 2015-07-23 
16:18:10.0 +0200
+++ new/yast2-storage-3.1.65/package/yast2-storage.spec 2015-08-07 
13:38:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.64
+Version:3.1.65
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.64/src/include/partitioning/ep-main.rb 
new/yast2-storage-3.1.65/src/include/partitioning/ep-main.rb
--- old/yast2-storage-3.1.64/src/include/partitioning/ep-main.rb
2015-07-23 16:18:10.0 +0200
+++ new/yast2-storage-3.1.65/src/include/partitioning/ep-main.rb
2015-08-07 13:38:09.0 +0200
@@ -723,6 +723,12 @@
   Storage.SetPartMode("CUSTOM") if Storage.GetPartMode == "NORMAL"
 when :next
   if !Storage.EqualBackupStates("expert-partitioner", "", true)
+# Handle boot partition (bsc#940374) during installation
+if Stage.initial && !Mode.repair
+  new_tgmap = Storage.SpecialBootHandling(Storage.GetTargetMap())
+  Storage.SetTargetMap(new_tgmap)
+end
+
 Storage.SetPartMode("CUSTOM")
 Storage.UpdateChangeTime
   end




commit yast2-storage for openSUSE:Factory

2015-07-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-07-25 07:43: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  
2015-07-22 09:19:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-07-25 07:43:23.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 23 11:44:42 CEST 2015 - shundham...@suse.de
+
+- Added NoCoW subvolume for /var/lib/libvirt/images (Fate#319299)
+- 3.1.64
+
+---

Old:

  yast2-storage-3.1.63.tar.bz2

New:

  yast2-storage-3.1.64.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.CSQSKm/_old  2015-07-25 07:43:24.0 +0200
+++ /var/tmp/diff_new_pack.CSQSKm/_new  2015-07-25 07:43:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.63
+Version:3.1.64
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.63.tar.bz2 -> yast2-storage-3.1.64.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.63/package/yast2-storage.changes 
new/yast2-storage-3.1.64/package/yast2-storage.changes
--- old/yast2-storage-3.1.63/package/yast2-storage.changes  2015-07-20 
13:13:38.0 +0200
+++ new/yast2-storage-3.1.64/package/yast2-storage.changes  2015-07-23 
16:18:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jul 23 11:44:42 CEST 2015 - shundham...@suse.de
+
+- Added NoCoW subvolume for /var/lib/libvirt/images (Fate#319299)
+- 3.1.64
+
+---
 Wed Jul 17 13:31:34 CEST 2015 - dval...@suse.com
 
 - Allow /boot on RAID1 (bsc#938170)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.63/package/yast2-storage.spec 
new/yast2-storage-3.1.64/package/yast2-storage.spec
--- old/yast2-storage-3.1.63/package/yast2-storage.spec 2015-07-20 
13:13:38.0 +0200
+++ new/yast2-storage-3.1.64/package/yast2-storage.spec 2015-07-23 
16:18:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.63
+Version:3.1.64
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.63/src/modules/Storage.rb 
new/yast2-storage-3.1.64/src/modules/Storage.rb
--- old/yast2-storage-3.1.63/src/modules/Storage.rb 2015-07-20 
13:13:38.0 +0200
+++ new/yast2-storage-3.1.64/src/modules/Storage.rb 2015-07-23 
16:18:10.0 +0200
@@ -4988,6 +4988,7 @@
 "tmp",
 "usr/local",
 "var/crash",
+"var/lib/libvirt/images",
 "var/lib/mailman",
 "var/lib/mariadb",
 "var/lib/named",
@@ -4998,8 +4999,10 @@
 "var/tmp"
   ]
 
-  # No Copy On Write for SQL databases to minimize performance impact
+  # No Copy On Write for SQL databases and libvirt virtual disks to
+  # minimize performance impact
   nocow_subvols = [
+"var/lib/libvirt/images",
 "var/lib/mariadb",
 "var/lib/pgsql"
   ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.63/testsuite/tests/empty-big-ppc64le1.out 
new/yast2-storage-3.1.64/testsuite/tests/empty-big-ppc64le1.out
--- old/yast2-storage-3.1.63/testsuite/tests/empty-big-ppc64le1.out 
2015-07-20 13:13:38.0 +0200
+++ new/yast2-storage-3.1.64/testsuite/tests/empty-big-ppc64le1.out 
2015-07-23 16:18:10.0 +0200
@@ -14,6 +14,7 @@
 Dump   Create subvolume tmp on device /dev/sda3
 Dump   Create subvolume usr/local on device /dev/sda3
 Dump   Create subvolume var/crash on device /dev/sda3
+Dump   Create subvolume var/lib/libvirt/images on device /dev/sda3 with option 
"no copy on write"
 Dump   Create subvolume var/lib/mailman on device /dev/sda3
 Dump   Create subvolume var/lib/mariadb on device /dev/sda3 with option "no 
copy on write"
 Dump   Create subvolume var/lib/named on device /dev/sda3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.63/testsuite/tests/empty-big-ppc64le2.out 
new/yast2-storage-3.1.64/testsuite/tests/empty-big-ppc64le2.out
--- old/yast2-storage-3.1.63/testsuite/tests/empty-big-ppc64le2.out

commit yast2-storage for openSUSE:Factory

2015-07-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-07-22 09:19:25

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  
2015-07-05 17:51:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-07-22 09:19:27.0 +0200
@@ -1,0 +2,26 @@
+Wed Jul 17 13:31:34 CEST 2015 - dval...@suse.com
+
+- Allow /boot on RAID1 (bsc#938170)
+- 3.1.63
+
+---
+Thu Jul 16 14:33:10 CEST 2015 - aschn...@suse.de
+
+- do not try to load snapper extension since it does not exist
+  anymore (see bsc#937243)
+- 3.1.62
+
+---
+Tue Jul 14 15:27:09 CEST 2015 - sch...@suse.de
+
+- Loading the correct multipath module (dm-multipath)
+  (bnc#937942)
+- 3.1.61
+
+---
+Tue Jun 30 11:49:34 CEST 2015 - aschn...@suse.de
+
+- disallow using unpartitioned DASDs for LVM (fate#317934)
+- 3.1.60
+
+---

Old:

  yast2-storage-3.1.59.tar.bz2

New:

  yast2-storage-3.1.63.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.hIf7Ca/_old  2015-07-22 09:19:28.0 +0200
+++ /var/tmp/diff_new_pack.hIf7Ca/_new  2015-07-22 09:19:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.59
+Version:3.1.63
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.59.tar.bz2 -> yast2-storage-3.1.63.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.59/package/yast2-storage.changes 
new/yast2-storage-3.1.63/package/yast2-storage.changes
--- old/yast2-storage-3.1.59/package/yast2-storage.changes  2015-06-26 
12:43:28.0 +0200
+++ new/yast2-storage-3.1.63/package/yast2-storage.changes  2015-07-20 
13:13:38.0 +0200
@@ -1,4 +1,30 @@
 ---
+Wed Jul 17 13:31:34 CEST 2015 - dval...@suse.com
+
+- Allow /boot on RAID1 (bsc#938170)
+- 3.1.63
+
+---
+Thu Jul 16 14:33:10 CEST 2015 - aschn...@suse.de
+
+- do not try to load snapper extension since it does not exist
+  anymore (see bsc#937243)
+- 3.1.62
+
+---
+Tue Jul 14 15:27:09 CEST 2015 - sch...@suse.de
+
+- Loading the correct multipath module (dm-multipath)
+  (bnc#937942)
+- 3.1.61
+
+---
+Tue Jun 30 11:49:34 CEST 2015 - aschn...@suse.de
+
+- disallow using unpartitioned DASDs for LVM (fate#317934)
+- 3.1.60
+
+---
 Fri Jun 26 10:18:28 CEST 2015 - aschn...@suse.de
 
 - added Storage::SetUserdata() (for bsc#935858)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.59/package/yast2-storage.spec 
new/yast2-storage-3.1.63/package/yast2-storage.spec
--- old/yast2-storage-3.1.59/package/yast2-storage.spec 2015-06-26 
12:43:28.0 +0200
+++ new/yast2-storage-3.1.63/package/yast2-storage.spec 2015-07-20 
13:13:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.59
+Version:3.1.63
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.59/src/include/partitioning/custom_part_lib.rb 
new/yast2-storage-3.1.63/src/include/partitioning/custom_part_lib.rb
--- old/yast2-storage-3.1.59/src/include/partitioning/custom_part_lib.rb
2015-06-26 12:43:28.0 +0200
+++ new/yast2-storage-3.1.63/src/include/partitioning/custom_part_lib.rb
2015-07-20 13:13:38.0 +0200
@@ -73,9 +73,9 @@
 # @param [String] mount mount point
 # @return [Boolean]
 #
-def check_raid_mount_points(mount)
+def check_raid_mount_points(mount, raid_level)
   not_allowed_raid_mount_points = []
-  if Arch.ppc || Arch.s390
+  if (Arch.ppc && raid_level != "raid1") || Arch.s390
 not_allowed_raid_mount_points = Builtins.add(
   not_allowed_raid_mount_points,
   Partitions.BootMount
@@ -360,7 +360,7 @@
   Ops.set(ret, "field"

commit yast2-storage for openSUSE:Factory

2015-07-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-07-05 17:51:37

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  
2015-06-11 09:10:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-07-05 17:51:38.0 +0200
@@ -1,0 +2,19 @@
+Fri Jun 26 10:18:28 CEST 2015 - aschn...@suse.de
+
+- added Storage::SetUserdata() (for bsc#935858)
+- 3.1.59
+
+---
+Thu Jun 18 09:47:16 UTC 2015 - an...@suse.com
+
+- Improved the message displayed when a bios_grub partition is
+  missing in expert partitioner (bnc#917763)
+- 3.1.58
+
+---
+Wed Jun 17 10:12:03 CEST 2015 - shundham...@suse.de
+
+- Default to no copy on write for MariaDB on btrfs (fate#316718)
+- Version 3.1.57
+
+---

Old:

  yast2-storage-3.1.56.tar.bz2

New:

  yast2-storage-3.1.59.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.vygij1/_old  2015-07-05 17:51:39.0 +0200
+++ /var/tmp/diff_new_pack.vygij1/_new  2015-07-05 17:51:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.56
+Version:3.1.59
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.18
-BuildRequires:  libstorage-ruby >= 2.25.18
+BuildRequires:  libstorage-devel >= 2.25.23
+BuildRequires:  libstorage-ruby >= 2.25.23
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
-Requires:   libstorage-ruby >= 2.25.18
-Requires:   libstorage6 >= 2.25.18
+Requires:   libstorage-ruby >= 2.25.23
+Requires:   libstorage6 >= 2.25.23
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7
@@ -109,6 +109,8 @@
 %{yast_clientdir}/disk_worker.rb
 %{yast_clientdir}/multipath-simple.rb
 %{yast_moduledir}/*
+%dir %{yast_libdir}/storage
+%{yast_libdir}/storage/*.rb
 /var/adm/fillup-templates/sysconfig.storage-yast2-storage
 
 %dir %{yast_ydatadir}

++ yast2-storage-3.1.56.tar.bz2 -> yast2-storage-3.1.59.tar.bz2 ++
 4201 lines of diff (skipped)




commit yast2-storage for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-05-07 08:28:33

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  
2015-04-10 09:45:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-05-07 08:28:34.0 +0200
@@ -1,0 +2,6 @@
+Wed May 06 16:34:04 CEST 2015 - aschn...@suse.de
+
+- require rubygems of default ruby version (bsc#929899)
+- version 3.1.55
+
+---

Old:

  yast2-storage-3.1.54.tar.bz2

New:

  yast2-storage-3.1.55.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.vya4z9/_old  2015-05-07 08:28:34.0 +0200
+++ /var/tmp/diff_new_pack.vya4z9/_new  2015-05-07 08:28:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.54
+Version:3.1.55
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,7 @@
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7
-Requires:   rubygem(ruby-dbus)
+Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 %ifarch s390 s390x
 Requires:   yast2-s390
 %endif

++ yast2-storage-3.1.54.tar.bz2 -> yast2-storage-3.1.55.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.54/CONTRIBUTING.md 
new/yast2-storage-3.1.55/CONTRIBUTING.md
--- old/yast2-storage-3.1.54/CONTRIBUTING.md2015-04-08 15:12:40.0 
+0200
+++ new/yast2-storage-3.1.55/CONTRIBUTING.md2015-05-06 16:59:09.0 
+0200
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.54/package/yast2-storage.changes 
new/yast2-storage-3.1.55/package/yast2-storage.changes
--- old/yast2-storage-3.1.54/package/yast2-storage.changes  2015-04-08 
15:12:40.0 +0200
+++ new/yast2-storage-3.1.55/package/yast2-storage.changes  2015-05-06 
16:59:09.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed May 06 16:34:04 CEST 2015 - aschn...@suse.de
+
+- require rubygems of default ruby version (bsc#929899)
+- version 3.1.55
+
+---
 Thu Mar 05 15:51:12 CET 2015 - aschn...@suse.de
 
 - rearrange two libstorage calls in ChangeVolumeProperties (for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.54/package/yast2-storage.spec 
new/yast2-storage-3.1.55/package/yast2-storage.spec
--- old/yast2-storage-3.1.54/package/yast2-storage.spec 2015-04-08 
15:12:40.0 +0200
+++ new/yast2-storage-3.1.55/package/yast2-storage.spec 2015-05-06 
16:59:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.54
+Version:3.1.55
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 BuildRequires: yast2-testsuite >= 2.19.0
 Requires:  libstorage-ruby >= 2.25.18
 Requires:  libstorage6 >= 2.25.18
-Requires:  rubygem(ruby-dbus)
+Requires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Requires:  yast2 >= 3.1.22
 Requires:  yast2-core >= 2.18.3
 Requires:  yast2-libyui >= 2.18.7




commit yast2-storage for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-03-01 14:51:38

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  
2015-02-16 17:50:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-03-01 14:51:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 16 11:38:11 CET 2015 - aschn...@suse.de
+
+- install into btrfs subvolume (fate#318392)
+- version 3.1.53
+
+---

Old:

  yast2-storage-3.1.52.tar.bz2

New:

  yast2-storage-3.1.53.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.SEmG08/_old  2015-03-01 14:51:41.0 +0100
+++ /var/tmp/diff_new_pack.SEmG08/_new  2015-03-01 14:51:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.52
+Version:3.1.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.52.tar.bz2 -> yast2-storage-3.1.53.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.52/package/yast2-storage.changes 
new/yast2-storage-3.1.53/package/yast2-storage.changes
--- old/yast2-storage-3.1.52/package/yast2-storage.changes  2015-02-13 
11:33:11.0 +0100
+++ new/yast2-storage-3.1.53/package/yast2-storage.changes  2015-02-24 
18:26:14.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Feb 16 11:38:11 CET 2015 - aschn...@suse.de
+
+- install into btrfs subvolume (fate#318392)
+- version 3.1.53
+
+---
 Fri Feb 13 10:46:05 CET 2015 - aschn...@suse.de
 
 - updated requires
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.52/package/yast2-storage.spec 
new/yast2-storage-3.1.53/package/yast2-storage.spec
--- old/yast2-storage-3.1.52/package/yast2-storage.spec 2015-02-13 
11:33:11.0 +0100
+++ new/yast2-storage-3.1.53/package/yast2-storage.spec 2015-02-24 
18:26:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.52
+Version:3.1.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.52/src/Makefile.am 
new/yast2-storage-3.1.53/src/Makefile.am
--- old/yast2-storage-3.1.52/src/Makefile.am2015-02-13 11:33:11.0 
+0100
+++ new/yast2-storage-3.1.53/src/Makefile.am2015-02-24 18:26:14.0 
+0100
@@ -20,7 +20,7 @@
   modules/Partitions.rb \
   modules/Region.rb \
   modules/StorageClients.rb \
-  modules/StorageUtils.rb
+  modules/StorageSnapper.rb
 
 client_DATA = \
   clients/inst_disk_proposal.rb \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.52/src/clients/storage_finish.rb 
new/yast2-storage-3.1.53/src/clients/storage_finish.rb
--- old/yast2-storage-3.1.52/src/clients/storage_finish.rb  2015-02-13 
11:33:12.0 +0100
+++ new/yast2-storage-3.1.53/src/clients/storage_finish.rb  2015-02-24 
18:26:14.0 +0100
@@ -40,7 +40,7 @@
   Yast.import "Storage"
   Yast.import "StorageSettings"
   Yast.import "StorageUpdate"
-  Yast.import "StorageUtils"
+  Yast.import "StorageSnapper"
   Yast.import "Mode"
   Yast.import "Installation"
 
@@ -91,8 +91,8 @@
 Storage.SaveUsedFs
 StorageSettings.Save
 
-if Mode.installation
-  StorageUtils.ConfigureSnapper()
+if Mode.installation && StorageSnapper.configure_snapper?
+  StorageSnapper.configure_snapper_step4()
 end
 
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.52/src/modules/Storage.rb 
new/yast2-storage-3.1.53/src/modules/Storage.rb
--- old/yast2-storage-3.1.52/src/modules/Storage.rb 2015-02-13 
11:33:12.0 +0100
+++ new/yast2-storage-3.1.53/src/modules/Storage.rb 2015-02-24 
18:26:14.0 +0100
@@ -1,6 +1,6 @@
 # encoding: utf-8
 
-# Copyright (c) [2012-2014] Novell, Inc.
+# Copyright (c) [2012-2015] Novell, Inc.
 #
 # All Rights Reserved.
 #
@@ -52,6 +52,7 @@
   Yast.import "StorageInit"
   Yast.import "StorageDevices"
   Yast.import "StorageClients"
+  Yast.import "StorageSnapper"
   Yast.i

commit yast2-storage for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-02-16 15:24:37

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  
2015-02-01 12:29:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-02-16 17:50:59.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 13 10:46:05 CET 2015 - aschn...@suse.de
+
+- updated requires
+- version 3.1.52
+
+---

Old:

  yast2-storage-3.1.51.tar.bz2

New:

  yast2-storage-3.1.52.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.Mhm6A9/_old  2015-02-16 17:50:59.0 +0100
+++ /var/tmp/diff_new_pack.Mhm6A9/_new  2015-02-16 17:50:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.51
+Version:3.1.52
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
 Requires:   libstorage-ruby >= 2.25.18
-Requires:   libstorage5 >= 2.25.18
+Requires:   libstorage6 >= 2.25.18
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.51.tar.bz2 -> yast2-storage-3.1.52.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.51/package/yast2-storage.changes 
new/yast2-storage-3.1.52/package/yast2-storage.changes
--- old/yast2-storage-3.1.51/package/yast2-storage.changes  2015-01-30 
11:33:15.0 +0100
+++ new/yast2-storage-3.1.52/package/yast2-storage.changes  2015-02-13 
11:33:11.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb 13 10:46:05 CET 2015 - aschn...@suse.de
+
+- updated requires
+- version 3.1.52
+
+---
 Thu Jan 29 14:09:12 CET 2015 - aschn...@suse.de
 
 - fixed callback for mount graph handling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.51/package/yast2-storage.spec 
new/yast2-storage-3.1.52/package/yast2-storage.spec
--- old/yast2-storage-3.1.51/package/yast2-storage.spec 2015-01-30 
11:33:15.0 +0100
+++ new/yast2-storage-3.1.52/package/yast2-storage.spec 2015-02-13 
11:33:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.51
+Version:3.1.52
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +43,7 @@
 BuildRequires: yast2-ruby-bindings >= 3.1.7
 BuildRequires: yast2-testsuite >= 2.19.0
 Requires:  libstorage-ruby >= 2.25.18
-Requires:  libstorage5 >= 2.25.18
+Requires:  libstorage6 >= 2.25.18
 Requires:  rubygem(ruby-dbus)
 Requires:  yast2 >= 3.1.22
 Requires:  yast2-core >= 2.18.3

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-02-01 12:29:01

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-12-03 22:52:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-02-01 12:29:02.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 14:09:12 CET 2015 - aschn...@suse.de
+
+- fixed callback for mount graph handling
+- version 3.1.51
+
+---

Old:

  yast2-storage-3.1.50.tar.bz2

New:

  yast2-storage-3.1.51.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.WpiCzI/_old  2015-02-01 12:29:03.0 +0100
+++ /var/tmp/diff_new_pack.WpiCzI/_new  2015-02-01 12:29:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.50
+Version:3.1.51
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.50.tar.bz2 -> yast2-storage-3.1.51.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.50/package/yast2-storage.changes 
new/yast2-storage-3.1.51/package/yast2-storage.changes
--- old/yast2-storage-3.1.50/package/yast2-storage.changes  2014-12-01 
14:43:13.0 +0100
+++ new/yast2-storage-3.1.51/package/yast2-storage.changes  2015-01-30 
11:33:15.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 29 14:09:12 CET 2015 - aschn...@suse.de
+
+- fixed callback for mount graph handling
+- version 3.1.51
+
+---
 Fri Nov 28 16:14:01 CET 2014 - aschn...@suse.de
 
 - fixed tmpfs handling in GetDiskPartition (bsc#902385)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.50/package/yast2-storage.spec 
new/yast2-storage-3.1.51/package/yast2-storage.spec
--- old/yast2-storage-3.1.50/package/yast2-storage.spec 2014-12-01 
14:43:13.0 +0100
+++ new/yast2-storage-3.1.51/package/yast2-storage.spec 2015-01-30 
11:33:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.50
+Version:3.1.51
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.50/src/include/partitioning/ep-graph.rb 
new/yast2-storage-3.1.51/src/include/partitioning/ep-graph.rb
--- old/yast2-storage-3.1.50/src/include/partitioning/ep-graph.rb   
2014-12-01 14:43:14.0 +0100
+++ new/yast2-storage-3.1.51/src/include/partitioning/ep-graph.rb   
2015-01-30 11:33:15.0 +0100
@@ -1,6 +1,6 @@
 # encoding: utf-8
 
-# Copyright (c) 2012 Novell, Inc.
+# Copyright (c) [2012-2015] Novell, Inc.
 #
 # All Rights Reserved.
 #
@@ -19,10 +19,11 @@
 # To contact Novell about this file by physical or electronic mail, you may
 # find current contact information at www.novell.com.
 
-# File:ep-main.ycp
+# File:ep-graph.rb
 # Package: yast2-storage
 # Summary: Expert Partitioner
 # Authors: Arvin Schnell 
+
 module Yast
   module PartitioningEpGraphInclude
 def initialize_partitioning_ep_graph(include_target)
@@ -67,13 +68,7 @@
 # dialog heading, graph is the mathematic term for
 # a set of notes connected with edges
 term(:IconAndHeading, _("Device Graph"), StorageIcons.graph_icon),
-term(
-  :Graph,
-  Id(:graph),
-  Opt(:notify, :notifyContextMenu),
-  filename,
-  "dot"
-),
+term(:Graph, Id(:graph), Opt(:notify, :notifyContextMenu), 
filenam

commit yast2-storage for openSUSE:Factory

2014-12-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-12-03 22:52:28

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-10-15 21:58:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-12-03 22:52:32.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 28 16:14:01 CET 2014 - aschn...@suse.de
+
+- fixed tmpfs handling in GetDiskPartition (bsc#902385)
+- version 3.1.50
+
+---

Old:

  yast2-storage-3.1.49.tar.bz2

New:

  yast2-storage-3.1.50.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.IWq1oB/_old  2014-12-03 22:52:35.0 +0100
+++ /var/tmp/diff_new_pack.IWq1oB/_new  2014-12-03 22:52:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.49
+Version:3.1.50
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.49.tar.bz2 -> yast2-storage-3.1.50.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.49/.travis.yml 
new/yast2-storage-3.1.50/.travis.yml
--- old/yast2-storage-3.1.49/.travis.yml1970-01-01 01:00:00.0 
+0100
+++ new/yast2-storage-3.1.50/.travis.yml2014-12-01 14:43:13.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:2.14.1 yast-rake gettext"
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make -j 4
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.49/README.md 
new/yast2-storage-3.1.50/README.md
--- old/yast2-storage-3.1.49/README.md  1970-01-01 01:00:00.0 +0100
+++ new/yast2-storage-3.1.50/README.md  2014-12-01 14:43:13.0 +0100
@@ -0,0 +1,7 @@
+## YaST - Storage Library
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-storage.svg?branch=master)](https://travis-ci.org/yast/yast-storage)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-storage-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-storage-master/)
+
+This is a YaST storage library, it uses 
[`libstorage`](https://github.com/openSUSE/libstorage) backend.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.49/package/yast2-storage.changes 
new/yast2-storage-3.1.50/package/yast2-storage.changes
--- old/yast2-storage-3.1.49/package/yast2-storage.changes  2014-10-14 
12:03:13.0 +0200
+++ new/yast2-storage-3.1.50/package/yast2-storage.changes  2014-12-01 
14:43:13.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Nov 28 16:14:01 CET 2014 - aschn...@suse.de
+
+- fixed tmpfs handling in GetDiskPartition (bsc#902385)
+- version 3.1.50
+
+---
 Mon Oct 13 10:00:51 CEST 2014 - aschn...@suse.de
 
 - fixed setting disk label on multipath devices (bsc#898525)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.49/package/yast2-storage.spec 
new/yast2-storage-3.1.50/package/yast2-storage.spec
--- old/yast2-storage-3.1.49/package/yast2-storage.spec 2014-10-14 
12:03:13.0 +0200
+++ new/yast2-storage-3.1.50/package/yast2-storage.spec 2014-12-01 
14:43:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.49
+Version:3.1.50
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.49/src/modules/Storage.rb 
new/yast2-storage-3.1.50/src/modules/Storage.rb
--- old/yast2-storage-3.1.49/src/modules/Storage.rb 2014-10-14 
12:03:13.0 +0200
+++ new/yast2-storage-3.1.50/src/modules/Storage.rb 2014-12-01 
14:43:14.0 +0100
@@ -556,7 +556,13 @@
 Builtins.size(ls),
 ls
   )
-  if Ops.greater_or_equal(Builtins.size(ls), 4) &&
+

commit yast2-storage for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-10-15 21:58:55

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-10-07 18:24:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-10-15 21:58:59.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 10:00:51 CEST 2014 - aschn...@suse.de
+
+- fixed setting disk label on multipath devices (bsc#898525)
+- version 3.1.49
+
+---

Old:

  yast2-storage-3.1.48.tar.bz2

New:

  yast2-storage-3.1.49.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.zVVQfI/_old  2014-10-15 21:59:00.0 +0200
+++ /var/tmp/diff_new_pack.zVVQfI/_new  2014-10-15 21:59:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.48
+Version:3.1.49
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.48.tar.bz2 -> yast2-storage-3.1.49.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.48/package/yast2-storage.changes 
new/yast2-storage-3.1.49/package/yast2-storage.changes
--- old/yast2-storage-3.1.48/package/yast2-storage.changes  2014-10-07 
12:28:11.0 +0200
+++ new/yast2-storage-3.1.49/package/yast2-storage.changes  2014-10-14 
12:03:13.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Oct 13 10:00:51 CEST 2014 - aschn...@suse.de
+
+- fixed setting disk label on multipath devices (bsc#898525)
+- version 3.1.49
+
+---
 Tue Oct 07 12:15:21 CEST 2014 - aschn...@suse.de
 
 - avoid keyboard shortcut conflict (bsc#882643)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.48/package/yast2-storage.spec 
new/yast2-storage-3.1.49/package/yast2-storage.spec
--- old/yast2-storage-3.1.48/package/yast2-storage.spec 2014-10-07 
12:28:11.0 +0200
+++ new/yast2-storage-3.1.49/package/yast2-storage.spec 2014-10-14 
12:03:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.48
+Version:3.1.49
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.48/src/modules/Storage.rb 
new/yast2-storage-3.1.49/src/modules/Storage.rb
--- old/yast2-storage-3.1.48/src/modules/Storage.rb 2014-10-07 
12:28:11.0 +0200
+++ new/yast2-storage-3.1.49/src/modules/Storage.rb 2014-10-14 
12:03:13.0 +0200
@@ -4711,7 +4711,8 @@
 if Ops.get_boolean(target, [k, "delete"], false)
   if Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_LVM
 DeleteLvmVg(Ops.get_string(target, [k, "name"], ""))
-  elsif Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_DISK
+  elsif Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_DISK ||
+Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == 
:CT_DMMULTIPATH
 DeletePartitionTable(
   k,
   Ops.get_string(target, [k, "disklabel"], "")

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-10-07 18:23:52

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-10-05 20:29:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-10-07 18:24:04.0 +0200
@@ -1,0 +2,12 @@
+Tue Oct 07 12:15:21 CEST 2014 - aschn...@suse.de
+
+- avoid keyboard shortcut conflict (bsc#882643)
+- version 3.1.48
+
+---
+Thu Oct 02 19:49:13 CEST 2014 - aschn...@suse.de
+
+- detect iso9660 and udf filesystems (fate#317247)
+- version 3.1.47
+
+---

Old:

  yast2-storage-3.1.46.tar.bz2

New:

  yast2-storage-3.1.48.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.VRUdMp/_old  2014-10-07 18:24:05.0 +0200
+++ /var/tmp/diff_new_pack.VRUdMp/_new  2014-10-07 18:24:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.46
+Version:3.1.48
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.14
-BuildRequires:  libstorage-ruby >= 2.25.14
+BuildRequires:  libstorage-devel >= 2.25.18
+BuildRequires:  libstorage-ruby >= 2.25.18
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
-Requires:   libstorage-ruby >= 2.25.14
-Requires:   libstorage5 >= 2.25.14
+Requires:   libstorage-ruby >= 2.25.18
+Requires:   libstorage5 >= 2.25.18
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.46.tar.bz2 -> yast2-storage-3.1.48.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.46/package/yast2-storage.changes 
new/yast2-storage-3.1.48/package/yast2-storage.changes
--- old/yast2-storage-3.1.46/package/yast2-storage.changes  2014-10-01 
14:08:14.0 +0200
+++ new/yast2-storage-3.1.48/package/yast2-storage.changes  2014-10-07 
12:28:11.0 +0200
@@ -1,4 +1,16 @@
 ---
+Tue Oct 07 12:15:21 CEST 2014 - aschn...@suse.de
+
+- avoid keyboard shortcut conflict (bsc#882643)
+- version 3.1.48
+
+---
+Thu Oct 02 19:49:13 CEST 2014 - aschn...@suse.de
+
+- detect iso9660 and udf filesystems (fate#317247)
+- version 3.1.47
+
+---
 Wed Oct 01 13:56:52 CEST 2014 - aschn...@suse.de
 
 - removed some code only used by dropped yast2-repair
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.46/package/yast2-storage.spec 
new/yast2-storage-3.1.48/package/yast2-storage.spec
--- old/yast2-storage-3.1.46/package/yast2-storage.spec 2014-10-01 
14:08:14.0 +0200
+++ new/yast2-storage-3.1.48/package/yast2-storage.spec 2014-10-07 
12:28:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.46
+Version:3.1.48
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,8 +29,8 @@
 BuildRequires: docbook-xsl-stylesheets
 BuildRequires: doxygen
 BuildRequires: gcc-c++ libtool
-BuildRequires: libstorage-devel >= 2.25.14
-BuildRequires: libstorage-ruby >= 2.25.14
+BuildRequires: libstorage-devel >= 2.25.18
+BuildRequires: libstorage-ruby >= 2.25.18
 BuildRequires: libxslt
 BuildRequires: perl-XML-Writer
 BuildRequires: rubygem(rspec)
@@ -42,8 +42,8 @@
 BuildRequires: yast2-devtools >= 3.1.10
 BuildRequires: yast2-ruby-bindings >= 3.1.7
 BuildRequires: yast2-testsuite >= 2.19.0
-Requires:  libstorage-ruby >= 2.25.14
-Requires:  libstorage5 >= 2.25.14
+Requires:  libstorage-ruby >= 2.25.18
+Requires:  libstorage5 >= 2.25.18
 Requires:  rubygem(ruby-dbus)
 Requires:  yast2 >= 3.1.22
 Requires:  yast2-core >= 2.18.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.46/src/include/partitioning/custom_part_dialogs.rb 
new/yast2-storage-3.1.48/src/include

commit yast2-storage for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-10-05 20:29: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  
2014-09-26 10:51:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-10-05 20:29:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 01 13:56:52 CEST 2014 - aschn...@suse.de
+
+- removed some code only used by dropped yast2-repair
+- version 3.1.46
+
+---

Old:

  yast2-storage-3.1.45.tar.bz2

New:

  yast2-storage-3.1.46.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.AJTtgs/_old  2014-10-05 20:29:12.0 +0200
+++ /var/tmp/diff_new_pack.AJTtgs/_new  2014-10-05 20:29:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.45
+Version:3.1.46
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.45.tar.bz2 -> yast2-storage-3.1.46.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.45/package/yast2-storage.changes 
new/yast2-storage-3.1.46/package/yast2-storage.changes
--- old/yast2-storage-3.1.45/package/yast2-storage.changes  2014-09-24 
17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/package/yast2-storage.changes  2014-10-01 
14:08:14.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Oct 01 13:56:52 CEST 2014 - aschn...@suse.de
+
+- removed some code only used by dropped yast2-repair
+- version 3.1.46
+
+---
 Thu Sep 18 16:34:43 CEST 2014 - aschn...@suse.de
 
 - fixed btrfs subvolume handling for non-root devices (bnc#895075)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.45/package/yast2-storage.spec 
new/yast2-storage-3.1.46/package/yast2-storage.spec
--- old/yast2-storage-3.1.45/package/yast2-storage.spec 2014-09-24 
17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/package/yast2-storage.spec 2014-10-01 
14:08:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.45
+Version:3.1.46
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.45/src/clients/inst_disk.rb 
new/yast2-storage-3.1.46/src/clients/inst_disk.rb
--- old/yast2-storage-3.1.45/src/clients/inst_disk.rb   2014-09-24 
17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/src/clients/inst_disk.rb   2014-10-01 
14:08:14.0 +0200
@@ -68,7 +68,7 @@
   Storage.CreateTargetBackup("disk") if !Storage.CheckBackupState("disk")
 
 
-  @handle_dialog = Mode.normal || Mode.repair
+  @handle_dialog = Mode.normal
 
 
   if @handle_dialog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.45/src/include/partitioning/custom_part_dialogs.rb 
new/yast2-storage-3.1.46/src/include/partitioning/custom_part_dialogs.rb
--- old/yast2-storage-3.1.45/src/include/partitioning/custom_part_dialogs.rb
2014-09-24 17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/src/include/partitioning/custom_part_dialogs.rb
2014-10-01 14:08:14.0 +0200
@@ -1397,60 +1397,6 @@
 end
 
 
-#FIXME: y2-repair uses this, need to find
-#a better place for it
-def ReallyInstPrepdisk
-  ret = :none
-
-  doto = Storage.ChangeText
-  Builtins.y2milestone("ReallyInstPrepdisk doto:%1", doto)
-
-  if Builtins.size(doto) == 0
-# popup text
-Popup.Message(_("No unsaved changes exist."))
-ret = :back
-  else
-dlg = VBox(
-  VSpacing(1),
-  HSpacing(60),
-  # label text
-  Left(Heading(_("Changes:"))),
-  RichText(doto)
-)
-
-UI.OpenDialog(
-  Opt(:decorated, :warncolor),
-  HBox(
-HSpacing(1),
-VBox(
-  dlg,
-  VSpacing(1),
-  # popup text
-  Heading(_(" Do you really want to execute these changes?")),
-  VSpacing(1),
-  HBox(
-PushButton(Id(:back), Label.CancelButton),
-HStretch(),
-# button text
-PushButton(Id(:apply),

commit yast2-storage for openSUSE:Factory

2014-09-26 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-09-26 10:51:27.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 18 16:34:43 CEST 2014 - aschn...@suse.de
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.toRX39/_new  2014-09-26 10:51:28.0 +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.0 +0200
+++ new/yast2-storage-3.1.45/MAINTAINER 2014-09-24 17:00:23.0 +0200
@@ -1 +1 @@
-Arvin Schnell 
+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.0 +0200
+++ new/yast2-storage-3.1.45/package/yast2-storage.changes  2014-09-24 
17:00:23.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Sep 18 16:34:43 CEST 2014 - aschn...@suse.de
+
+- fixed btrfs subvolume handling for non-root devices (bnc#895075)
+- version 3.1.45
+
+---
 Mon Sep  8 10:40:42 UTC 2014 - mvid...@suse.com
 
 - 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.0 +0200
+++ new/yast2-storage-3.1.45/package/yast2-storage.spec 2014-09-24 
17:00:23.0 +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.0 +0200
+++ new/yast2-storage-3.1.45/src/include/partitioning/custom_part_lib.rb
2014-09-24 17:00:23.0 +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.0 +0200
+++ new/yast2-storage-3.1.45/src/modules/StorageProposal.rb 2014-09-24 
17:00:23.0 +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["userda

commit yast2-storage for openSUSE:Factory

2014-09-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-09-10 17:01:51

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-07 11:08:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-09-10 17:01:54.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep  8 10:40:42 UTC 2014 - mvid...@suse.com
+
+- Use a more flexible rubygem requirement syntax (bnc#895069)
+  without specifying the ruby ABI; this layer need not care.
+- version 3.1.44
+
+---

Old:

  yast2-storage-3.1.43.tar.bz2

New:

  yast2-storage-3.1.44.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.7lpqUW/_old  2014-09-10 17:01:55.0 +0200
+++ /var/tmp/diff_new_pack.7lpqUW/_new  2014-09-10 17:01:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.43
+Version:3.1.44
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,13 +31,6 @@
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
-%if 0%{?suse_version} == 1315
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-%else
-BuildRequires:  rubygem-rspec
-BuildRequires:  rubygem-ruby-dbus
-%endif
 BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.1.22
@@ -45,16 +38,14 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ruby-bindings >= 3.1.7
 BuildRequires:  yast2-testsuite >= 2.19.0
+BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(ruby-dbus)
 Requires:   libstorage-ruby >= 2.25.14
 Requires:   libstorage5 >= 2.25.14
-%if 0%{?suse_version} == 1315
-Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-%else
-Requires:   rubygem-ruby-dbus
-%endif
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7
+Requires:   rubygem(ruby-dbus)
 %ifarch s390 s390x
 Requires:   yast2-s390
 %endif

++ yast2-storage-3.1.43.tar.bz2 -> yast2-storage-3.1.44.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.43/package/yast2-storage.changes 
new/yast2-storage-3.1.44/package/yast2-storage.changes
--- old/yast2-storage-3.1.43/package/yast2-storage.changes  2014-09-04 
18:29:22.0 +0200
+++ new/yast2-storage-3.1.44/package/yast2-storage.changes  2014-09-08 
12:54:22.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Sep  8 10:40:42 UTC 2014 - mvid...@suse.com
+
+- Use a more flexible rubygem requirement syntax (bnc#895069)
+  without specifying the ruby ABI; this layer need not care.
+- version 3.1.44
+
+---
 Thu Sep 04 18:11:49 CEST 2014 - aschn...@suse.de
 
 - fixed LVM proposal when reusing LVM (bnc#893203)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.43/package/yast2-storage.spec 
new/yast2-storage-3.1.44/package/yast2-storage.spec
--- old/yast2-storage-3.1.43/package/yast2-storage.spec 2014-09-04 
18:29:22.0 +0200
+++ new/yast2-storage-3.1.44/package/yast2-storage.spec 2014-09-08 
12:54:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.43
+Version:3.1.44
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,13 +33,8 @@
 BuildRequires: libstorage-ruby >= 2.25.14
 BuildRequires: libxslt
 BuildRequires: perl-XML-Writer
-%if 0%{?suse_version} == 1315
-BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
-BuildRequires: rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-%else
-BuildRequires: rubygem-rspec
-BuildRequires: rubygem-ruby-dbus
-%endif
+BuildRequires: rubygem(rspec)
+BuildRequires: rubygem(ruby-dbus)
 BuildRequires: sgml-skel
 BuildRequires: update-desktop-files
 BuildRequires: yast2 >= 3.1.22
@@ -49,11 +44,7 @@
 BuildRequires: yast2-testsuite >= 2.19.0
 Requires:  libstorage-ruby >= 2.25.14
 Requires:  libstorage5 >= 2.25.14
-%if 0%{?suse_version} == 1315
-Requires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-%else
-Requires:  rubygem-ruby-dbus
-%endif
+Requires:  rubygem(ruby-dbus)
 Requires:  yast2 >= 3.1.22
 Requires:  yast2-core >= 2.18.3
 Requires:  yast2-libyui >= 2.18.7

-- 
To uns

commit yast2-storage for openSUSE:Factory

2014-09-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-09-07 11:08: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-08-20 17:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-09-07 11:08:23.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 04 18:11:49 CEST 2014 - aschn...@suse.de
+
+- fixed LVM proposal when reusing LVM (bnc#893203)
+- version 3.1.43
+
+---

Old:

  yast2-storage-3.1.42.tar.bz2

New:

  yast2-storage-3.1.43.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.FrUqFe/_old  2014-09-07 11:08:24.0 +0200
+++ /var/tmp/diff_new_pack.FrUqFe/_new  2014-09-07 11:08:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.42
+Version:3.1.43
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.42.tar.bz2 -> yast2-storage-3.1.43.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/package/yast2-storage.changes 
new/yast2-storage-3.1.43/package/yast2-storage.changes
--- old/yast2-storage-3.1.42/package/yast2-storage.changes  2014-08-15 
14:39:10.0 +0200
+++ new/yast2-storage-3.1.43/package/yast2-storage.changes  2014-09-04 
18:29:22.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Sep 04 18:11:49 CEST 2014 - aschn...@suse.de
+
+- fixed LVM proposal when reusing LVM (bnc#893203)
+- version 3.1.43
+
+---
 Wed Aug 13 15:41:41 CEST 2014 - aschn...@suse.de
 
 - do not incorrectly display message about inconsistent NTFS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/package/yast2-storage.spec 
new/yast2-storage-3.1.43/package/yast2-storage.spec
--- old/yast2-storage-3.1.42/package/yast2-storage.spec 2014-08-15 
14:39:10.0 +0200
+++ new/yast2-storage-3.1.43/package/yast2-storage.spec 2014-09-04 
18:29:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.42
+Version:3.1.43
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/src/modules/StorageProposal.rb 
new/yast2-storage-3.1.43/src/modules/StorageProposal.rb
--- old/yast2-storage-3.1.42/src/modules/StorageProposal.rb 2014-08-15 
14:39:10.0 +0200
+++ new/yast2-storage-3.1.43/src/modules/StorageProposal.rb 2014-09-04 
18:29:22.0 +0200
@@ -5627,7 +5627,7 @@
   valid = {}
   size_mb = Builtins.listmap(ddev) { |s| { s => 0 } }
   keep_vg = {}
-  solution = Builtins.listmap(ddev) { |s| { s => [] } }
+  solution = Builtins.listmap(ddev) { |s| { s => {} } }
   target = prepare_part_lists(ddev, target)
   mode = :free
   while mode != :end && Builtins.size(sol_disk) == 0
@@ -6499,7 +6499,6 @@
   ret = false
   if GetProposalSnapshots()
 prop_target_map.each do |device, container|
-  log.info("haha #{device}")
   container["partitions"].each do |volume|
 if !volume.fetch("delete", false)
   if volume.fetch("used_fs", :none) == :btrfs && 
volume.fetch("mount", "") == "/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/testsuite/data/Makefile.am 
new/yast2-storage-3.1.43/testsuite/data/Makefile.am
--- old/yast2-storage-3.1.42/testsuite/data/Makefile.am 2014-08-15 
14:39:10.0 +0200
+++ new/yast2-storage-3.1.43/testsuite/data/Makefile.am 2014-09-04 
18:29:23.0 +0200
@@ -4,5 +4,5 @@
 
 SUBDIRS = empty empty-efi half-empty reuse-home windows windows-only   
\
windows-only-no-resize windows-only-efi empty-s390x empty-ppc64le   
\
-   empty-small empty-big empty-big-ppc64le
+   empty-small empty-big empty-big-ppc64le lvm
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/testsuite/data/lvm/Makefile.am 
new/yast2-storage-3.1.43/testsuite/data/lvm/Makefile.am
--- old/yast2-storage-3.1.42/testsuite/data/lvm/Makefile.am 1970-01-01 
01:00:00.0 +0100
+++ new/yast2-storage-3.1.43/testsuite

commit yast2-storage for openSUSE:Factory

2014-08-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-08-20 17:52:42

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-08-14 14:57:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-08-20 17:52:45.0 +0200
@@ -5,0 +6 @@
+- version 3.1.42

Old:

  yast2-storage-3.1.41.tar.bz2

New:

  yast2-storage-3.1.42.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.h3lVaB/_old  2014-08-20 17:52:47.0 +0200
+++ /var/tmp/diff_new_pack.h3lVaB/_new  2014-08-20 17:52:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.41
+Version:3.1.42
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.41.tar.bz2 -> yast2-storage-3.1.42.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.41/package/yast2-storage.changes 
new/yast2-storage-3.1.42/package/yast2-storage.changes
--- old/yast2-storage-3.1.41/package/yast2-storage.changes  2014-08-13 
18:04:13.0 +0200
+++ new/yast2-storage-3.1.42/package/yast2-storage.changes  2014-08-15 
14:39:10.0 +0200
@@ -3,6 +3,7 @@
 
 - do not incorrectly display message about inconsistent NTFS
   filesystem (bnc#889733)
+- version 3.1.42
 
 ---
 Tue Aug 12 11:50:36 CEST 2014 - aschn...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.41/package/yast2-storage.spec 
new/yast2-storage-3.1.42/package/yast2-storage.spec
--- old/yast2-storage-3.1.41/package/yast2-storage.spec 2014-08-13 
18:04:13.0 +0200
+++ new/yast2-storage-3.1.42/package/yast2-storage.spec 2014-08-15 
14:39:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.41
+Version:3.1.42
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-08-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-08-14 14:57:46

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-08-01 14:34:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-08-14 14:57:49.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 13 15:41:41 CEST 2014 - aschn...@suse.de
+
+- do not incorrectly display message about inconsistent NTFS
+  filesystem (bnc#889733)
+
+---
+Tue Aug 12 11:50:36 CEST 2014 - aschn...@suse.de
+
+- do not propose boot partition with LVM unless the LVM is
+  encrypted (bnc#890857)
+- version 3.1.41
+
+---

Old:

  yast2-storage-3.1.40.tar.bz2

New:

  yast2-storage-3.1.41.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.SpxNFh/_old  2014-08-14 14:57:50.0 +0200
+++ /var/tmp/diff_new_pack.SpxNFh/_new  2014-08-14 14:57:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.40
+Version:3.1.41
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.40.tar.bz2 -> yast2-storage-3.1.41.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.40/package/yast2-storage.changes 
new/yast2-storage-3.1.41/package/yast2-storage.changes
--- old/yast2-storage-3.1.40/package/yast2-storage.changes  2014-07-31 
14:09:43.0 +0200
+++ new/yast2-storage-3.1.41/package/yast2-storage.changes  2014-08-13 
18:04:13.0 +0200
@@ -1,4 +1,17 @@
 ---
+Wed Aug 13 15:41:41 CEST 2014 - aschn...@suse.de
+
+- do not incorrectly display message about inconsistent NTFS
+  filesystem (bnc#889733)
+
+---
+Tue Aug 12 11:50:36 CEST 2014 - aschn...@suse.de
+
+- do not propose boot partition with LVM unless the LVM is
+  encrypted (bnc#890857)
+- version 3.1.41
+
+---
 Thu Jul 31 11:18:58 CEST 2014 - aschn...@suse.de
 
 - disable snapshots if the root filesystem is small (bnc#888549)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.40/package/yast2-storage.spec 
new/yast2-storage-3.1.41/package/yast2-storage.spec
--- old/yast2-storage-3.1.40/package/yast2-storage.spec 2014-07-31 
14:09:43.0 +0200
+++ new/yast2-storage-3.1.41/package/yast2-storage.spec 2014-08-13 
18:04:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.40
+Version:3.1.41
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.40/src/include/partitioning/custom_part_check_generated.rb
 
new/yast2-storage-3.1.41/src/include/partitioning/custom_part_check_generated.rb
--- 
old/yast2-storage-3.1.40/src/include/partitioning/custom_part_check_generated.rb
2014-07-31 14:09:43.0 +0200
+++ 
new/yast2-storage-3.1.41/src/include/partitioning/custom_part_check_generated.rb
2014-08-13 18:04:13.0 +0200
@@ -426,30 +426,6 @@
 ok = false if !Popup.YesNo(message)
   end
 
-  # iSeries has no problems with this configuration
-  # an initrd will be created and you can boot from a kernel slot
-  if installation && !Arch.board_iseries &&
-  (root_lvm && !boot_found || show_all_popups) &&
-  AutoinstData.BootLVMWarning
-# popup text
-message = Builtins.sformat(
-  _(
-"Warning: With your current setup, your %1 installation\n" +
-  "will encounter problems when booting, because you have no 
\"boot\"\n" +
-  "partition and your \"root\" partition is an LVM logical 
volume.\n" +
-  "This does not work.\n" +
-  "\n" +
-  "If you do not know exactly what you are doing, use a normal\n" +
-  "partition for your files below /boot.\n" +
-  "\n" +
-  "Really use this setup?\n"
-  ),
-  Product.name
-)
-
-ok = false if !Popup.YesNo(message)
-  end
-
   if (Partitions.EfiBoot || Arch.ia64) && installation &&
   (!boot_found

commit yast2-storage for openSUSE:Factory

2014-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-08-01 14:34:11

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-07-25 12:37:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-08-01 14:34:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 11:18:58 CEST 2014 - aschn...@suse.de
+
+- disable snapshots if the root filesystem is small (bnc#888549)
+- version 3.1.40
+
+---

Old:

  yast2-storage-3.1.39.tar.bz2

New:

  yast2-storage-3.1.40.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.bREqFj/_old  2014-08-01 14:34:13.0 +0200
+++ /var/tmp/diff_new_pack.bREqFj/_new  2014-08-01 14:34:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.39
+Version:3.1.40
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.39.tar.bz2 -> yast2-storage-3.1.40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.39/package/yast2-storage.changes 
new/yast2-storage-3.1.40/package/yast2-storage.changes
--- old/yast2-storage-3.1.39/package/yast2-storage.changes  2014-07-24 
15:14:15.0 +0200
+++ new/yast2-storage-3.1.40/package/yast2-storage.changes  2014-07-31 
14:09:43.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jul 31 11:18:58 CEST 2014 - aschn...@suse.de
+
+- disable snapshots if the root filesystem is small (bnc#888549)
+- version 3.1.40
+
+---
 Tue Jul 22 10:23:00 CEST 2014 - aschn...@suse.de
 
 - disable btrfs quota again (see bnc#887046)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.39/package/yast2-storage.spec 
new/yast2-storage-3.1.40/package/yast2-storage.spec
--- old/yast2-storage-3.1.39/package/yast2-storage.spec 2014-07-24 
15:14:15.0 +0200
+++ new/yast2-storage-3.1.40/package/yast2-storage.spec 2014-07-31 
14:09:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.39
+Version:3.1.40
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.39/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.1.40/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.1.39/src/clients/inst_disk_proposal.rb  2014-07-24 
15:14:15.0 +0200
+++ new/yast2-storage-3.1.40/src/clients/inst_disk_proposal.rb  2014-07-31 
14:09:43.0 +0200
@@ -88,14 +88,20 @@
 Builtins.y2milestone("prop ok:%1", Ops.get_boolean(@prop, "ok", false))
 
 if Ops.get_boolean(@prop, "ok", false)
-  if CouldNotDoSeparateHome(Ops.get_map(@prop, "target", {}))
+  @targetMap = Ops.get_map(@prop, "target", {})
+  if StorageProposal.CouldNotDoSnapshots(@targetMap)
+StorageProposal.SetProposalSnapshots(false)
+if UI.WidgetExists(Id(:snapshots))
+  UI.ChangeWidget(Id(:snapshots), :Value, false)
+end
+  end
+  if StorageProposal.CouldNotDoSeparateHome(@targetMap)
 StorageProposal.SetProposalHome(false)
 if UI.WidgetExists(Id(:home))
   UI.ChangeWidget(Id(:home), :Value, false)
 end
   end
-  Storage.SetTargetMap(Ops.get_map(@prop, "target", {}))
-  @targetMap = Ops.get_map(@prop, "target", {})
+  Storage.SetTargetMap(@targetMap)
   Storage.SetPartProposalMode("accept")
   @changes = Storage.ChangeText
   Storage.HandleProposalPackages
@@ -226,14 +232,19 @@
 Popup.Error(_("Impossible to create the requested proposal."))
 Storage.SetPartProposalMode("impossible")
   else
-if CouldNotDoSeparateHome(Ops.get_map(@prop, "target", {}))
-  @reason = _(
-"Not enough space available to propose separate /home."
-  )
+@targetMap = Ops.get_map(@prop, "target", {})
+if StorageProposal.CouldNotDoSnapshots(@targetMap)
+  # TRANSLATORS: popup error message
+  @reason = _("Not enough space availabl

commit yast2-storage for openSUSE:Factory

2014-07-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-07-25 12:37:15

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-07-11 20:05:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-07-25 12:37:16.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 22 10:23:00 CEST 2014 - aschn...@suse.de
+
+- disable btrfs quota again (see bnc#887046)
+- version 3.1.39
+
+---
+Tue Jul 15 13:55:00 CEST 2014 - aschn...@suse.de
+
+- fixed importing mount points (bnc#887155)
+- version 3.1.38
+
+---
+Mon Jul 14 16:07:49 CEST 2014 - aschn...@suse.de
+
+- fixed initialisation of btrfs subvolumes (bnc#872210)
+
+---
@@ -6,0 +24,6 @@
+
+---
+Mon Jul  7 09:37:11 UTC 2014 - mrueck...@suse.de
+
+- switch to rubygem() based requires so we can easily pass the
+  preferred ruby version using rb_default_ruby_abi

Old:

  yast2-storage-3.1.37a.tar.bz2

New:

  yast2-storage-3.1.39.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.q0DxVx/_old  2014-07-25 12:37:17.0 +0200
+++ /var/tmp/diff_new_pack.q0DxVx/_new  2014-07-25 12:37:17.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   yast2-storage
-Version:3.1.37
+Version:3.1.39
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}a.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
@@ -31,8 +31,13 @@
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
+%if 0%{?suse_version} == 1315
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
+%else
 BuildRequires:  rubygem-rspec
 BuildRequires:  rubygem-ruby-dbus
+%endif
 BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.1.22
@@ -42,7 +47,11 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 Requires:   libstorage-ruby >= 2.25.14
 Requires:   libstorage5 >= 2.25.14
+%if 0%{?suse_version} == 1315
+Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
+%else
 Requires:   rubygem-ruby-dbus
+%endif
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7

++ yast2-storage-3.1.37a.tar.bz2 -> yast2-storage-3.1.39.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.37/package/yast2-storage.changes 
new/yast2-storage-3.1.39/package/yast2-storage.changes
--- old/yast2-storage-3.1.37/package/yast2-storage.changes  2014-07-10 
12:59:28.0 +0200
+++ new/yast2-storage-3.1.39/package/yast2-storage.changes  2014-07-24 
15:14:15.0 +0200
@@ -1,4 +1,21 @@
 ---
+Tue Jul 22 10:23:00 CEST 2014 - aschn...@suse.de
+
+- disable btrfs quota again (see bnc#887046)
+- version 3.1.39
+
+---
+Tue Jul 15 13:55:00 CEST 2014 - aschn...@suse.de
+
+- fixed importing mount points (bnc#887155)
+- version 3.1.38
+
+---
+Mon Jul 14 16:07:49 CEST 2014 - aschn...@suse.de
+
+- fixed initialisation of btrfs subvolumes (bnc#872210)
+
+---
 Thu Jul 10 12:25:03 CEST 2014 - aschn...@suse.de
 
 - fixed creating extended partitions in expert partitioner
@@ -6,6 +23,12 @@
 - version 3.1.37
 
 ---
+Mon Jul  7 09:37:11 UTC 2014 - mrueck...@suse.de
+
+- switch to rubygem() based requires so we can easily pass the
+  preferred ruby version using rb_default_ruby_abi
+
+---
 Fri Jul 04 14:30:52 CEST 2014 - aschn...@suse.de
 
 - added extra dialog to select role of device (fate#317140)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.37/package/yast2-storage.spec 
new/yast2-storage-3.1.39/package/yast2-storage.spec
--- old/yast2-storage-3.1.37/package/yast2-storage.spec 2014-07-10 
12:59:28.0

commit yast2-storage for openSUSE:Factory

2014-07-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-07-18 13:49:04

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage"

Changes:


Old:

  yast2-storage-3.1.37.tar.bz2

New:

  yast2-storage-3.1.37a.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.qkrfCH/_old  2014-07-18 13:49:06.0 +0200
+++ /var/tmp/diff_new_pack.qkrfCH/_new  2014-07-18 13:49:06.0 +0200
@@ -21,7 +21,7 @@
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}a.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen

++ yast2-storage-3.1.37.tar.bz2 -> yast2-storage-3.1.37a.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.37/src/modules/StorageUtils.rb 
new/yast2-storage-3.1.37/src/modules/StorageUtils.rb
--- old/yast2-storage-3.1.37/src/modules/StorageUtils.rb2014-07-10 
12:59:28.0 +0200
+++ new/yast2-storage-3.1.37/src/modules/StorageUtils.rb2014-07-18 
11:56:32.0 +0200
@@ -52,11 +52,6 @@
 "NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10 " <<
 "TIMELINE_CREATE=no")
 SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes")
-
-SCR.Execute(path(".target.bash"), "/sbin/btrfs quota enable /")
-SCR.Execute(path(".target.bash"), "/sbin/btrfs qgroup create 1/0 
/")
-SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
set-config QGROUP=1/0")
-
 SCR.Write(path(".sysconfig.yast2"), nil)
   else
 log.error("configuring snapper for root fs failed")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.37/src/modules/StorageUtils.rb.orig 
new/yast2-storage-3.1.37/src/modules/StorageUtils.rb.orig
--- old/yast2-storage-3.1.37/src/modules/StorageUtils.rb.orig   1970-01-01 
01:00:00.0 +0100
+++ new/yast2-storage-3.1.37/src/modules/StorageUtils.rb.orig   2014-07-10 
12:59:28.0 +0200
@@ -0,0 +1,73 @@
+# encoding: utf-8
+
+# Copyright (c) [2012-2014] Novell, Inc.
+#
+# All Rights Reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as published
+# by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, contact Novell, Inc.
+#
+# To contact Novell about this file by physical or electronic mail, you may
+# find current contact information at www.novell.com.
+
+
+require "yast"
+
+
+module Yast
+
+  class StorageUtilsClass < Module
+
+
+include Yast::Logger
+
+
+def main
+
+  textdomain "storage"
+
+  Yast.import "Storage"
+
+end
+
+
+def ConfigureSnapper()
+  part = Storage.GetEntryForMountpoint("/")
+  if part.fetch("used_fs", :unknown) == :btrfs
+userdata = part.fetch("userdata", {})
+if userdata.fetch("/", "") == "snapshots"
+  log.info("configuring snapper for root fs")
+  if SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
create-config " <<
+ "--fstype=btrfs --add-fstab /") == 0
+SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
set-config " <<
+"NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10 " <<
+"TIMELINE_CREATE=no")
+SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes")
+
+SCR.Execute(path(".target.bash"), "/sbin/btrfs quota enable /")
+SCR.Execute(path(".target.bash"), "/sbin/btrfs qgroup create 1/0 
/")
+SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
set-config QGROUP=1/0")
+
+SCR.Write(path(".sysconfig.yast2"), nil)
+  else
+log.error("configuring snapper for root fs failed")
+  end
+end
+  end
+end
+
+  end
+
+  StorageUtils = StorageUtilsClass.new
+  StorageUtils.main
+
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.37/test/storage_uti

commit yast2-storage for openSUSE:Factory

2014-07-11 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-07-11 20:05:30

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-07-02 15:04:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-07-11 20:05:34.0 +0200
@@ -1,0 +2,25 @@
+Thu Jul 10 12:25:03 CEST 2014 - aschn...@suse.de
+
+- fixed creating extended partitions in expert partitioner
+  (bnc#886575)
+- version 3.1.37
+
+---
+Fri Jul 04 14:30:52 CEST 2014 - aschn...@suse.de
+
+- added extra dialog to select role of device (fate#317140)
+- version 3.1.36
+
+---
+Fri Jul 04 10:27:43 CEST 2014 - aschn...@suse.de
+
+- fixed subvolume for postgresql (bnc#885813)
+- version 3.1.35
+
+---
+Mon Jul 03 15:20:42 CEST 2014 - dval...@suse.com
+
+- Fix GRUB2 architecture name for PowerPC
+- version 3.1.34
+
+---
@@ -11 +36 @@
-- disable timeline of snapshots for root fs
+- disable timeline of snapshots for root fs (bnc#885510)

Old:

  yast2-storage-3.1.33.tar.bz2

New:

  yast2-storage-3.1.37.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.WpOovH/_old  2014-07-11 20:05:35.0 +0200
+++ /var/tmp/diff_new_pack.WpOovH/_new  2014-07-11 20:05:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.33
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -140,8 +140,8 @@
 Group:  Development/Libraries/YaST
 
 %description devel
-This package contains the files for YaST2 that are needed of one wants
-to develop a program using libstorage.
+This package contains the files for YaST2 that are needed if one wants
+to develop a program using yast2-storage.
 
 %files devel
 %defattr(-,root,root)

++ yast2-storage-3.1.33.tar.bz2 -> yast2-storage-3.1.37.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.33/package/yast2-storage.changes 
new/yast2-storage-3.1.37/package/yast2-storage.changes
--- old/yast2-storage-3.1.33/package/yast2-storage.changes  2014-07-01 
08:09:49.0 +0200
+++ new/yast2-storage-3.1.37/package/yast2-storage.changes  2014-07-10 
12:59:28.0 +0200
@@ -1,4 +1,29 @@
 ---
+Thu Jul 10 12:25:03 CEST 2014 - aschn...@suse.de
+
+- fixed creating extended partitions in expert partitioner
+  (bnc#886575)
+- version 3.1.37
+
+---
+Fri Jul 04 14:30:52 CEST 2014 - aschn...@suse.de
+
+- added extra dialog to select role of device (fate#317140)
+- version 3.1.36
+
+---
+Fri Jul 04 10:27:43 CEST 2014 - aschn...@suse.de
+
+- fixed subvolume for postgresql (bnc#885813)
+- version 3.1.35
+
+---
+Mon Jul 03 15:20:42 CEST 2014 - dval...@suse.com
+
+- Fix GRUB2 architecture name for PowerPC
+- version 3.1.34
+
+---
 Mon Jun 30 14:37:06 CEST 2014 - aschn...@suse.de
 
 - enable btrfs quota if snapshots are enabled (prototype for
@@ -8,7 +33,7 @@
 ---
 Thu Jun 26 16:36:42 CEST 2014 - aschn...@suse.de
 
-- disable timeline of snapshots for root fs
+- disable timeline of snapshots for root fs (bnc#885510)
 - version 3.1.32
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.33/package/yast2-storage.spec 
new/yast2-storage-3.1.37/package/yast2-storage.spec
--- old/yast2-storage-3.1.33/package/yast2-storage.spec 2014-07-01 
08:09:49.0 +0200
+++ new/yast2-storage-3.1.37/package/yast2-storage.spec 2014-07-10 
12:59:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.33
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -137,8 +137,8 @@
 Group:  Development/Libraries/YaST
 
 %description devel
-This package contains the files for YaST2 that are needed o

commit yast2-storage for openSUSE:Factory

2014-07-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-07-02 15:04:03

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-07-01 07:05:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-07-02 15:04:06.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 30 14:37:06 CEST 2014 - aschn...@suse.de
+
+- enable btrfs quota if snapshots are enabled (prototype for
+  fate#312751)
+- version 3.1.33
+
+---

Old:

  yast2-storage-3.1.32.tar.bz2

New:

  yast2-storage-3.1.33.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.l7rpyW/_old  2014-07-02 15:04:06.0 +0200
+++ /var/tmp/diff_new_pack.l7rpyW/_new  2014-07-02 15:04:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.32
+Version:3.1.33
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.32.tar.bz2 -> yast2-storage-3.1.33.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.32/package/yast2-storage.changes 
new/yast2-storage-3.1.33/package/yast2-storage.changes
--- old/yast2-storage-3.1.32/package/yast2-storage.changes  2014-06-26 
17:04:24.0 +0200
+++ new/yast2-storage-3.1.33/package/yast2-storage.changes  2014-07-01 
08:09:49.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Jun 30 14:37:06 CEST 2014 - aschn...@suse.de
+
+- enable btrfs quota if snapshots are enabled (prototype for
+  fate#312751)
+- version 3.1.33
+
+---
 Thu Jun 26 16:36:42 CEST 2014 - aschn...@suse.de
 
 - disable timeline of snapshots for root fs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.32/package/yast2-storage.spec 
new/yast2-storage-3.1.33/package/yast2-storage.spec
--- old/yast2-storage-3.1.32/package/yast2-storage.spec 2014-06-26 
17:04:24.0 +0200
+++ new/yast2-storage-3.1.33/package/yast2-storage.spec 2014-07-01 
08:09:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-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-storage-3.1.32/src/modules/StorageUtils.rb 
new/yast2-storage-3.1.33/src/modules/StorageUtils.rb
--- old/yast2-storage-3.1.32/src/modules/StorageUtils.rb2014-06-26 
17:04:24.0 +0200
+++ new/yast2-storage-3.1.33/src/modules/StorageUtils.rb2014-07-01 
08:09:49.0 +0200
@@ -52,6 +52,11 @@
 "NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10 " <<
 "TIMELINE_CREATE=no")
 SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes")
+
+SCR.Execute(path(".target.bash"), "/sbin/btrfs quota enable /")
+SCR.Execute(path(".target.bash"), "/sbin/btrfs qgroup create 1/0 
/")
+SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
set-config QGROUP=1/0")
+
 SCR.Write(path(".sysconfig.yast2"), nil)
   else
 log.error("configuring snapper for root fs failed")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.32/test/storage_utils_configure_snapper_test.rb 
new/yast2-storage-3.1.33/test/storage_utils_configure_snapper_test.rb
--- old/yast2-storage-3.1.32/test/storage_utils_configure_snapper_test.rb   
2014-06-26 17:04:24.0 +0200
+++ new/yast2-storage-3.1.33/test/storage_utils_configure_snapper_test.rb   
2014-07-01 08:09:49.0 +0200
@@ -22,7 +22,7 @@
 Yast::Storage.stub(:GetEntryForMountpoint).with("/").once.and_return(data)
 
 Yast::SCR.stub(:Execute).and_return(1)
-Yast::SCR.should_receive(:Execute).exactly(2).times.and_return(0)
+Yast::SCR.should_receive(:Execute).exactly(5).times.and_return(0)
 
 Yast::SCR.stub(:Write).and_return(1)
 Yast::SCR.should_receive(:Write).exactly(2).times.and_return(0)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-07-01 07:05:18

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-06-18 10:59:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-07-01 07:05:22.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 26 16:36:42 CEST 2014 - aschn...@suse.de
+
+- disable timeline of snapshots for root fs
+- version 3.1.32
+
+---

Old:

  yast2-storage-3.1.31.tar.bz2

New:

  yast2-storage-3.1.32.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.CMvZJB/_old  2014-07-01 07:05:23.0 +0200
+++ /var/tmp/diff_new_pack.CMvZJB/_new  2014-07-01 07:05:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.31
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.31.tar.bz2 -> yast2-storage-3.1.32.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.31/package/yast2-storage.changes 
new/yast2-storage-3.1.32/package/yast2-storage.changes
--- old/yast2-storage-3.1.31/package/yast2-storage.changes  2014-06-13 
07:42:54.0 +0200
+++ new/yast2-storage-3.1.32/package/yast2-storage.changes  2014-06-26 
17:04:24.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jun 26 16:36:42 CEST 2014 - aschn...@suse.de
+
+- disable timeline of snapshots for root fs
+- version 3.1.32
+
+---
 Tue Jun 10 23:15:17 CEST 2014 - dval...@suse.com
 
 - Change PReP partition naming to avoid confusion between msdos and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.31/package/yast2-storage.spec 
new/yast2-storage-3.1.32/package/yast2-storage.spec
--- old/yast2-storage-3.1.31/package/yast2-storage.spec 2014-06-13 
07:42:54.0 +0200
+++ new/yast2-storage-3.1.32/package/yast2-storage.spec 2014-06-26 
17:04:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.31
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.31/src/modules/StorageUtils.rb 
new/yast2-storage-3.1.32/src/modules/StorageUtils.rb
--- old/yast2-storage-3.1.31/src/modules/StorageUtils.rb2014-06-13 
07:42:54.0 +0200
+++ new/yast2-storage-3.1.32/src/modules/StorageUtils.rb2014-06-26 
17:04:24.0 +0200
@@ -49,7 +49,8 @@
   if SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
create-config " <<
  "--fstype=btrfs --add-fstab /") == 0
 SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
set-config " <<
-"NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10")
+"NUMBER_CLEANUP=yes NUMBER_LIMIT=10 
NUMBER_LIMIT_IMPORTANT=10 " <<
+"TIMELINE_CREATE=no")
 SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes")
 SCR.Write(path(".sysconfig.yast2"), nil)
   else

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-06-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-06-18 10:59:34

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-06-02 07:00:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-06-18 10:59:41.0 +0200
@@ -1,0 +2,22 @@
+Tue Jun 10 23:15:17 CEST 2014 - dval...@suse.com
+
+- Change PReP partition naming to avoid confusion between msdos and
+  gpt disk labels (bnc#880094)
+- adapt to new libstorage output in tests
+- require libstorage 2.25.14
+- version 3.1.31
+
+---
+Tue Jun 03 15:15:27 CEST 2014 - aschn...@suse.de
+
+- fixed partitioning check on EFI system with BIOS GRUB partition
+  (bnc#869716)
+- version 3.1.30
+
+---
+Mon Jun 02 17:08:44 CEST 2014 - aschn...@suse.de
+
+- allow translations for alignment options (bnc#877910)
+- version 3.1.29
+
+---

Old:

  yast2-storage-3.1.28.tar.bz2

New:

  yast2-storage-3.1.31.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.9zKrtM/_old  2014-06-18 10:59:42.0 +0200
+++ /var/tmp/diff_new_pack.9zKrtM/_new  2014-06-18 10:59:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.28
+Version:3.1.31
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.13
-BuildRequires:  libstorage-ruby >= 2.25.13
+BuildRequires:  libstorage-devel >= 2.25.14
+BuildRequires:  libstorage-ruby >= 2.25.14
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ruby-bindings >= 3.1.7
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.13
-Requires:   libstorage5 >= 2.25.13
+Requires:   libstorage-ruby >= 2.25.14
+Requires:   libstorage5 >= 2.25.14
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-3.1.28.tar.bz2 -> yast2-storage-3.1.31.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.28/package/yast2-storage.changes 
new/yast2-storage-3.1.31/package/yast2-storage.changes
--- old/yast2-storage-3.1.28/package/yast2-storage.changes  2014-05-21 
16:29:24.0 +0200
+++ new/yast2-storage-3.1.31/package/yast2-storage.changes  2014-06-13 
07:42:54.0 +0200
@@ -1,8 +1,30 @@
 ---
+Tue Jun 10 23:15:17 CEST 2014 - dval...@suse.com
+
+- Change PReP partition naming to avoid confusion between msdos and
+  gpt disk labels (bnc#880094)
+- adapt to new libstorage output in tests
+- require libstorage 2.25.14
+- version 3.1.31
+
+---
+Tue Jun 03 15:15:27 CEST 2014 - aschn...@suse.de
+
+- fixed partitioning check on EFI system with BIOS GRUB partition
+  (bnc#869716)
+- version 3.1.30
+
+---
+Mon Jun 02 17:08:44 CEST 2014 - aschn...@suse.de
+
+- allow translations for alignment options (bnc#877910)
+- version 3.1.29
+
+---
 Wed May 21 14:53:21 CEST 2014 - g...@suse.de
 
 - add configuration of FCoE interfaces to 'Configure...'
-- version 3.1.28   
+- version 3.1.28
 
 ---
 Wed May 21 11:12:55 CEST 2014 - aschn...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.28/package/yast2-storage.spec 
new/yast2-storage-3.1.31/package/yast2-storage.spec
--- old/yast2-storage-3.1.28/package/yast2-storage.spec 2014-05-21 
16:29:24.0 +0200
+++ new/yast2-storage-3.1.31/package/yast2-storage.spec 2014-06-13 
07:42:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.28
+Version:3.1.31
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,8 +29,8 @@
 BuildRequires: docbook-xsl-stylesheets
 BuildRequires: doxygen
 BuildRequires: gcc-c++ li

commit yast2-storage for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-06-02 06:59:58

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-05-14 10:26:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-06-02 07:00:01.0 +0200
@@ -1,0 +2,34 @@
+Wed May 21 14:53:21 CEST 2014 - g...@suse.de
+
+- add configuration of FCoE interfaces to 'Configure...'
+- version 3.1.28   
+
+---
+Wed May 21 11:12:55 CEST 2014 - aschn...@suse.de
+
+- fixed displaying warning about shadowed subvolumes (bnc#878818)
+- version 3.1.27
+
+---
+Tue May 20 16:28:28 CEST 2014 - aschn...@suse.de
+
+- fixed parameters for snapper cleanup (bnc#878009)
+
+---
+Tue May 20 14:40:10 CEST 2014 - aschn...@suse.de
+
+- support "GPT PReP" for PPC in the storage proposal (bnc#870590)
+- version 3.1.26
+
+---
+Tue May 20 11:19:02 CEST 2014 - aschn...@suse.de
+
+- don't create second boot partition in flex proposal
+
+---
+Mon May 19 12:03:07 CEST 2014 - aschn...@suse.de
+
+- enable multipathd via systemd instead of insserv (bnc#878329)
+- version 3.1.25
+
+---
@@ -5 +39 @@
-- version 3.1.23
+- version 3.1.24

Old:

  yast2-storage-3.1.24.tar.bz2

New:

  yast2-storage-3.1.28.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.cQzkZJ/_old  2014-06-02 07:00:02.0 +0200
+++ /var/tmp/diff_new_pack.cQzkZJ/_new  2014-06-02 07:00:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.24
+Version:3.1.28
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.10
-BuildRequires:  libstorage-ruby >= 2.25.10
+BuildRequires:  libstorage-devel >= 2.25.13
+BuildRequires:  libstorage-ruby >= 2.25.13
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -35,15 +35,15 @@
 BuildRequires:  rubygem-ruby-dbus
 BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 2.19.4
+BuildRequires:  yast2 >= 3.1.22
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ruby-bindings >= 3.1.7
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.10
-Requires:   libstorage5 >= 2.25.10
+Requires:   libstorage-ruby >= 2.25.13
+Requires:   libstorage5 >= 2.25.13
 Requires:   rubygem-ruby-dbus
-Requires:   yast2 >= 2.19.4
+Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7
 %ifarch s390 s390x

++ yast2-storage-3.1.24.tar.bz2 -> yast2-storage-3.1.28.tar.bz2 ++
 2019 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-05-14 10:26:06

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-05-10 08:32:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-05-14 10:26:07.0 +0200
@@ -1,0 +2,6 @@
+Mon May 12 11:14:45 CEST 2014 - aschn...@suse.de
+
+- flush /etc/sysconfig/yast2 after enabling use of snapper
+- version 3.1.23
+
+---

Old:

  yast2-storage-3.1.23.tar.bz2

New:

  yast2-storage-3.1.24.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.UsY6Im/_old  2014-05-14 10:26:08.0 +0200
+++ /var/tmp/diff_new_pack.UsY6Im/_new  2014-05-14 10:26:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.23
+Version:3.1.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.23.tar.bz2 -> yast2-storage-3.1.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.23/package/yast2-storage.changes 
new/yast2-storage-3.1.24/package/yast2-storage.changes
--- old/yast2-storage-3.1.23/package/yast2-storage.changes  2014-05-07 
18:29:43.0 +0200
+++ new/yast2-storage-3.1.24/package/yast2-storage.changes  2014-05-12 
11:24:46.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon May 12 11:14:45 CEST 2014 - aschn...@suse.de
+
+- flush /etc/sysconfig/yast2 after enabling use of snapper
+- version 3.1.23
+
+---
 Wed May 07 18:12:42 CEST 2014 - aschn...@suse.de
 
 - fixed transition between disk labels in proposal (bnc#875113)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.23/package/yast2-storage.spec 
new/yast2-storage-3.1.24/package/yast2-storage.spec
--- old/yast2-storage-3.1.23/package/yast2-storage.spec 2014-05-07 
18:29:43.0 +0200
+++ new/yast2-storage-3.1.24/package/yast2-storage.spec 2014-05-12 
11:24:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.23
+Version:3.1.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.23/src/modules/StorageUtils.rb 
new/yast2-storage-3.1.24/src/modules/StorageUtils.rb
--- old/yast2-storage-3.1.23/src/modules/StorageUtils.rb2014-05-07 
18:29:43.0 +0200
+++ new/yast2-storage-3.1.24/src/modules/StorageUtils.rb2014-05-12 
11:24:46.0 +0200
@@ -27,6 +27,10 @@
 
   class StorageUtilsClass < Module
 
+
+include Yast::Logger
+
+
 def main
 
   textdomain "storage"
@@ -41,14 +45,15 @@
   if part.fetch("used_fs", :unknown) == :btrfs
 userdata = part.fetch("userdata", {})
 if userdata.fetch("/", "") == "snapshots"
-  Builtins.y2milestone("configuring snapper for root fs")
+  log.info("configuring snapper for root fs")
   if SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
create-config " <<
  "--fstype=btrfs --add-fstab /") == 0
 SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus 
set-config " <<
 "NUMBER_CLEANUP=yes NUMBER_LIMIT=20 
NUMBER_LIMIT_IMPORTANT=10")
 SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes")
+SCR.Write(path(".sysconfig.yast2"), nil)
   else
-Builtins.y2error("configuring snapper for root fs failed")
+log.error("configuring snapper for root fs failed")
   end
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.23/test/storage_utils_configure_snapper_test.rb 
new/yast2-storage-3.1.24/test/storage_utils_configure_snapper_test.rb
--- old/yast2-storage-3.1.23/test/storage_utils_configure_snapper_test.rb   
2014-05-07 18:29:43.0 +0200
+++ new/yast2-storage-3.1.24/test/storage_utils_configure_snapper_test.rb   
2014-05-12 11:24:46.0 +0200
@@ -25,7 +25,7 @@
 Yast::SCR.should_receive(:Execute).exactly(2).times.and_return(0)
 
 Yast::SCR.stub(:Write).and_return(1)
-Yast::SCR.should_receive(:Write).exact

commit yast2-storage for openSUSE:Factory

2014-05-09 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-05-10 08:32:04

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-05-06 13:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-05-10 08:32:16.0 +0200
@@ -1,0 +2,6 @@
+Wed May 07 18:12:42 CEST 2014 - aschn...@suse.de
+
+- fixed transition between disk labels in proposal (bnc#875113)
+- version 3.1.23
+
+---

Old:

  yast2-storage-3.1.22.tar.bz2

New:

  yast2-storage-3.1.23.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.ps7uOv/_old  2014-05-10 08:32:17.0 +0200
+++ /var/tmp/diff_new_pack.ps7uOv/_new  2014-05-10 08:32:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.22
+Version:3.1.23
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.22.tar.bz2 -> yast2-storage-3.1.23.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.22/doc/README.part.info 
new/yast2-storage-3.1.23/doc/README.part.info
--- old/yast2-storage-3.1.22/doc/README.part.info   2014-05-05 
13:54:50.0 +0200
+++ new/yast2-storage-3.1.23/doc/README.part.info   2014-05-07 
18:29:43.0 +0200
@@ -136,7 +136,7 @@
Keyword: sizepct
Example: sizepct=30
Description:
-   This keyword determines that a partiton should be allocated a certain
+   This keyword determines that a partition should be allocated a certain
percentage of the available space for installation on a disk. 
 
Keyword: maxsize
@@ -163,13 +163,13 @@
Example: disk=2
Description:
This keyword specifies which partitions should be placed on which
-   disks if multiple disks are present in the system. All partions with
+   disks if multiple disks are present in the system. All partitions with
the same disk value will be placed on the same disk. The value after
the keyword determines the priority of the partition group. Lower 
numbers mean higher priority. If there are not enough disks in the 
system a partition group with lower priority is assigned a separate 
disks before a partition group with higher priority. A partition 
-   without disk keyword is implicity assigned the highest priority 0.
+   without disk keyword is implicitly assigned the highest priority 0.
 
Example:PARTITION   mount=/var  sizepct=100 disk=3
PARTITION   mount=/ size=1GBdisk=2
@@ -206,7 +206,7 @@
 
 If more than one of the available disks is eligible to hold a certain
 partition set, the disk is selected as follows. If there is a partition
-allocated on that disk that has its size specified by kewords "sizepct"
+allocated on that disk that has its size specified by keywords "sizepct"
 or by "size=0" and does not have a "maxsize" value set then the desired
 size for this partition is considered to be unlimited. If a partition
 group contains a partition which an unlimited desired size, the disk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.22/package/yast2-storage.changes 
new/yast2-storage-3.1.23/package/yast2-storage.changes
--- old/yast2-storage-3.1.22/package/yast2-storage.changes  2014-05-05 
13:54:50.0 +0200
+++ new/yast2-storage-3.1.23/package/yast2-storage.changes  2014-05-07 
18:29:43.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed May 07 18:12:42 CEST 2014 - aschn...@suse.de
+
+- fixed transition between disk labels in proposal (bnc#875113)
+- version 3.1.23
+
+---
 Mon May 05 12:04:00 CEST 2014 - aschn...@suse.de
 
 - fixed space adjustment in proposal for snapshots (bnc#876127)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.22/package/yast2-storage.spec 
new/yast2-storage-3.1.23/package/yast2-storage.spec
--- old/yast2-storage-3.1.22/package/yast2-storage.spec 2014-05-05 
13:54:50.0 +0200
+++ new/yast2-storage-3.1.23/package/yast2-storage.spec 2014-05-07 
18:29:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version

commit yast2-storage for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-05-06 13:40:39

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-13 13:13:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-05-06 13:40:47.0 +0200
@@ -1,0 +2,19 @@
+Mon May 05 12:04:00 CEST 2014 - aschn...@suse.de
+
+- fixed space adjustment in proposal for snapshots (bnc#876127)
+- version 3.1.22
+
+---
+Wed Apr 30 15:28:35 CEST 2014 - aschn...@suse.de
+
+- fixed importing mount points with btrfs (bnc#874288)
+- version 3.1.21
+
+---
+Tue Apr 29 17:51:15 CEST 2014 - aschn...@suse.de
+
+- do not create boot subvolumes in the proposal if a boot partition
+  is proposed (bnc#874551)
+- version 3.1.20
+
+---

Old:

  yast2-storage-3.1.19.tar.bz2

New:

  yast2-storage-3.1.22.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.dlk2Oi/_old  2014-05-06 13:40:48.0 +0200
+++ /var/tmp/diff_new_pack.dlk2Oi/_new  2014-05-06 13:40:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.19
+Version:3.1.22
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.19.tar.bz2 -> yast2-storage-3.1.22.tar.bz2 ++
 1784 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-04-13 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-04-13 13:13:42.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 11 14:34:48 CEST 2014 - aschn...@suse.de
+
+- allow to resize GPT Boot partition (bnc#872919)
+- version 3.1.19
+
+---
+Tue Apr  8 21:40:34 UTC 2014 - dval...@suse.com
+
+- Set PReP partition to 8M (bnc#871397)
+- version 3.1.18
+
+---
+Tue Apr 08 10:54:12 CEST 2014 - aschn...@suse.de
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.L3kJK1/_new  2014-04-13 13:13:43.0 +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.0 +0200
+++ new/yast2-storage-3.1.19/package/yast2-storage.changes  2014-04-11 
15:44:40.0 +0200
@@ -1,4 +1,21 @@
 ---
+Fri Apr 11 14:34:48 CEST 2014 - aschn...@suse.de
+
+- allow to resize GPT Boot partition (bnc#872919)
+- version 3.1.19
+
+---
+Tue Apr  8 21:40:34 UTC 2014 - dval...@suse.com
+
+- Set PReP partition to 8M (bnc#871397)
+- version 3.1.18
+
+---
+Tue Apr 08 10:54:12 CEST 2014 - aschn...@suse.de
+
+- added error message (bnc#872320)
+
+---
 Thu Apr 03 14:21:42 CEST 2014 - aschn...@suse.de
 
 - 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.0 +0200
+++ new/yast2-storage-3.1.19/package/yast2-storage.spec 2014-04-11 
15:44:40.0 +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.0 +0200
+++ new/yast2-storage-3.1.19/src/include/partitioning/custom_part_lib.rb
2014-04-11 15:44:40.0 +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.0 +0200
+++ new/yast2-storage-3.1.19/src/modules/Partitions.rb  2014-04-11 
15:44:40.0 +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_s

commit yast2-storage for openSUSE:Factory

2014-04-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-04-05 14:43: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  
2014-03-21 12:14:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-04-05 14:43:11.0 +0200
@@ -1,0 +2,28 @@
+Thu Apr 03 14:21:42 CEST 2014 - aschn...@suse.de
+
+- fixed proposal on S/390 with existing LVM (bnc#871779)
+- version 3.1.17
+
+---
+Wed Apr 02 17:05:47 CEST 2014 - aschn...@suse.de
+
+- fixed installation of filesystem packages (bnc#871658)
+- version 3.1.16
+
+---
+Wed Apr 02 14:46:05 CEST 2014 - aschn...@suse.de
+
+- prepare snapper for rollback on root filesystem (fate#317062)
+
+---
+Mon Mar 31 15:48:31 CEST 2014 - aschn...@suse.de
+
+- changed button label (bnc#868865)
+
+---
+Wed Mar 26 16:51:06 CET 2014 - aschn...@suse.de
+
+- fixed proposal on PPC (bnc#869313)
+- version 3.1.15
+
+---

Old:

  yast2-storage-3.1.14.tar.bz2

New:

  yast2-storage-3.1.17.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.k4AFKB/_old  2014-04-05 14:43:12.0 +0200
+++ /var/tmp/diff_new_pack.k4AFKB/_new  2014-04-05 14:43:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.14
+Version:3.1.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.14.tar.bz2 -> yast2-storage-3.1.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.14/package/yast2-storage.changes 
new/yast2-storage-3.1.17/package/yast2-storage.changes
--- old/yast2-storage-3.1.14/package/yast2-storage.changes  2014-03-20 
14:54:08.0 +0100
+++ new/yast2-storage-3.1.17/package/yast2-storage.changes  2014-04-03 
14:38:51.0 +0200
@@ -1,4 +1,32 @@
 ---
+Thu Apr 03 14:21:42 CEST 2014 - aschn...@suse.de
+
+- fixed proposal on S/390 with existing LVM (bnc#871779)
+- version 3.1.17
+
+---
+Wed Apr 02 17:05:47 CEST 2014 - aschn...@suse.de
+
+- fixed installation of filesystem packages (bnc#871658)
+- version 3.1.16
+
+---
+Wed Apr 02 14:46:05 CEST 2014 - aschn...@suse.de
+
+- prepare snapper for rollback on root filesystem (fate#317062)
+
+---
+Mon Mar 31 15:48:31 CEST 2014 - aschn...@suse.de
+
+- changed button label (bnc#868865)
+
+---
+Wed Mar 26 16:51:06 CET 2014 - aschn...@suse.de
+
+- fixed proposal on PPC (bnc#869313)
+- version 3.1.15
+
+---
 Wed Mar 19 14:18:07 CET 2014 - aschn...@suse.de
 
 - removed "Import Partition Setup" button (bnc#868864)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.14/package/yast2-storage.spec 
new/yast2-storage-3.1.17/package/yast2-storage.spec
--- old/yast2-storage-3.1.14/package/yast2-storage.spec 2014-03-20 
14:54:08.0 +0100
+++ new/yast2-storage-3.1.17/package/yast2-storage.spec 2014-04-03 
14:38:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.14
+Version:3.1.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.14/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.1.17/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.1.14/src/clients/inst_disk_proposal.rb  2014-03-20 
14:54:08.0 +0100
+++ new/yast2-storage-3.1.17/src/clients/inst_disk_proposal.rb  2014-04-03 
14:38:51.0 +0200
@@ -75,7 +75,7 @@
   # Title for dialogue
   @title = _("Suggested Partitioning")
   # Radiobutton for partition dialog
-  @modify_str = _("&Edit Partition Setup...")
+  @modify_str = _("&Expert Partitioner...")
   # Radiobutton for partition dialog

commit yast2-storage for openSUSE:Factory

2014-03-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-03-21 12:14:17

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-03-11 09:24:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-03-21 12:14:44.0 +0100
@@ -1,0 +2,24 @@
+Wed Mar 19 14:18:07 CET 2014 - aschn...@suse.de
+
+- removed "Import Partition Setup" button (bnc#868864)
+
+---
+Tue Mar 18 17:49:14 CET 2014 - aschn...@suse.de
+
+- fixed btrfs_increase_percentage handling in storage proposal
+- version 3.1.14
+
+---
+Tue Mar 11 15:29:18 CET 2014 - aschn...@suse.de
+
+- fixed creation of subvolume for /home (bnc#867604)
+- version 3.1.13
+
+---
+Tue Mar 11 10:59:04 CET 2014 - aschn...@suse.de
+
+- changed subvolume for rollback on S/390 (fate#316222 and
+  bnc#867270)
+- version 3.1.12
+
+---

Old:

  yast2-storage-3.1.11.tar.bz2

New:

  yast2-storage-3.1.14.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.jSiJhn/_old  2014-03-21 12:14:44.0 +0100
+++ /var/tmp/diff_new_pack.jSiJhn/_new  2014-03-21 12:14:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.11
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.8
-BuildRequires:  libstorage-ruby >= 2.25.8
+BuildRequires:  libstorage-devel >= 2.25.10
+BuildRequires:  libstorage-ruby >= 2.25.10
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -40,8 +40,8 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ruby-bindings >= 3.1.7
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.8
-Requires:   libstorage5 >= 2.25.8
+Requires:   libstorage-ruby >= 2.25.10
+Requires:   libstorage5 >= 2.25.10
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-3.1.11.tar.bz2 -> yast2-storage-3.1.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/package/yast2-storage.changes 
new/yast2-storage-3.1.14/package/yast2-storage.changes
--- old/yast2-storage-3.1.11/package/yast2-storage.changes  2014-03-07 
10:54:25.0 +0100
+++ new/yast2-storage-3.1.14/package/yast2-storage.changes  2014-03-20 
14:54:08.0 +0100
@@ -1,4 +1,28 @@
 ---
+Wed Mar 19 14:18:07 CET 2014 - aschn...@suse.de
+
+- removed "Import Partition Setup" button (bnc#868864)
+
+---
+Tue Mar 18 17:49:14 CET 2014 - aschn...@suse.de
+
+- fixed btrfs_increase_percentage handling in storage proposal
+- version 3.1.14
+
+---
+Tue Mar 11 15:29:18 CET 2014 - aschn...@suse.de
+
+- fixed creation of subvolume for /home (bnc#867604)
+- version 3.1.13
+
+---
+Tue Mar 11 10:59:04 CET 2014 - aschn...@suse.de
+
+- changed subvolume for rollback on S/390 (fate#316222 and
+  bnc#867270)
+- version 3.1.12
+
+---
 Thu Mar 06 17:25:31 CET 2014 - aschn...@suse.de
 
 - added subvolumes for customer data (fate#316981)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/package/yast2-storage.spec 
new/yast2-storage-3.1.14/package/yast2-storage.spec
--- old/yast2-storage-3.1.11/package/yast2-storage.spec 2014-03-07 
10:54:25.0 +0100
+++ new/yast2-storage-3.1.14/package/yast2-storage.spec 2014-03-20 
14:54:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.11
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,17 +28,17 @@
 
 BuildRequires: gcc-c++ libtool
 BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files
-BuildReq

commit yast2-storage for openSUSE:Factory

2014-03-11 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-03-11 09:24:10

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-03-01 14:38:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-03-11 09:24:17.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 06 17:25:31 CET 2014 - aschn...@suse.de
+
+- added subvolumes for customer data (fate#316981)
+
+---



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.I3tZRp/_old  2014-03-11 09:24:18.0 +0100
+++ /var/tmp/diff_new_pack.I3tZRp/_new  2014-03-11 09:24:18.0 +0100
@@ -67,6 +67,7 @@
 Summary:YaST2 - Storage Configuration
 License:GPL-2.0
 Group:  System/YaST
+Url:http://github.com/yast/yast-storage/
 
 %description
 This package contains the files for YaST2 that handle access to disk

++ yast2-storage-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/package/yast2-storage.changes 
new/yast2-storage-3.1.11/package/yast2-storage.changes
--- old/yast2-storage-3.1.11/package/yast2-storage.changes  2014-02-28 
15:20:23.0 +0100
+++ new/yast2-storage-3.1.11/package/yast2-storage.changes  2014-03-07 
10:54:25.0 +0100
@@ -1,4 +1,9 @@
 ---
+Thu Mar 06 17:25:31 CET 2014 - aschn...@suse.de
+
+- added subvolumes for customer data (fate#316981)
+
+---
 Tue Feb 25 15:37:49 CET 2014 - aschn...@suse.de
 
 - fixed snapshots handling in proposal (bnc#865004)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/package/yast2-storage.spec 
new/yast2-storage-3.1.11/package/yast2-storage.spec
--- old/yast2-storage-3.1.11/package/yast2-storage.spec 2014-02-28 
15:20:23.0 +0100
+++ new/yast2-storage-3.1.11/package/yast2-storage.spec 2014-03-07 
10:54:25.0 +0100
@@ -56,6 +56,7 @@
 Requires:   yast2-ruby-bindings >= 3.1.7
 
 Summary:   YaST2 - Storage Configuration
+Url:   http://github.com/yast/yast-storage/
 
 %description
 This package contains the files for YaST2 that handle access to disk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/src/modules/Storage.rb 
new/yast2-storage-3.1.11/src/modules/Storage.rb
--- old/yast2-storage-3.1.11/src/modules/Storage.rb 2014-02-28 
15:20:23.0 +0100
+++ new/yast2-storage-3.1.11/src/modules/Storage.rb 2014-03-07 
10:54:25.0 +0100
@@ -4955,6 +4955,9 @@
 "tmp",
 "usr/local",
 "var/crash",
+"var/lib/mailman",
+"var/lib/named",
+"var/lib/pgqsl",
 "var/log",
 "var/opt",
 "var/spool",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/testsuite/tests/empty-efi1.out 
new/yast2-storage-3.1.11/testsuite/tests/empty-efi1.out
--- old/yast2-storage-3.1.11/testsuite/tests/empty-efi1.out 2014-02-28 
15:20:23.0 +0100
+++ new/yast2-storage-3.1.11/testsuite/tests/empty-efi1.out 2014-03-07 
10:54:25.0 +0100
@@ -10,6 +10,9 @@
 Dump   Create subvolume tmp on device /dev/sda3
 Dump   Create subvolume usr/local on device /dev/sda3
 Dump   Create subvolume var/crash on device /dev/sda3
+Dump   Create subvolume var/lib/mailman on device /dev/sda3
+Dump   Create subvolume var/lib/named on device /dev/sda3
+Dump   Create subvolume var/lib/pgqsl on device /dev/sda3
 Dump   Create subvolume var/log on device /dev/sda3
 Dump   Create subvolume var/opt on device /dev/sda3
 Dump   Create subvolume var/spool on device /dev/sda3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.11/testsuite/tests/empty-efi2.out 
new/yast2-storage-3.1.11/testsuite/tests/empty-efi2.out
--- old/yast2-storage-3.1.11/testsuite/tests/empty-efi2.out 2014-02-28 
15:20:23.0 +0100
+++ new/yast2-storage-3.1.11/testsuite/tests/empty-efi2.out 2014-03-07 
10:54:25.0 +0100
@@ -10,6 +10,9 @@
 Dump   Create subvolume tmp on device /dev/sda3
 Dump   Create subvolume usr/local on device /dev/sda3
 Dump   Create subvolume var/crash on device /dev/sda3
+Dump   Create subvolume var/lib/mailman on devi

commit yast2-storage for openSUSE:Factory

2014-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-03-01 14:38:23

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-02-26 23:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-03-01 14:38:27.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 25 15:37:49 CET 2014 - aschn...@suse.de
+
+- fixed snapshots handling in proposal (bnc#865004)
+- version 3.1.11
+
+---

Old:

  yast2-storage-3.1.10.tar.bz2

New:

  yast2-storage-3.1.11.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.QkNTqa/_old  2014-03-01 14:38:27.0 +0100
+++ /var/tmp/diff_new_pack.QkNTqa/_new  2014-03-01 14:38:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.10.tar.bz2 -> yast2-storage-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.10/package/yast2-storage.changes 
new/yast2-storage-3.1.11/package/yast2-storage.changes
--- old/yast2-storage-3.1.10/package/yast2-storage.changes  2014-02-24 
17:54:58.0 +0100
+++ new/yast2-storage-3.1.11/package/yast2-storage.changes  2014-02-28 
15:20:23.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 25 15:37:49 CET 2014 - aschn...@suse.de
+
+- fixed snapshots handling in proposal (bnc#865004)
+- version 3.1.11
+
+---
 Mon Feb 24 16:15:28 CET 2014 - aschn...@suse.de
 
 - disallow to create and delete partitions on ECKD DASDs if other
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.10/package/yast2-storage.spec 
new/yast2-storage-3.1.11/package/yast2-storage.spec
--- old/yast2-storage-3.1.10/package/yast2-storage.spec 2014-02-24 
17:54:58.0 +0100
+++ new/yast2-storage-3.1.11/package/yast2-storage.spec 2014-02-28 
15:20:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.10/src/include/partitioning/ep-btrfs-dialogs.rb 
new/yast2-storage-3.1.11/src/include/partitioning/ep-btrfs-dialogs.rb
--- old/yast2-storage-3.1.10/src/include/partitioning/ep-btrfs-dialogs.rb   
2014-02-24 17:54:58.0 +0100
+++ new/yast2-storage-3.1.11/src/include/partitioning/ep-btrfs-dialogs.rb   
2014-02-28 15:20:23.0 +0100
@@ -33,7 +33,8 @@
   Builtins.y2milestone("DlgEditBtrfsVolume %1", data.value)
   device = Ops.get_string(data.value, "device", "error")
 
-  aliases = { "FormatMount" => lambda do
+  aliases = {
+"FormatMount" => lambda do
 (
   data_ref = arg_ref(data.value);
   _MiniWorkflowStepFormatMount_result = MiniWorkflowStepFormatMount(
@@ -42,15 +43,16 @@
   data.value = data_ref.value;
   _MiniWorkflowStepFormatMount_result
 )
-  end, "Password" => lambda(
-  ) do
+end,
+"Password" => lambda do
 (
   data_ref = arg_ref(data.value);
   _MiniWorkflowStepPassword_result = 
MiniWorkflowStepPassword(data_ref);
   data.value = data_ref.value;
   _MiniWorkflowStepPassword_result
 )
-  end }
+end
+  }
 
   sequence = {
 "FormatMount" => { :next => "Password", :finish => :finish },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.10/src/include/partitioning/ep-dm-dialogs.rb 
new/yast2-storage-3.1.11/src/include/partitioning/ep-dm-dialogs.rb
--- old/yast2-storage-3.1.10/src/include/partitioning/ep-dm-dialogs.rb  
2014-02-24 17:54:58.0 +0100
+++ new/yast2-storage-3.1.11/src/include/partitioning/ep-dm-dialogs.rb  
2014-02-28 15:20:23.0 +0100
@@ -32,7 +32,8 @@
 def DlgEditDmVolume(data)
   device = Ops.get_string(data.value, "device", "error")
 
-  aliases = { "FormatMount" => lambda do
+  aliases = {
+"FormatMount" => lambda do
 (
   data_ref = arg_ref(data.value);
 

commit yast2-storage for openSUSE:Factory

2014-02-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-26 23:20:26

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-02-23 07:16:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-26 23:20:31.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 24 16:15:28 CET 2014 - aschn...@suse.de
+
+- disallow to create and delete partitions on ECKD DASDs if other
+  partitions on the DASD are busy
+
+---
@@ -4 +10 @@
-- fixed naming of new partitions on DASDs
+- fixed naming of new partitions on ECKD DASDs



Other differences:
--
++ yast2-storage-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.10/package/yast2-storage.changes 
new/yast2-storage-3.1.10/package/yast2-storage.changes
--- old/yast2-storage-3.1.10/package/yast2-storage.changes  2014-02-21 
18:04:47.0 +0100
+++ new/yast2-storage-3.1.10/package/yast2-storage.changes  2014-02-24 
17:54:58.0 +0100
@@ -1,7 +1,13 @@
 ---
+Mon Feb 24 16:15:28 CET 2014 - aschn...@suse.de
+
+- disallow to create and delete partitions on ECKD DASDs if other
+  partitions on the DASD are busy
+
+---
 Fri Feb 21 15:12:11 CET 2014 - aschn...@suse.de
 
-- fixed naming of new partitions on DASDs
+- fixed naming of new partitions on ECKD DASDs
 - adapted to libstorage change
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.10/src/include/partitioning/ep-hd-lib.rb 
new/yast2-storage-3.1.10/src/include/partitioning/ep-hd-lib.rb
--- old/yast2-storage-3.1.10/src/include/partitioning/ep-hd-lib.rb  
2014-02-21 18:04:47.0 +0100
+++ new/yast2-storage-3.1.10/src/include/partitioning/ep-hd-lib.rb  
2014-02-24 17:54:58.0 +0100
@@ -253,14 +253,12 @@
 :to   => "map "
   )
 
-  if Storage.IsUsedBy(disk)
-# error popup
-Popup.Error(_("The disk is in use and cannot be modified."))
+  if Ops.get_boolean(disk, "readonly", false)
+Popup.Error(Partitions.RdonlyText(disk, true))
 return
   end
 
-  if Ops.get_boolean(disk, "readonly", false)
-Popup.Error(Partitions.RdonlyText(disk, true))
+  if !Storage.CanCreate(disk, true)
 return
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.10/src/modules/Storage.rb 
new/yast2-storage-3.1.10/src/modules/Storage.rb
--- old/yast2-storage-3.1.10/src/modules/Storage.rb 2014-02-21 
18:04:47.0 +0100
+++ new/yast2-storage-3.1.10/src/modules/Storage.rb 2014-02-24 
17:54:58.0 +0100
@@ -5148,6 +5148,39 @@
 end
 
 
+def CanCreate(disk, verbose)
+
+  ret = true
+
+  if ret && IsUsedBy(disk)
+if verbose
+  # TRANSLATORS: error popup
+  txt = _("The disk is in use and cannot be modified.")
+  Popup.Message(txt)
+end
+ret = false
+  end
+
+  if ret && disk.fetch("label", "") == "dasd"
+if disk.fetch("partitions", []).any? do |partition|
+!DeviceMounted(partition["device"]).empty? || IsUsedBy(partition)
+  end
+  if verbose
+# TRANSLATORS: error popup
+txt = _("Partitions cannot be created since other partitions on 
the disk are used.")
+Popup.Message(txt)
+  end
+  ret = false
+end
+  end
+
+  log.info("CanCreate device:#{disk["device"]} verbose:#{verbose} 
ret:#{ret}")
+
+  return ret
+
+end
+
+
 def CanEdit(p, verbose)
   p = deep_copy(p)
   ret = true
@@ -5265,23 +5298,24 @@
 end
   end
 
-  if ret && verbose &&
-  Builtins.substring(Ops.get_string(disk, "device", ""), 0, 9) == 
"/dev/dasd"
-if Builtins.find(Ops.get_list(disk, "partitions", [])) do |partition|
+  if ret && disk.fetch("label", "") == "dasd"
+if disk.fetch("partitions", []).any? do |partition|
 Ops.get_string(partition, "device", "") !=
   Ops.get_string(p, "device", "") &&
-  IsUsedBy(partition)
-  end != nil
-  txt = Builtins.sformat(
-_(
-  "\n" +
-  

commit yast2-storage for openSUSE:Factory

2014-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-23 07:16:24

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-02-17 09:37:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-23 07:16:27.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 21 15:12:11 CET 2014 - aschn...@suse.de
+
+- fixed naming of new partitions on DASDs
+- adapted to libstorage change
+
+---
+Tue Feb 18 16:14:50 CET 2014 - aschn...@suse.de
+
+- fixed reuse of swap for storage proposal (bnc#864257)
+- version 3.1.10
+
+---

Old:

  yast2-storage-3.1.9.tar.bz2

New:

  yast2-storage-3.1.10.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.cdKafJ/_old  2014-02-23 07:16:28.0 +0100
+++ /var/tmp/diff_new_pack.cdKafJ/_new  2014-02-23 07:16:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.7
-BuildRequires:  libstorage-ruby >= 2.25.7
+BuildRequires:  libstorage-devel >= 2.25.8
+BuildRequires:  libstorage-ruby >= 2.25.8
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -38,9 +38,10 @@
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-ruby-bindings >= 3.1.7
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.7
-Requires:   libstorage5 >= 2.25.7
+Requires:   libstorage-ruby >= 2.25.8
+Requires:   libstorage5 >= 2.25.8
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3
@@ -61,7 +62,7 @@
 Obsoletes:  yast2-trans-inst-partitioning
 Provides:   y2t_inst-partitioning
 Obsoletes:  y2t_inst-partitioning
-Requires:   yast2-ruby-bindings >= 1.0.0
+Requires:   yast2-ruby-bindings >= 3.1.7
 
 Summary:YaST2 - Storage Configuration
 License:GPL-2.0

++ yast2-storage-3.1.9.tar.bz2 -> yast2-storage-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.9/package/yast2-storage.changes 
new/yast2-storage-3.1.10/package/yast2-storage.changes
--- old/yast2-storage-3.1.9/package/yast2-storage.changes   2014-02-10 
11:29:05.0 +0100
+++ new/yast2-storage-3.1.10/package/yast2-storage.changes  2014-02-21 
18:04:47.0 +0100
@@ -1,4 +1,16 @@
 ---
+Fri Feb 21 15:12:11 CET 2014 - aschn...@suse.de
+
+- fixed naming of new partitions on DASDs
+- adapted to libstorage change
+
+---
+Tue Feb 18 16:14:50 CET 2014 - aschn...@suse.de
+
+- fixed reuse of swap for storage proposal (bnc#864257)
+- version 3.1.10
+
+---
 Mon Feb 10 11:16:54 CET 2014 - aschn...@suse.de
 
 - fixed variable lookup (bnc#862752)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.9/package/yast2-storage.spec 
new/yast2-storage-3.1.10/package/yast2-storage.spec
--- old/yast2-storage-3.1.9/package/yast2-storage.spec  2014-02-10 
11:29:05.0 +0100
+++ new/yast2-storage-3.1.10/package/yast2-storage.spec 2014-02-21 
18:04:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,16 +28,17 @@
 
 BuildRequires: gcc-c++ libtool
 BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files
-BuildRequires: libstorage-devel >= 2.25.7
+BuildRequires: libstorage-devel >= 2.25.8
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires: yast2-testsuite >= 2.19.0
 BuildRequires: rubygem-ruby-dbus
 BuildRequires: rubygem-rspec
-BuildRequires: libstorage-ruby >= 2.25.7
-Requires:  libstorage5 >= 2.25.7
-Requires:  libstorage-ruby >= 2.25.7
+BuildR

commit yast2-storage for openSUSE:Factory

2014-02-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-17 09:37:56

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-02-07 16:44:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-17 09:37:56.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 10 11:16:54 CET 2014 - aschn...@suse.de
+
+- fixed variable lookup (bnc#862752)
+
+---



Other differences:
--
++ yast2-storage-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.9/package/yast2-storage.changes 
new/yast2-storage-3.1.9/package/yast2-storage.changes
--- old/yast2-storage-3.1.9/package/yast2-storage.changes   2014-02-06 
10:34:28.0 +0100
+++ new/yast2-storage-3.1.9/package/yast2-storage.changes   2014-02-10 
11:29:05.0 +0100
@@ -1,4 +1,9 @@
 ---
+Mon Feb 10 11:16:54 CET 2014 - aschn...@suse.de
+
+- fixed variable lookup (bnc#862752)
+
+---
 Wed Feb 05 18:12:05 CET 2014 - aschn...@suse.de
 
 - removed code setting MODULES_LOADED_ON_BOOT (bnc#838185)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.9/src/modules/Storage.rb 
new/yast2-storage-3.1.9/src/modules/Storage.rb
--- old/yast2-storage-3.1.9/src/modules/Storage.rb  2014-02-06 
10:34:28.0 +0100
+++ new/yast2-storage-3.1.9/src/modules/Storage.rb  2014-02-10 
11:29:05.0 +0100
@@ -2992,7 +2992,7 @@
 changed = true
 d = part.fetch("device", "")
 userdata = ::Storage::MapStringString.new()
-part["userdata"].each do |a, b|
+part.fetch("userdata", {}).each do |a, b|
   userdata[a]= b
 end
 Builtins.y2milestone("ChangeVolumeProperties userdata to %1", 
userdata.to_s)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-02-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-07 16:44:45

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-02-04 22:50:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-07 16:44:47.0 +0100
@@ -1,0 +2,12 @@
+Wed Feb 05 18:12:05 CET 2014 - aschn...@suse.de
+
+- removed code setting MODULES_LOADED_ON_BOOT (bnc#838185)
+- version 3.1.9
+
+---
+Wed Feb 05 09:32:34 CET 2014 - aschn...@suse.de
+
+- fixed typo in method name (bnc#862187)
+- version 3.1.8
+
+---

Old:

  yast2-storage-3.1.7.tar.bz2

New:

  yast2-storage-3.1.9.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.SYrMJk/_old  2014-02-07 16:44:47.0 +0100
+++ /var/tmp/diff_new_pack.SYrMJk/_new  2014-02-07 16:44:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.7
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.7.tar.bz2 -> yast2-storage-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.7/package/yast2-storage.changes 
new/yast2-storage-3.1.9/package/yast2-storage.changes
--- old/yast2-storage-3.1.7/package/yast2-storage.changes   2014-02-03 
14:19:06.0 +0100
+++ new/yast2-storage-3.1.9/package/yast2-storage.changes   2014-02-06 
10:34:28.0 +0100
@@ -1,4 +1,16 @@
 ---
+Wed Feb 05 18:12:05 CET 2014 - aschn...@suse.de
+
+- removed code setting MODULES_LOADED_ON_BOOT (bnc#838185)
+- version 3.1.9
+
+---
+Wed Feb 05 09:32:34 CET 2014 - aschn...@suse.de
+
+- fixed typo in method name (bnc#862187)
+- version 3.1.8
+
+---
 Mon Feb 03 12:44:35 CET 2014 - aschn...@suse.de
 
 - include only devices know to libstorage in target-map
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.7/package/yast2-storage.spec 
new/yast2-storage-3.1.9/package/yast2-storage.spec
--- old/yast2-storage-3.1.7/package/yast2-storage.spec  2014-02-03 
14:19:06.0 +0100
+++ new/yast2-storage-3.1.9/package/yast2-storage.spec  2014-02-06 
10:34:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.7
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.7/src/clients/inst_prepdisk.rb 
new/yast2-storage-3.1.9/src/clients/inst_prepdisk.rb
--- old/yast2-storage-3.1.7/src/clients/inst_prepdisk.rb2014-02-03 
14:19:06.0 +0100
+++ new/yast2-storage-3.1.9/src/clients/inst_prepdisk.rb2014-02-06 
10:34:28.0 +0100
@@ -102,7 +102,6 @@
   @ret_val = :abort if @ret != 0
 
   if Stage.initial
-Storage.WriteFstab
 
 # If a kernel without initrd is booted, then there is a small window
 # between mounting the root filesystem until /etc/init.d/boot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.7/src/modules/Storage.rb 
new/yast2-storage-3.1.9/src/modules/Storage.rb
--- old/yast2-storage-3.1.7/src/modules/Storage.rb  2014-02-03 
14:19:06.0 +0100
+++ new/yast2-storage-3.1.9/src/modules/Storage.rb  2014-02-06 
10:34:28.0 +0100
@@ -1730,7 +1730,7 @@
   Ops.set(p, "raid_inactive", true) if info.inactive
 
   p["devices"] = info.devices.to_a
-  p["spares"] = info.spares.to_a if !info.spares.empty
+  p["spares"] = info.spares.to_a if !info.spares.empty?
 
   Ops.set(
 c,
@@ -3557,7 +3557,6 @@
   ret = @sint.modifyFileLoop(dev, file, !create, sizeK)
   Builtins.y2error("UpdateLoop sint ret:%1", ret) if ret<0
   UpdateTargetMapDisk("/dev/loop")
-  HandleModulesOnBoot(GetTargetMap())
   ret == 0
 end
 
@@ -6089,64 +6088,6 @@
 end
 
 
-def HandleModulesOnBoot(targetMap)
-  targetMap = deep_copy(targetMap)
-  ml = Builtins.filter(
-Builtins.splitstring(
-  Misc.Syscon

commit yast2-storage for openSUSE:Factory

2014-02-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-04 21:51:39

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-01-30 11:38:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-04 22:50:45.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 03 12:44:35 CET 2014 - aschn...@suse.de
+
+- include only devices know to libstorage in target-map
+  (bnc#860400)
+- version 3.1.7
+
+---

Old:

  yast2-storage-3.1.6.tar.bz2

New:

  yast2-storage-3.1.7.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.Dwds3L/_old  2014-02-04 22:50:46.0 +0100
+++ /var/tmp/diff_new_pack.Dwds3L/_new  2014-02-04 22:50:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.6.tar.bz2 -> yast2-storage-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.6/package/yast2-storage.changes 
new/yast2-storage-3.1.7/package/yast2-storage.changes
--- old/yast2-storage-3.1.6/package/yast2-storage.changes   2014-01-23 
16:24:48.0 +0100
+++ new/yast2-storage-3.1.7/package/yast2-storage.changes   2014-02-03 
14:19:06.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Feb 03 12:44:35 CET 2014 - aschn...@suse.de
+
+- include only devices know to libstorage in target-map
+  (bnc#860400)
+- version 3.1.7
+
+---
 Tue Jan 21 11:31:36 UTC 2014 - jsr...@suse.cz
 
 - propose dedicated /boot/zipl partition on S/390 (bnc#853930)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.6/package/yast2-storage.spec 
new/yast2-storage-3.1.7/package/yast2-storage.spec
--- old/yast2-storage-3.1.6/package/yast2-storage.spec  2014-01-23 
16:24:48.0 +0100
+++ new/yast2-storage-3.1.7/package/yast2-storage.spec  2014-02-03 
14:19:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.6/src/modules/Storage.rb 
new/yast2-storage-3.1.7/src/modules/Storage.rb
--- old/yast2-storage-3.1.6/src/modules/Storage.rb  2014-01-23 
16:24:48.0 +0100
+++ new/yast2-storage-3.1.7/src/modules/Storage.rb  2014-02-03 
14:19:06.0 +0100
@@ -4511,8 +4511,14 @@
   Builtins.size(rename),
   0
 )
-Builtins.y2milestone("probing done")
 
+# remove all devices unknown to libstorage, otherwise the target-map
+# has containers without container-type
+tmp.select! do |dev, disk|
+  @conts.any? { |c| c["device"] == dev }
+end
+
+Builtins.y2milestone("probing done")
 @probe_done = true
 changed = true
 Builtins.foreach(tmp) do |dev, disk|

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-01-30 11:38:42

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-01-10 21:23:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-01-30 11:38:43.0 +0100
@@ -1,0 +2,23 @@
+Tue Jan 21 11:31:36 UTC 2014 - jsr...@suse.cz
+
+- propose dedicated /boot/zipl partition on S/390 (bnc#853930)
+- version 3.1.6
+
+---
+Mon Jan 20 11:26:44 CET 2014 - aschn...@suse.de
+
+- don't create home subvolume if a home partition is proposed
+
+---
+Fri Jan 17 14:52:02 CET 2014 - aschn...@suse.de
+
+- allow to disable automatic snapshots for btrfs in proposal and
+  expert partitioner (fate#316221)
+
+---
+Tue Jan 14 17:47:23 CET 2014 - aschn...@suse.de
+
+- allow to choose filesystem for root and home in proposal
+  (fate#316637)
+
+---

Old:

  yast2-storage-3.1.5.tar.bz2

New:

  yast2-storage-3.1.6.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.JtG1G4/_old  2014-01-30 11:38:43.0 +0100
+++ /var/tmp/diff_new_pack.JtG1G4/_new  2014-01-30 11:38:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,11 +26,12 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.4
-BuildRequires:  libstorage-ruby >= 2.25.4
+BuildRequires:  libstorage-devel >= 2.25.7
+BuildRequires:  libstorage-ruby >= 2.25.7
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
+BuildRequires:  rubygem-rspec
 BuildRequires:  rubygem-ruby-dbus
 BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
@@ -38,8 +39,8 @@
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.4
-Requires:   libstorage5 >= 2.25.4
+Requires:   libstorage-ruby >= 2.25.7
+Requires:   libstorage5 >= 2.25.7
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-3.1.5.tar.bz2 -> yast2-storage-3.1.6.tar.bz2 ++
 2984 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-01-10 21:23:51

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  
2013-12-18 16:56:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-01-10 21:23:52.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 08 16:41:36 CET 2014 - aschn...@suse.de
+
+- added helptext for some buttons (see bnc#853087)
+- version 3.1.5
+
+---

Old:

  yast2-storage-3.1.4.tar.bz2

New:

  yast2-storage-3.1.5.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.kTlQKf/_old  2014-01-10 21:23:53.0 +0100
+++ /var/tmp/diff_new_pack.kTlQKf/_new  2014-01-10 21:23:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.4.tar.bz2 -> yast2-storage-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.4/package/yast2-storage.changes 
new/yast2-storage-3.1.5/package/yast2-storage.changes
--- old/yast2-storage-3.1.4/package/yast2-storage.changes   2013-12-16 
16:04:01.0 +0100
+++ new/yast2-storage-3.1.5/package/yast2-storage.changes   2014-01-10 
10:38:58.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Jan 08 16:41:36 CET 2014 - aschn...@suse.de
+
+- added helptext for some buttons (see bnc#853087)
+- version 3.1.5
+
+---
 Mon Dec 16 12:15:43 CET 2013 - aschn...@suse.de
 
 - fixed default btrfs subvolume for SLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.4/package/yast2-storage.spec 
new/yast2-storage-3.1.5/package/yast2-storage.spec
--- old/yast2-storage-3.1.4/package/yast2-storage.spec  2013-12-16 
16:04:01.0 +0100
+++ new/yast2-storage-3.1.5/package/yast2-storage.spec  2014-01-10 
10:38:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.4/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.1.5/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.1.4/src/clients/inst_disk_proposal.rb   2013-12-16 
16:04:01.0 +0100
+++ new/yast2-storage-3.1.5/src/clients/inst_disk_proposal.rb   2014-01-10 
10:38:58.0 +0100
@@ -1,6 +1,6 @@
 # encoding: utf-8
 
-# Copyright (c) 2012 Novell, Inc.
+# Copyright (c) [2012-2014] Novell, Inc.
 #
 # All Rights Reserved.
 #
@@ -41,9 +41,10 @@
 module Yast
   class InstDiskProposalClient < Client
 def main
-  Yast.import "UI"
+
   textdomain "storage"
 
+  Yast.import "UI"
   Yast.import "Arch"
   Yast.import "Wizard"
   Yast.import "Mode"
@@ -127,7 +128,7 @@
 
   @rframe = HBox(
 HSpacing(20),
-StorageProposal.AddCommonWidgets,
+StorageProposal.CommonWidgets(),
 HSpacing(3)
   )
 
@@ -159,7 +160,7 @@
 
 
   # help on suggested partitioning
-  @help_text = _(
+  help_text = _(
 "\n" +
   "Your hard disks have been checked. The partition setup\n" +
   "displayed is proposed for your hard drive."
@@ -167,8 +168,7 @@
 
   # help text continued
   # %1 is replaced by button text
-  @help_text = Ops.add(
-@help_text,
+  help_text +=
 Builtins.sformat(
   _(
 "\n" +
@@ -179,12 +179,10 @@
   ),
   Builtins.deletechars(@modify_str, "&")
 )
-  )
 
   # help text continued
   # %1 is replaced by button text
-  @help_text = Ops.add(
-@help_text,
+  help_text +=
 Builtins.sformat(
   _(
 "\n" +
@@ -194,11 +192,9 @@
   ),
   Builtins.deletech

commit yast2-storage for openSUSE:Factory

2013-12-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-12-18 16:56:03

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  
2013-12-05 07:18:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-12-18 16:56:04.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 16 12:15:43 CET 2013 - aschn...@suse.de
+
+- fixed default btrfs subvolume for SLE
+- version 3.1.4
+
+---

Old:

  yast2-storage-3.1.3.tar.bz2

New:

  yast2-storage-3.1.4.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.UuUFSK/_old  2013-12-18 16:56:05.0 +0100
+++ /var/tmp/diff_new_pack.UuUFSK/_new  2013-12-18 16:56:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite >= 2.19.0
 Requires:   libstorage-ruby >= 2.25.4
 Requires:   libstorage5 >= 2.25.4

++ yast2-storage-3.1.3.tar.bz2 -> yast2-storage-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.3/VERSION 
new/yast2-storage-3.1.4/VERSION
--- old/yast2-storage-3.1.3/VERSION 2013-12-04 10:21:37.0 +0100
+++ new/yast2-storage-3.1.4/VERSION 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.3/package/yast2-storage.changes 
new/yast2-storage-3.1.4/package/yast2-storage.changes
--- old/yast2-storage-3.1.3/package/yast2-storage.changes   2013-12-04 
10:21:37.0 +0100
+++ new/yast2-storage-3.1.4/package/yast2-storage.changes   2013-12-16 
16:04:01.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Dec 16 12:15:43 CET 2013 - aschn...@suse.de
+
+- fixed default btrfs subvolume for SLE
+- version 3.1.4
+
+---
 Tue Dec 03 17:40:26 CET 2013 - aschn...@suse.de
 
 - import complete used-by list from libstorage in target-map
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.3/package/yast2-storage.spec 
new/yast2-storage-3.1.4/package/yast2-storage.spec
--- old/yast2-storage-3.1.3/package/yast2-storage.spec  2013-12-04 
10:21:37.0 +0100
+++ new/yast2-storage-3.1.4/package/yast2-storage.spec  2013-12-16 
16:04:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,7 +31,7 @@
 BuildRequires: libstorage-devel >= 2.25.4
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires: yast2-testsuite >= 2.19.0
 BuildRequires: rubygem-ruby-dbus
 BuildRequires: libstorage-ruby >= 2.25.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.3/src/modules/FileSystems.rb 
new/yast2-storage-3.1.4/src/modules/FileSystems.rb
--- old/yast2-storage-3.1.3/src/modules/FileSystems.rb  2013-12-04 
10:21:37.0 +0100
+++ new/yast2-storage-3.1.4/src/modules/FileSystems.rb  2013-12-16 
16:04:01.0 +0100
@@ -1405,12 +1405,7 @@
 def InitSlib(value)
   @sint = value
   if @sint != nil
-ret = @sint.getDefaultSubvolName
-Builtins.y2milestone("InitSlib libstorage default_subvol:\"%1\"", ret)
-ret = ""
-@sint.setDefaultSubvolName(ret)
-ret = @sint.getDefaultSubvolName
-@default_subvol = ret
+@default_subvol = @sint.getDefaultSubvolName()
 Builtins.y2milestone(
   "InitSlib used default_subvol:\"%1\"",
   @default_subvol
@@ -1420,6 +1415,7 @@
   nil
 end
 
+
 def assertInit
   if @sint == nil
 @sint = StorageInit.CreateInterface(false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.3/src/modules/Storage.rb 
new/y

commit yast2-storage for openSUSE:Factory

2013-12-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-12-05 07:18:30

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  
2013-11-28 19:10:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-12-05 07:18:31.0 +0100
@@ -1,0 +2,11 @@
+Tue Dec 03 17:40:26 CET 2013 - aschn...@suse.de
+
+- import complete used-by list from libstorage in target-map
+
+---
+Mon Dec 02 14:00:23 CET 2013 - aschn...@suse.de
+
+- change default filesystem to btrfs (fate#315901)
+- change default filesystem for /home to xfs (fate#316637)
+
+---

Old:

  yast2-storage-3.1.2.tar.bz2

New:

  yast2-storage-3.1.3.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.T4yeJk/_old  2013-12-05 07:18:31.0 +0100
+++ /var/tmp/diff_new_pack.T4yeJk/_new  2013-12-05 07:18:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.25.3
-BuildRequires:  libstorage-ruby >= 2.25.2
+BuildRequires:  libstorage-devel >= 2.25.4
+BuildRequires:  libstorage-ruby >= 2.25.4
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -38,8 +38,8 @@
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.2
-Requires:   libstorage4 >= 2.25.2
+Requires:   libstorage-ruby >= 2.25.4
+Requires:   libstorage5 >= 2.25.4
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-3.1.2.tar.bz2 -> yast2-storage-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/VERSION 
new/yast2-storage-3.1.3/VERSION
--- old/yast2-storage-3.1.2/VERSION 2013-11-26 17:29:50.0 +0100
+++ new/yast2-storage-3.1.3/VERSION 2013-12-04 10:21:37.0 +0100
@@ -1 +1 @@
-3.1.2
+3.1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/package/yast2-storage.changes 
new/yast2-storage-3.1.3/package/yast2-storage.changes
--- old/yast2-storage-3.1.2/package/yast2-storage.changes   2013-11-26 
17:29:50.0 +0100
+++ new/yast2-storage-3.1.3/package/yast2-storage.changes   2013-12-04 
10:21:37.0 +0100
@@ -1,4 +1,15 @@
 ---
+Tue Dec 03 17:40:26 CET 2013 - aschn...@suse.de
+
+- import complete used-by list from libstorage in target-map
+
+---
+Mon Dec 02 14:00:23 CET 2013 - aschn...@suse.de
+
+- change default filesystem to btrfs (fate#315901)
+- change default filesystem for /home to xfs (fate#316637)
+
+---
 Tue Nov 26 15:11:04 CET 2013 - aschn...@suse.de
 
 - disable btrfs multivolume support (bnc#832196)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/package/yast2-storage.spec 
new/yast2-storage-3.1.3/package/yast2-storage.spec
--- old/yast2-storage-3.1.2/package/yast2-storage.spec  2013-11-26 
17:29:50.0 +0100
+++ new/yast2-storage-3.1.3/package/yast2-storage.spec  2013-12-04 
10:21:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,15 +28,15 @@
 
 BuildRequires: gcc-c++ libtool
 BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files
-BuildRequires: libstorage-devel >= 2.25.3
+BuildRequires: libstorage-devel >= 2.25.4
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires: yast2-testsuite >= 2.19.0
 BuildRequires: rubygem-ruby-dbus
-BuildRequires: libstorage-ruby >= 2.25.2
-Requires:  libstorage4 >= 2.25.2
-Requires:  libstorage-ruby >= 2.25.2
+BuildRequires: libstorage-ruby >= 2.25.4

commit yast2-storage for openSUSE:Factory

2013-11-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-11-28 19:10:15

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  
2013-11-22 07:29:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-11-28 19:10:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 26 15:11:04 CET 2013 - aschn...@suse.de
+
+- disable btrfs multivolume support (bnc#832196)
+
+---



Other differences:
--
++ yast2-storage-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/package/yast2-storage.changes 
new/yast2-storage-3.1.2/package/yast2-storage.changes
--- old/yast2-storage-3.1.2/package/yast2-storage.changes   2013-11-19 
15:19:42.0 +0100
+++ new/yast2-storage-3.1.2/package/yast2-storage.changes   2013-11-26 
17:29:50.0 +0100
@@ -1,4 +1,9 @@
 ---
+Tue Nov 26 15:11:04 CET 2013 - aschn...@suse.de
+
+- disable btrfs multivolume support (bnc#832196)
+
+---
 Tue Nov 19 15:15:29 CET 2013 - aschn...@suse.de
 
 - removed code to translate EVMS device names during update (see
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.2/src/include/partitioning/ep-btrfs.rb 
new/yast2-storage-3.1.2/src/include/partitioning/ep-btrfs.rb
--- old/yast2-storage-3.1.2/src/include/partitioning/ep-btrfs.rb
2013-11-19 15:19:42.0 +0100
+++ new/yast2-storage-3.1.2/src/include/partitioning/ep-btrfs.rb
2013-11-26 17:29:50.0 +0100
@@ -1,6 +1,6 @@
 # encoding: utf-8
 
-# Copyright (c) 2012 Novell, Inc.
+# Copyright (c) [2012-2013] Novell, Inc.
 #
 # All Rights Reserved.
 #
@@ -32,27 +32,33 @@
   Yast.include include_target, "partitioning/ep-btrfs-lib.rb"
 end
 
+
 def EpContextMenuBtrfs(device)
   widget = ContextMenu.Simple(
 [
+  # TRANSLATORS: context menu entry
   Item(Id(:edit), _("Edit")),
-  Item(Id(:delete), _("Delete")),
-  Item(Id(:resize), _("Resize"))
+  # TRANSLATORS: context menu entry
+  # disabled, see bnc #832196
+  # Item(Id(:resize), _("Resize")),
+  # TRANSLATORS: context menu entry
+  Item(Id(:delete), _("Delete"))
 ]
   )
 
   case widget
 when :edit
   EpEditBtrfsDevice(device)
-when :delete
-  EpDeleteBtrfsDevice(device)
 when :resize
   EpResizeBtrfsDevice(device)
+when :delete
+  EpDeleteBtrfsDevice(device)
   end
 
   nil
 end
 
+
 def HandleBtrfsButtons(user_data, device, event)
   user_data = deep_copy(user_data)
   event = deep_copy(event)
@@ -84,11 +90,14 @@
   EpEditBtrfsDevice(device)
 when :resize
   EpResizeBtrfsDevice(device)
+when :delete
+  EpDeleteBtrfsDevice(device)
   end
 
   nil
 end
 
+
 def CreateBtrfsMainPanel(user_data)
   user_data = deep_copy(user_data)
   fields = StorageSettings.FilterTable(
@@ -127,11 +136,15 @@
 ),
 ArrangeButtons(
   [
+# TRANSLATORS: push button text
 PushButton(Id(:edit), Opt(:key_F4), _("Edit...")),
-# push button text
-PushButton(Id(:resize), Opt(:key_F8), _("Resize...")),
+# TRANSLATORS: push button text
+# disabled, see bnc #832196
+# PushButton(Id(:resize), Opt(:key_F8), _("Resize...")),
+# TRANSLATORS: push button text
+PushButton(Id(:delete), Opt(:key_F5), _("Delete...")),
 HStretch()
-  ] # push button text
+  ]
 )
   )
 )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2013-11-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-11-22 07:29:42

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  
2013-11-15 14:28:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-11-22 07:29:43.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 15:15:29 CET 2013 - aschn...@suse.de
+
+- removed code to translate EVMS device names during update (see
+  bnc#848821)
+
+---



Other differences:
--
++ yast2-storage-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/package/yast2-storage.changes 
new/yast2-storage-3.1.2/package/yast2-storage.changes
--- old/yast2-storage-3.1.2/package/yast2-storage.changes   2013-11-15 
10:46:48.0 +0100
+++ new/yast2-storage-3.1.2/package/yast2-storage.changes   2013-11-19 
15:19:42.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Nov 19 15:15:29 CET 2013 - aschn...@suse.de
+
+- removed code to translate EVMS device names during update (see
+  bnc#848821)
+
+---
 Wed Nov 13 15:38:35 CET 2013 - aschn...@suse.de
 
 - use correct binary prefix (bnc#849276)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/src/modules/Storage.rb 
new/yast2-storage-3.1.2/src/modules/Storage.rb
--- old/yast2-storage-3.1.2/src/modules/Storage.rb  2013-11-15 
10:46:48.0 +0100
+++ new/yast2-storage-3.1.2/src/modules/Storage.rb  2013-11-19 
15:19:43.0 +0100
@@ -6414,16 +6414,6 @@
 0
   ) == 9
 
-  # convert EVMS names to LVM
-  # FIXME: add version checking, but does not seem necessary, since non-LVM
-  # installations will not be affected by this conversion at all
-  ret = Builtins.maplist(ret) do |n|
-if Builtins.substring(n, 0, 15) == "/dev/evms/lvm2/"
-  n = Ops.add("/dev/", Builtins.substring(n, 15))
-end
-n
-  end
-
   # convert dmraid names to mdadm names
   mapping = GetDmraidToMdadm()
   if !mapping.empty?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.2/src/modules/StorageUpdate.rb 
new/yast2-storage-3.1.2/src/modules/StorageUpdate.rb
--- old/yast2-storage-3.1.2/src/modules/StorageUpdate.rb2013-11-15 
10:46:48.0 +0100
+++ new/yast2-storage-3.1.2/src/modules/StorageUpdate.rb2013-11-19 
15:19:43.0 +0100
@@ -209,36 +209,6 @@
 end
 
 
-def UpdateFstabEvms2Lvm
-  Builtins.y2milestone("UpdateFstabEvms2Lvm migrating EVMS to LVM")
-  tabpath = Storage.PathToDestdir("/etc/fstab")
-  fstab = Partitions.GetFstab(tabpath)
-  line = 0
-  n = ""
-  while Ops.less_or_equal(line, AsciiFile.NumLines(fstab))
-l = (
-  fstab_ref = arg_ref(fstab);
-  _GetLine_result = AsciiFile.GetLine(fstab_ref, line);
-  fstab = fstab_ref.value;
-  _GetLine_result
-)
-n = Ops.get_string(l, ["fields", 0], "")
-if Builtins.substring(n, 0, 15) == "/dev/evms/lvm2/"
-  n = Ops.add("/dev/", Builtins.substring(n, 15))
-  fstab_ref = arg_ref(fstab)
-  AsciiFile.ChangeLineField(fstab_ref, line, 0, n)
-  fstab = fstab_ref.value
-end
-line = Ops.add(line, 1)
-  end
-  fstab_ref = arg_ref(fstab)
-  AsciiFile.RewriteFile(fstab_ref, tabpath)
-  fstab = fstab_ref.value
-
-  nil
-end
-
-
 def UpdateMdadm
   Builtins.y2milestone("UpdateMdadm")
   cpath = Storage.PathToDestdir("/etc/mdadm.conf")
@@ -719,10 +689,6 @@
   UpdateFstabHotplugOption()
 end
 
-# remove EVMS
-# FIXME add appropriate condition if needed (does not seem so)
-UpdateFstabEvms2Lvm()
-
 UpdateFstabDmraidToMdadm()
 
 dm = Storage.BuildDiskmap(oldv)
@@ -761,10 +727,6 @@
 Ops.get_integer(oldv, "major", 0) == 9 &&
   Ops.get_integer(oldv, "minor", 0) == 0
   UpdateFstabIseriesVd() if Arch.board_iseries
-  cmd = "cd / && /sbin/insserv -r /etc/init.d/boot.evms"
-  Builtins.y2milestone("Update cmd %1", cmd)
-  bo = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
-  Builtins.y2milestone("Update bo %1", bo)
 e

commit yast2-storage for openSUSE:Factory

2013-11-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-11-15 14:28:33

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  
2013-10-20 10:56:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-11-15 14:28:35.0 +0100
@@ -1,0 +2,23 @@
+Wed Nov 13 15:38:35 CET 2013 - aschn...@suse.de
+
+- use correct binary prefix (bnc#849276)
+- version 3.1.2
+
+---
+Wed Nov 06 09:49:39 CET 2013 - aschn...@suse.de
+
+- do not install yast2-snapper if root is on btrfs (fate#314695)
+
+---
+Mon Nov 04 16:42:35 CET 2013 - aschn...@suse.de
+
+- changed technique to ensure UTF-8 string in ruby (bnc#848812)
+
+---
+Wed Oct 30 17:44:29 CET 2013 - aschn...@suse.de
+
+- handle device name change during update due to switch from
+  dmraid to mdadm (fate#316007)
+- version 3.1.1
+
+---
@@ -6537 +6560 @@
-- allow arbitrary number of pathes for md raid
+- allow arbitrary number of paths for md raid

Old:

  yast2-storage-3.1.0.tar.bz2

New:

  yast2-storage-3.1.2.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.lJjr6u/_old  2013-11-15 14:28:36.0 +0100
+++ /var/tmp/diff_new_pack.lJjr6u/_new  2013-11-15 14:28:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.0
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,8 +26,8 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.24.0
-BuildRequires:  libstorage-ruby >= 2.25.0
+BuildRequires:  libstorage-devel >= 2.25.3
+BuildRequires:  libstorage-ruby >= 2.25.2
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -38,8 +38,8 @@
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.25.0
-Requires:   libstorage4 >= 2.24.5
+Requires:   libstorage-ruby >= 2.25.2
+Requires:   libstorage4 >= 2.25.2
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-3.1.0.tar.bz2 -> yast2-storage-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/CONTRIBUTING.md 
new/yast2-storage-3.1.2/CONTRIBUTING.md
--- old/yast2-storage-3.1.0/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-storage-3.1.2/CONTRIBUTING.md 2013-11-15 10:46:48.0 
+0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Impleme

commit yast2-storage for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-10-20 10:56: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  
2013-10-14 09:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-10-20 10:56:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 17 13:40:27 CEST 2013 - f...@suse.de
+
+- propose to create bios_grub partition on gpt disk for non-EFI 
+  systems (fate#315972)
+
+---



Other differences:
--
++ yast2-storage-3.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/COPYING 
new/yast2-storage-3.1.0/COPYING
--- old/yast2-storage-3.1.0/COPYING 1970-01-01 01:00:00.0 +0100
+++ new/yast2-storage-3.1.0/COPYING 2013-10-17 13:34:02.0 +0200
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+

commit yast2-storage for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-10-14 09:33:20

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  
2013-10-06 19:38:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-10-14 09:33:21.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 11 14:26:18 CEST 2013 - aschn...@suse.de
+
+- adapted to device-mapper device name changes (bnc#810840)
+
+---
+Wed Oct 09 16:14:20 CEST 2013 - aschn...@suse.de
+
+- boot.crypto, boot.crypto-early, boot.lvm no longer exist
+
+---



Other differences:
--
++ yast2-storage-3.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/Rakefile 
new/yast2-storage-3.1.0/Rakefile
--- old/yast2-storage-3.1.0/Rakefile2013-10-02 15:12:41.0 +0200
+++ new/yast2-storage-3.1.0/Rakefile2013-10-11 16:25:31.0 +0200
@@ -1,6 +1,6 @@
 require "yast/rake"
 
-Packaging.configuration do |conf|
+Yast::Tasks.configuration do |conf|
   #lets ignore license check for now
   conf.skip_license_check << /.*/
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/package/yast2-storage.changes 
new/yast2-storage-3.1.0/package/yast2-storage.changes
--- old/yast2-storage-3.1.0/package/yast2-storage.changes   2013-10-02 
15:12:41.0 +0200
+++ new/yast2-storage-3.1.0/package/yast2-storage.changes   2013-10-11 
16:25:32.0 +0200
@@ -1,4 +1,14 @@
 ---
+Fri Oct 11 14:26:18 CEST 2013 - aschn...@suse.de
+
+- adapted to device-mapper device name changes (bnc#810840)
+
+---
+Wed Oct 09 16:14:20 CEST 2013 - aschn...@suse.de
+
+- boot.crypto, boot.crypto-early, boot.lvm no longer exist
+
+---
 Tue Oct 01 17:24:38 UTC 2013 - lsle...@suse.cz
 
 - do not use *.spec.in template, use *.spec file with RPM macros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/src/modules/Storage.rb 
new/yast2-storage-3.1.0/src/modules/Storage.rb
--- old/yast2-storage-3.1.0/src/modules/Storage.rb  2013-10-02 
15:12:41.0 +0200
+++ new/yast2-storage-3.1.0/src/modules/Storage.rb  2013-10-11 
16:25:32.0 +0200
@@ -695,7 +695,7 @@
 tmp = {}
 Ops.set(tmp, "disk", Builtins.substring(device, 0, dlen))
 device = Builtins.substring(device, dlen)
-if Builtins.search(device, "_part") == 0
+if Builtins.search(device, "-part") == 0
   device = Builtins.substring(device, 5)
 end
 if Ops.greater_than(Builtins.size(device), 0) &&
@@ -6454,13 +6454,7 @@
 need_dmmultipath
   )
 
-  if need_crypt
-CallInsserv(true, "boot.crypto")
-CallInsserv(true, "boot.crypto-early")
-  end
-
   CallInsserv(need_md, "boot.md")
-  CallInsserv(need_lvm, "boot.lvm")
   CallInsserv(need_dmraid, "boot.dmraid")
   CallInsserv(need_dmmultipath, "boot.multipath")
   CallInsserv(need_dmmultipath, "multipathd")

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-10-06 19:38:17

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  
2013-09-29 17:55:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-10-06 19:38:18.0 +0200
@@ -1,0 +2,28 @@
+Tue Oct 01 17:24:38 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---
+Tue Oct 01 15:03:23 CEST 2013 - aschn...@suse.de
+
+- disabled writing storage controller modules to
+  /etc/sysconfig/kernel (bnc#615467)
+
+---
+Tue Oct 01 14:33:59 CEST 2013 - aschn...@suse.de
+
+- install package open-iscsi if the system has iSCSI (bnc#842740)
+
+---
+Mon Sep 30 16:54:55 CEST 2013 - aschn...@suse.de
+
+- fixed disabling of encryption for btrfs (bnc#842783)
+
+---
+Mon Sep 30 11:50:42 CEST 2013 - aschn...@suse.de
+
+- removed some logging (bnc#842440)
+
+---



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.5w7Msa/_old  2013-10-06 19:38:19.0 +0200
+++ /var/tmp/diff_new_pack.5w7Msa/_new  2013-10-06 19:38:19.0 +0200
@@ -21,13 +21,13 @@
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-storage-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libstorage-devel >= 2.24.0
-BuildRequires:  libstorage-ruby >= 2.24.3
+BuildRequires:  libstorage-ruby >= 2.25.0
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -36,9 +36,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.24.5
+Requires:   libstorage-ruby >= 2.25.0
 Requires:   libstorage4 >= 2.24.5
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
@@ -71,34 +71,16 @@
 devices during installation and on an installed system.
 
 %prep
-%setup -n yast2-storage-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
-rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.la
-rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.so
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2StorageCallbacks.la
+rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2StorageCallbacks.so
 
 %post
 %{fillup_only -an storage}
@@ -107,44 +89,44 @@
 %defattr(-,root,root)
 
 # storage
-%dir /usr/share/YaST2/include/partitioning
-/usr/share/YaST2/include/partitioning/*.rb
-/usr/share/YaST2/clients/inst_custom_part.rb
-/usr/share/YaST2/clients/inst_resize_ui.rb
-/usr/share/YaST2/clients/inst_resize_dialog.rb
-/usr/share/YaST2/clients/inst_disk.rb
-/usr/share/YaST2/clients/inst_target_part.rb
-/usr/share/YaST2/clients/inst_disk_proposal.rb
-/usr/share/YaST2/clients/inst_target_selection.rb
-/usr/share/YaST2/clients/inst_prepdisk.rb
-/usr/share/YaST2/clients/storage_finish.rb
-/usr/share/YaST2/clients/partitions_proposal.rb
-/usr/share/YaST2/clients/storage.rb
-/usr/share/YaST2/clients/disk.rb
-/usr/share/YaST2/clients/disk_worker.rb
-/usr/share/YaST2/clients/multipath-simple.rb
-/usr/share/YaST2/modules/*
+%dir %{yast_yncludedir}/partitioning
+%{yast_y

commit yast2-storage for openSUSE:Factory

2013-09-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-09-29 17:55:57

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  
2013-09-17 15:07:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-09-29 17:55:58.0 +0200
@@ -1,0 +2,28 @@
+Thu Sep 26 17:04:39 CEST 2013 - f...@suse.de
+
+- version 3.1.0
+- fix subvol handling for formatted existing root partitions 
+  (bnc#842505)
+
+---
+Wed Sep 25 17:12:42 CEST 2013 - f...@suse.de
+
+- version 3.0.5
+- add code to support named raids (fate#315590)
+
+---
+Wed Sep 25 14:13:07 CEST 2013 - aschn...@suse.de
+
+- removed popup asking for btrfs as default (bnc#839700)
+
+---
+Wed Sep 25 11:32:37 CEST 2013 - f...@suse.de
+
+- fix sort order in SetTarget map (problem with in autoyast usage)
+
+---
+Tue Sep 24 17:48:43 CEST 2013 - aschn...@suse.de
+
+- fixed moving partitions (bnc#841924)
+
+---

Old:

  yast2-storage-3.0.4.tar.bz2

New:

  yast2-storage-3.1.0.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.TtMCge/_old  2013-09-29 17:55:59.0 +0200
+++ /var/tmp/diff_new_pack.TtMCge/_new  2013-09-29 17:55:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.0.4
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,8 +38,8 @@
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage-ruby >= 2.24.3
-Requires:   libstorage4 >= 2.24.3
+Requires:   libstorage-ruby >= 2.24.5
+Requires:   libstorage4 >= 2.24.5
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-3.0.4.tar.bz2 -> yast2-storage-3.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.4/VERSION 
new/yast2-storage-3.1.0/VERSION
--- old/yast2-storage-3.0.4/VERSION 2013-09-17 10:56:54.0 +0200
+++ new/yast2-storage-3.1.0/VERSION 2013-09-26 17:11:55.0 +0200
@@ -1 +1 @@
-3.0.4
+3.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.4/configure 
new/yast2-storage-3.1.0/configure
--- old/yast2-storage-3.0.4/configure   2013-09-17 10:57:24.0 +0200
+++ new/yast2-storage-3.1.0/configure   2013-09-26 17:12:20.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.4.
+# Generated by GNU Autoconf 2.69 for yast2-storage 3.1.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='3.0.4'
-PACKAGE_STRING='yast2-storage 3.0.4'
+PACKAGE_VERSION='3.1.0'
+PACKAGE_STRING='yast2-storage 3.1.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 3.0.4 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 3.1.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 3.0.4:";;
+ short | recursive ) echo "Configuration of yast2-storage 3.1.0:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 3.0.4
+yast2-storage configure 3.1.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 3.0.4, which was
+It was created by yast2-storage $as

commit yast2-storage for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-09-17 15:07:54

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  
2013-09-13 14:51:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-09-17 15:07:55.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 10:54:46 CEST 2013 - aschn...@suse.de
+
+- fixed snapper setup during installation
+- version 3.0.4
+
+---

Old:

  yast2-storage-3.0.3.tar.bz2

New:

  yast2-storage-3.0.4.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.UtN4IU/_old  2013-09-17 15:07:56.0 +0200
+++ /var/tmp/diff_new_pack.UtN4IU/_new  2013-09-17 15:07:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.0.3
+Version:3.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.0.3.tar.bz2 -> yast2-storage-3.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.3/VERSION 
new/yast2-storage-3.0.4/VERSION
--- old/yast2-storage-3.0.3/VERSION 2013-09-13 11:35:41.0 +0200
+++ new/yast2-storage-3.0.4/VERSION 2013-09-17 10:56:54.0 +0200
@@ -1 +1 @@
-3.0.3
+3.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.3/configure 
new/yast2-storage-3.0.4/configure
--- old/yast2-storage-3.0.3/configure   2013-09-13 12:42:23.0 +0200
+++ new/yast2-storage-3.0.4/configure   2013-09-17 10:57:24.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.3.
+# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.4.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='3.0.3'
-PACKAGE_STRING='yast2-storage 3.0.3'
+PACKAGE_VERSION='3.0.4'
+PACKAGE_STRING='yast2-storage 3.0.4'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 3.0.3 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 3.0.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 3.0.3:";;
+ short | recursive ) echo "Configuration of yast2-storage 3.0.4:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 3.0.3
+yast2-storage configure 3.0.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 3.0.3, which was
+It was created by yast2-storage $as_me 3.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='3.0.3'
+ VERSION='3.0.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION="3.0.3"
+VERSION="3.0.4"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell "
 
@@ -16761,7 +16761,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-storage $as_me 3.0.3, which was
+This file was extended by yast2-storage $as_me 3.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16827,7 +16827,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2-storage config.status 3.0.3
+yast2-storage config.status 3.0.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svn

commit yast2-storage for openSUSE:Factory

2013-09-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-09-13 14:51:08

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  
2013-08-27 21:56:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-09-13 14:51:09.0 +0200
@@ -1,0 +2,22 @@
+Fri Sep 13 11:45:33 CEST 2013 - aschn...@suse.de
+
+- additional subvolumes for btrfs root (fate#316222)
+- version 3.0.3
+
+---
+Thu Sep 12 16:27:56 CEST 2013 - f...@suse.de
+
+- fix handling of default subvolumes for root fs when formatting
+  but not creating a partition
+
+---
+Thu Sep 12 12:04:21 CEST 2013 - aschn...@suse.de
+
+- added popup asking for btrfs as default (bnc#839700)
+
+---
+Mon Sep 09 13:54:34 CEST 2013 - aschn...@suse.de
+
+- adapted snapper setup to new installer (fate#314695)
+
+---
@@ -404 +426 @@
-- add red error text if there is no root fs in storage propopsal 
+- add red error text if there is no root fs in storage proposal

Old:

  yast2-storage-3.0.2.tar.bz2

New:

  yast2-storage-3.0.3.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.Mxo2NG/_old  2013-09-13 14:51:10.0 +0200
+++ /var/tmp/diff_new_pack.Mxo2NG/_new  2013-09-13 14:51:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.0.2
+Version:3.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.0.2.tar.bz2 -> yast2-storage-3.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.2/VERSION 
new/yast2-storage-3.0.3/VERSION
--- old/yast2-storage-3.0.2/VERSION 2013-08-22 16:56:51.0 +0200
+++ new/yast2-storage-3.0.3/VERSION 2013-09-13 11:35:41.0 +0200
@@ -1 +1 @@
-3.0.2
+3.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.2/configure 
new/yast2-storage-3.0.3/configure
--- old/yast2-storage-3.0.2/configure   2013-08-22 17:57:08.0 +0200
+++ new/yast2-storage-3.0.3/configure   2013-09-13 12:42:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.2.
+# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.3.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='3.0.2'
-PACKAGE_STRING='yast2-storage 3.0.2'
+PACKAGE_VERSION='3.0.3'
+PACKAGE_STRING='yast2-storage 3.0.3'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 3.0.2 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 3.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 3.0.2:";;
+ short | recursive ) echo "Configuration of yast2-storage 3.0.3:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 3.0.2
+yast2-storage configure 3.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 3.0.2, which was
+It was created by yast2-storage $as_me 3.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='3.0.2'
+ VERSION='3.0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION="3.0.2"
+VERSION="3.0.3"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell "
 
@@ -16761,7 +16761,7 @@
 # report actual input valu

commit yast2-storage for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-08-27 21:14:51

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  
2013-08-04 23:52:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-08-27 21:56:06.0 +0200
@@ -1,0 +2,28 @@
+Thu Aug 22 16:52:28 CEST 2013 - f...@suse.de
+
+- version 3.0.2
+- add function to enable multipathing via autoyast (fate#316278)
+- fix wrong call to getPresentDisk in libstorage 
+
+---
+Wed Aug 14 15:48:33 CEST 2013 - aschn...@suse.de
+
+- disallow creating reiserfs (fate#316389)
+
+---
+Tue Aug 13 14:22:23 CEST 2013 - aschn...@suse.de
+
+- fixed workflow for adding LVM LV (bnc#834330)
+
+---
+Tue Aug 13 13:46:01 CEST 2013 - f...@suse.de
+
+- fix Storage.IsResizable for lvm lvs
+
+---
+Mon Aug 12 10:39:27 CEST 2013 - f...@suse.de
+
+- use ruby bindings of libstorage instead of yast2-perl-bindings
+- version 3.0.1
+
+---

Old:

  yast2-storage-3.0.0.tar.bz2

New:

  yast2-storage-3.0.2.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.wqok7a/_old  2013-08-27 21:56:06.0 +0200
+++ /var/tmp/diff_new_pack.wqok7a/_new  2013-08-27 21:56:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.0.0
+Version:3.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,26 +27,23 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libstorage-devel >= 2.24.0
+BuildRequires:  libstorage-ruby >= 2.24.3
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
 BuildRequires:  rubygem-ruby-dbus
-BuildRequires:  sablot
 BuildRequires:  sgml-skel
-BuildRequires:  swig
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools
-BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage4 >= 2.24.0
-Requires:   perl = %{perl_version}
+Requires:   libstorage-ruby >= 2.24.3
+Requires:   libstorage4 >= 2.24.3
 Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7
-Requires:   yast2-perl-bindings
 %ifarch s390 s390x
 Requires:   yast2-s390
 %endif
@@ -149,9 +146,6 @@
 # scripts
 %{_prefix}/lib/YaST2/bin/check.boot
 
-# perl bindings of libstorage
-%{perl_vendorarch}/LibStorage.so
-
 %package devel
 Requires:   libstdc++-devel
 Requires:   yast2-storage = %version

++ yast2-storage-3.0.0.tar.bz2 -> yast2-storage-3.0.2.tar.bz2 ++
 7851 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-08-04 21:08:02

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  
2013-08-01 11:10:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-08-04 23:52:49.0 +0200
@@ -1,0 +2,11 @@
+Thu Aug 01 13:27:43 CEST 2013 - aschn...@suse.de
+
+- use ruby dbus bindings instead of yast2-dbus-client
+
+---
+Thu Aug  1 12:26:11 CEST 2013 - f...@suse.de
+
+- fix add volumes to btrfs when format is true and primary volume
+  was not btrfs previously
+
+---



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.QtChLM/_old  2013-08-04 23:52:50.0 +0200
+++ /var/tmp/diff_new_pack.QtChLM/_new  2013-08-04 23:52:50.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
+BuildRequires:  rubygem-ruby-dbus
 BuildRequires:  sablot
 BuildRequires:  sgml-skel
 BuildRequires:  swig
@@ -41,9 +42,9 @@
 BuildRequires:  yast2-testsuite >= 2.19.0
 Requires:   libstorage4 >= 2.24.0
 Requires:   perl = %{perl_version}
+Requires:   rubygem-ruby-dbus
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3
-Requires:   yast2-dbus-client >= 2.22.0
 Requires:   yast2-libyui >= 2.18.7
 Requires:   yast2-perl-bindings
 %ifarch s390 s390x

++ yast2-storage-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.0/Makefile.am.common 
new/yast2-storage-3.0.0/Makefile.am.common
--- old/yast2-storage-3.0.0/Makefile.am.common  2013-07-31 11:00:48.0 
+0200
+++ new/yast2-storage-3.0.0/Makefile.am.common  2013-08-02 17:29:14.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -42,6 +42,20 @@
  else \
echo "Syntax check disabled"; \
  fi; \
+   fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo "Syntax check disabled"; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.0/configure.ac 
new/yast2-storage-3.0.0/configure.ac
--- old/yast2-storage-3.0.0/configure.ac2013-07-31 11:00:48.0 
+0200
+++ new/yast2-storage-3.0.0/configure.ac2013-08-02 17:29:12.0 
+0200
@@ -1,6 +1,6 @@
 dnl configure.ac for yast2-storage
 dnl
-dnl -- This file is generated by y2autoconf 2.24.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.1 - DO NOT EDIT! --
 dnl(edit configure.ac.in or configure.in.in instead)
 
 AC_INIT(yast2-storage, 3.0.0, http://bugs.opensuse.org/, yast2-storage)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.0/src/Makefile.in 
new/yast2-storage-3.0.0/src/Makefile.in
--- old/yast2-storage-3.0.0/src/Makefile.in 2013-07-31 11:01:01.0 
+0200
+++ new/yast2-storage-3.0.0/src/Makefile.in 2013-08-02 17:29:27.0 
+0200
@@ -840,10 +840,10 @@
rm ${NEWDEP}
 
 dist-hook: check-syntax
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfil

commit yast2-storage for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-08-01 11:10:11

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  
2013-07-29 09:27:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-08-01 11:10:13.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:42:39 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-storage-2.24.6.tar.bz2

New:

  yast2-storage-3.0.0.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.XdHuDv/_old  2013-08-01 11:10:14.0 +0200
+++ /var/tmp/diff_new_pack.XdHuDv/_new  2013-08-01 11:10:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.6
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +62,8 @@
 Obsoletes:  yast2-trans-inst-partitioning
 Provides:   y2t_inst-partitioning
 Obsoletes:  y2t_inst-partitioning
+Requires:   yast2-ruby-bindings >= 1.0.0
+
 Summary:YaST2 - Storage Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -108,21 +110,21 @@
 
 # storage
 %dir /usr/share/YaST2/include/partitioning
-/usr/share/YaST2/include/partitioning/*.ycp
-/usr/share/YaST2/clients/inst_custom_part.ycp
-/usr/share/YaST2/clients/inst_resize_ui.ycp
-/usr/share/YaST2/clients/inst_resize_dialog.ycp
-/usr/share/YaST2/clients/inst_disk.ycp
-/usr/share/YaST2/clients/inst_target_part.ycp
-/usr/share/YaST2/clients/inst_disk_proposal.ycp
-/usr/share/YaST2/clients/inst_target_selection.ycp
-/usr/share/YaST2/clients/inst_prepdisk.ycp
-/usr/share/YaST2/clients/storage_finish.ycp
-/usr/share/YaST2/clients/partitions_proposal.ycp
-/usr/share/YaST2/clients/storage.ycp
-/usr/share/YaST2/clients/disk.ycp
-/usr/share/YaST2/clients/disk_worker.ycp
-/usr/share/YaST2/clients/multipath-simple.ycp
+/usr/share/YaST2/include/partitioning/*.rb
+/usr/share/YaST2/clients/inst_custom_part.rb
+/usr/share/YaST2/clients/inst_resize_ui.rb
+/usr/share/YaST2/clients/inst_resize_dialog.rb
+/usr/share/YaST2/clients/inst_disk.rb
+/usr/share/YaST2/clients/inst_target_part.rb
+/usr/share/YaST2/clients/inst_disk_proposal.rb
+/usr/share/YaST2/clients/inst_target_selection.rb
+/usr/share/YaST2/clients/inst_prepdisk.rb
+/usr/share/YaST2/clients/storage_finish.rb
+/usr/share/YaST2/clients/partitions_proposal.rb
+/usr/share/YaST2/clients/storage.rb
+/usr/share/YaST2/clients/disk.rb
+/usr/share/YaST2/clients/disk_worker.rb
+/usr/share/YaST2/clients/multipath-simple.rb
 /usr/share/YaST2/modules/*
 /var/adm/fillup-templates/sysconfig.storage-yast2-storage
 
@@ -153,6 +155,7 @@
 Requires:   libstdc++-devel
 Requires:   yast2-storage = %version
 Requires:   libstorage-devel = %(echo `rpm -q --queryformat '%{VERSION}' 
libstorage-devel`)
+
 Summary:YaST2 - Storage Library Headers and Documentation
 Group:  Development/Libraries/YaST
 

++ yast2-storage-2.24.6.tar.bz2 -> yast2-storage-3.0.0.tar.bz2 ++
 108738 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-07-29 09:27: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  
2013-07-16 16:32:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-07-29 09:27:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 23 17:32:05 CEST 2013 - f...@suse.de
+
+- avoid usage of overloaded function LibStorage::initDefaultLogger
+
+---



Other differences:
--
++ yast2-storage-2.24.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/Makefile.am 
new/yast2-storage-2.24.6/Makefile.am
--- old/yast2-storage-2.24.6/Makefile.am2013-07-11 17:39:59.0 
+0200
+++ new/yast2-storage-2.24.6/Makefile.am2013-07-24 11:58:19.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi >/dev/null; \
+   cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
[ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/Makefile.am.common 
new/yast2-storage-2.24.6/Makefile.am.common
--- old/yast2-storage-2.24.6/Makefile.am.common 2013-07-11 17:39:59.0 
+0200
+++ new/yast2-storage-2.24.6/Makefile.am.common 2013-07-24 11:58:18.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(client_DATA)"; then \
+   @if test "$(filter %.ycp,client_DATA)"; then \
  if $(CHECK_SYNTAX); then \
TO_CHECK="$(filter %.ycp,$^)"; \
echo "Checking syntax of $${TO_CHECK}"; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/Makefile.in 
new/yast2-storage-2.24.6/Makefile.in
--- old/yast2-storage-2.24.6/Makefile.in2013-07-11 17:40:12.0 
+0200
+++ new/yast2-storage-2.24.6/Makefile.in2013-07-24 11:58:30.0 
+0200
@@ -69,7 +69,7 @@
 am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
$(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
$(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
-   $(top_srcdir)/configure.in
+   $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -1069,19 +1069,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi >/dev/null; \
+   cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
[ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore'

commit yast2-storage for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-07-16 16:32:51

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  
2013-07-07 22:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-07-16 16:32:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 11 17:21:35 CEST 2013 - f...@suse.de
+
+- prevent usage of mount-by-device instead of default mount-by-id
+  after encryption was set on and off again (bnc#827481)
+
+---



Other differences:
--
++ yast2-storage-2.24.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/Makefile.am 
new/yast2-storage-2.24.6/Makefile.am
--- old/yast2-storage-2.24.6/Makefile.am2013-07-04 15:56:04.0 
+0200
+++ new/yast2-storage-2.24.6/Makefile.am2013-07-11 17:39:59.0 
+0200
@@ -158,14 +158,19 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-# check if there is no modified files and all commits were pushed
-check-up-to-date:
-   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
- (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
+check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
+   if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
+   else \
+ cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
fi
 
 check-tagversion:
-   cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
+   @if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
+   else \
+ cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \
+   fi >/dev/null; \
[ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/Makefile.am.common 
new/yast2-storage-2.24.6/Makefile.am.common
--- old/yast2-storage-2.24.6/Makefile.am.common 2013-07-04 15:56:04.0 
+0200
+++ new/yast2-storage-2.24.6/Makefile.am.common 2013-07-11 17:39:59.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+   @if test "$(client_DATA)"; then \
  if $(CHECK_SYNTAX); then \
TO_CHECK="$(filter %.ycp,$^)"; \
echo "Checking syntax of $${TO_CHECK}"; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/Makefile.in 
new/yast2-storage-2.24.6/Makefile.in
--- old/yast2-storage-2.24.6/Makefile.in2013-07-04 15:56:16.0 
+0200
+++ new/yast2-storage-2.24.6/Makefile.in2013-07-11 17:40:12.0 
+0200
@@ -1069,14 +1069,19 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-# check if there is no modified files and all commits were pushed
-check-up-to-date:
-   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
- (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
+check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
+   if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
+   else \
+ cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
fi
 
 check-tagversion:
-   cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
+   @if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
+   else \
+ cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \
+   fi >/dev/null; \
[ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.6/configure.in 
new/yast2-storage-2.24.6/configure.in
--- old/yast2-storage-2.24.6/configure.in   2013-07-04 15:56:04.0 
+0200
+++ new/yast2-storage-2.24.6/configure.in   2013-07-11 17:39:59.0 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-storage
 dnl
-dnl -- This file is generat

commit yast2-storage for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-07-07 22:28:39

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  
2013-07-03 10:28:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-07-07 22:28:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul  4 15:44:32 CEST 2013 - f...@suse.de
+
+- version 2.24.6
+- when encrypted LVM and EFI is used, propose two unencrypted
+  partitions, one vfat at /boot/efi, one ext4 at /boot (bnc#808017)
+
+---

Old:

  yast2-storage-2.24.5.tar.bz2

New:

  yast2-storage-2.24.6.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.NtUA74/_old  2013-07-07 22:28:42.0 +0200
+++ /var/tmp/diff_new_pack.NtUA74/_new  2013-07-07 22:28:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.5
+Version:2.24.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.24.5.tar.bz2 -> yast2-storage-2.24.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.5/VERSION 
new/yast2-storage-2.24.6/VERSION
--- old/yast2-storage-2.24.5/VERSION2013-07-01 12:44:06.0 +0200
+++ new/yast2-storage-2.24.6/VERSION2013-07-04 15:55:57.0 +0200
@@ -1 +1 @@
-2.24.5
+2.24.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.5/configure 
new/yast2-storage-2.24.6/configure
--- old/yast2-storage-2.24.5/configure  2013-07-02 12:08:47.0 +0200
+++ new/yast2-storage-2.24.6/configure  2013-07-04 15:56:14.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.5.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.6.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.24.5'
-PACKAGE_STRING='yast2-storage 2.24.5'
+PACKAGE_VERSION='2.24.6'
+PACKAGE_STRING='yast2-storage 2.24.6'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 2.24.5 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.24.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 2.24.5:";;
+ short | recursive ) echo "Configuration of yast2-storage 2.24.6:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 2.24.5
+yast2-storage configure 2.24.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.24.5, which was
+It was created by yast2-storage $as_me 2.24.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.24.5'
+ VERSION='2.24.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION="2.24.5"
+VERSION="2.24.6"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell "
 
@@ -16825,7 +16825,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-storage $as_me 2.24.5, which was
+This file was extended by yast2-storage $as_me 2.24.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16891,7 +16891,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2-storage config.status 2.24.5
+yast2-storage config.status 2.24.6
 configured by $0, generated by GNU Autoconf 2.69,
 

commit yast2-storage for openSUSE:Factory

2013-07-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-07-03 10:28:53

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  
2013-06-13 22:58:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-07-03 10:28:54.0 +0200
@@ -1,0 +2,30 @@
+Mon Jul  1 12:24:56 CEST 2013 - f...@suse.de
+
+- version 2.24.5
+- increase proposed size for /boot to 400M (bnc#826981)
+
+---
+Thu Jun 27 11:25:40 UTC 2013 - lsle...@suse.cz
+
+- installation - if /mnt/proc and /mnt/sys directories do not exist
+  then create them before mounting (gh#yast/yast-storage#5)
+- 2.24.4
+
+---
+Wed Jun 26 18:00:19 CEST 2013 - f...@suse.de
+
+- fix encrypted volumes on multiple disks via autoyast (bnc#826384)
+
+---
+Thu Jun 20 05:44:41 UTC 2013 - lsle...@suse.cz
+
+- Ruby transition compatibility (removed unnecessary *.exp files,
+  removed y2internal() from finishParameters)
+- 2.24.3
+
+---
+Tue Jun 18 18:52:26 CEST 2013 - f...@suse.de
+
+- remove obsolete check about not using btrfs for /boot 
+
+---

Old:

  yast2-storage-2.24.2.tar.bz2

New:

  yast2-storage-2.24.5.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.xJkpuc/_old  2013-07-03 10:28:55.0 +0200
+++ /var/tmp/diff_new_pack.xJkpuc/_new  2013-07-03 10:28:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.2
+Version:2.24.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.24.2.tar.bz2 -> yast2-storage-2.24.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.2/VERSION 
new/yast2-storage-2.24.5/VERSION
--- old/yast2-storage-2.24.2/VERSION2013-06-10 14:25:57.0 +0200
+++ new/yast2-storage-2.24.5/VERSION2013-07-01 12:44:06.0 +0200
@@ -1 +1 @@
-2.24.2
+2.24.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.24.2/bindings/src/StorageCallbacks.cc 
new/yast2-storage-2.24.5/bindings/src/StorageCallbacks.cc
--- old/yast2-storage-2.24.2/bindings/src/StorageCallbacks.cc   2013-01-22 
12:12:36.0 +0100
+++ new/yast2-storage-2.24.5/bindings/src/StorageCallbacks.cc   2013-06-20 
11:15:54.0 +0200
@@ -156,7 +156,6 @@
 
 bool Y2StorageCallbackFunction::finishParameters ()
 {
-y2internal ("finishParameters not implemented");
 return true;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.2/configure 
new/yast2-storage-2.24.5/configure
--- old/yast2-storage-2.24.2/configure  2013-06-10 14:26:14.0 +0200
+++ new/yast2-storage-2.24.5/configure  2013-07-02 12:08:47.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.2.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.5.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.24.2'
-PACKAGE_STRING='yast2-storage 2.24.2'
+PACKAGE_VERSION='2.24.5'
+PACKAGE_STRING='yast2-storage 2.24.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 2.24.2 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.24.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 2.24.2:";;
+ short | recursive ) echo "Configuration of yast2-storage 2.24.5:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 2.24.2
+yast2-storage configure 2.24.5
 generated by 

commit yast2-storage for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-06-13 22:58:14

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  
2013-06-05 13:26:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-06-13 22:58:15.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 10 12:22:26 CEST 2013 - f...@suse.de
+
+- version 2.24.2
+- do not add "/proc", "/sys", ... to fstab any more and remove
+  these fstab entries during update, they are handled by systemd
+  (bnc#823903)
+
+---

Old:

  yast2-storage-2.24.1.tar.bz2

New:

  yast2-storage-2.24.2.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.vqfEho/_old  2013-06-13 22:58:17.0 +0200
+++ /var/tmp/diff_new_pack.vqfEho/_new  2013-06-13 22:58:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.1
+Version:2.24.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.24.1.tar.bz2 -> yast2-storage-2.24.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.1/VERSION 
new/yast2-storage-2.24.2/VERSION
--- old/yast2-storage-2.24.1/VERSION2013-04-16 18:16:37.0 +0200
+++ new/yast2-storage-2.24.2/VERSION2013-06-10 14:25:57.0 +0200
@@ -1 +1 @@
-2.24.1
+2.24.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.1/configure 
new/yast2-storage-2.24.2/configure
--- old/yast2-storage-2.24.1/configure  2013-05-28 14:23:49.0 +0200
+++ new/yast2-storage-2.24.2/configure  2013-06-10 14:26:14.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.1.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.24.1'
-PACKAGE_STRING='yast2-storage 2.24.1'
+PACKAGE_VERSION='2.24.2'
+PACKAGE_STRING='yast2-storage 2.24.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 2.24.1 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.24.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 2.24.1:";;
+ short | recursive ) echo "Configuration of yast2-storage 2.24.2:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 2.24.1
+yast2-storage configure 2.24.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.24.1, which was
+It was created by yast2-storage $as_me 2.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.24.1'
+ VERSION='2.24.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION="2.24.1"
+VERSION="2.24.2"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell "
 
@@ -16825,7 +16825,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-storage $as_me 2.24.1, which was
+This file was extended by yast2-storage $as_me 2.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16891,7 +16891,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2-storage config.status 2.24.1
+yast2-storage config.status 2.24.2
 configured by $0, generated by GNU Au

commit yast2-storage for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-06-05 13:26:44

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  
2013-04-17 23:19:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-06-05 13:26:47.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 17 16:57:27 CEST 2013 - aschn...@suse.de
+
+- fixed target-map update if no disks are present (bnc#815259)
+
+---
+Wed Apr 17 16:05:25 CEST 2013 - f...@suse.de
+
+- prevent unexpected popup during proposal (bnc#814550)
+
+---
+Wed Apr 17 12:59:57 CEST 2013 - aschn...@suse.de
+
+- mark message for translation (bnc#803928)
+
+---



Other differences:
--
++ yast2-storage-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.24.1/storage/src/inst_target_part.ycp 
new/yast2-storage-2.24.1/storage/src/inst_target_part.ycp
--- old/yast2-storage-2.24.1/storage/src/inst_target_part.ycp   2013-03-14 
18:06:37.0 +0100
+++ new/yast2-storage-2.24.1/storage/src/inst_target_part.ycp   2013-05-13 
15:47:29.0 +0200
@@ -23,7 +23,7 @@
  * Module: inst_target_part.ycp
  *
  * Authors:Andreas Schwab (sch...@suse.de)
- * Klaus K�mpf (kkae...@suse.de)
+ * Klaus Kämpf (kkae...@suse.de)
  *
  * Purpose:This module ask the user which partition to use:
  * -Determing possible partitions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp 
new/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp
--- old/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp 2013-03-14 
18:06:38.0 +0100
+++ new/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp 2013-04-17 
13:01:36.0 +0200
@@ -814,7 +814,7 @@
 string text = "";
 if( expert_partitioner )
{
-   text = sformat( "Operation not permitted on disk %1 !\n", 
disk["device"]:"" );
+   text = sformat(_("Operation not permitted on disk %1.\n"), 
disk["device"]:"");
}
 
 if (!disk["has_fake_partition"]:false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.1/storage/src/modules/Storage.ycp 
new/yast2-storage-2.24.1/storage/src/modules/Storage.ycp
--- old/yast2-storage-2.24.1/storage/src/modules/Storage.ycp2013-04-16 
18:16:37.0 +0200
+++ new/yast2-storage-2.24.1/storage/src/modules/Storage.ycp2013-04-17 
17:01:36.0 +0200
@@ -4085,8 +4085,7 @@
});
}
y2milestone ("probing done" );
-   if( size(tmp)>0 )
-   {
+
probe_done = true;
changed = true;
foreach (string dev, map disk, tmp, {
@@ -4127,7 +4126,6 @@
tmp = AskCryptPasswords( tmp );
}
StorageMap[targets_key] = tmp;
-   }
}
 if( changed )
{
@@ -4700,7 +4698,7 @@
}
}
 
-if (ret && substring(disk["device"]:"", 0, 9) == "/dev/dasd")
+if (ret && verbose && substring(disk["device"]:"", 0, 9) == "/dev/dasd")
 {
if (find(map partition, disk["partitions"]:[], {
return partition["device"]:"" != p["device"]:"" &&

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-storage for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-04-17 23:19:20

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-04-03 23:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-04-17 23:19:22.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 16 16:45:12 CEST 2013 - f...@suse.de
+
+- version 2.24.1
+- add Storage::GetDetectedDiskPaths() to have a fast way to detect 
+  present disks without having to do complete scan of storage 
+  subsystem (bnc#810823)
+
+---
+Mon Apr 15 16:00:02 CEST 2013 - aschn...@suse.de
+
+- reserve even more space for buttons (bnc#720839)
+
+---
+Thu Apr 11 16:05:51 CEST 2013 - aschn...@suse.de
+
+- added minimal command-line support
+
+---
+Tue Apr  9 16:56:49 CEST 2013 - f...@suse.de
+
+- consider xen block device for update (bnc#808996)
+
+---

Old:

  yast2-storage-2.24.0.tar.bz2

New:

  yast2-storage-2.24.1.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.aXd5Vt/_old  2013-04-17 23:19:23.0 +0200
+++ /var/tmp/diff_new_pack.aXd5Vt/_new  2013-04-17 23:19:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.0
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.23.1
+BuildRequires:  libstorage-devel >= 2.24.0
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -39,7 +39,7 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:   libstorage4 >= 2.23.8
+Requires:   libstorage4 >= 2.24.0
 Requires:   perl = %{perl_version}
 Requires:   yast2 >= 2.19.4
 Requires:   yast2-core >= 2.18.3

++ yast2-storage-2.24.0.tar.bz2 -> yast2-storage-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.0/Makefile.am 
new/yast2-storage-2.24.1/Makefile.am
--- old/yast2-storage-2.24.0/Makefile.am2013-03-26 17:48:43.0 
+0100
+++ new/yast2-storage-2.24.1/Makefile.am2013-04-16 18:16:46.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo "ERROR: Source is not commited and pushed. See `git status`"; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi >/dev/null; \
+   cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \
[ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.0/Makefile.am.common 
new/yast2-storage-2.24.1/Makefile.am.common
--- old/yast2-storage-2.24.0/Makefile.am.common 2013-03-26 17:48:43.0 
+0100
+++ new/yast2-storage-2.24.1/Makefile.am.common 2013-04-16 18:16:46.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(client_DATA)"; then \
+   @if test "$(filter %.ycp,client_DATA)"; then \
  if $(CHECK_SYNTAX); then \
TO_CHECK="$(filter %.ycp,$^)"; \
echo "Checking syntax of $${TO_CHECK}"; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.0/Makefile.in 
new/yast2-storage-2.24.1/Makefile.in
--- old/yast2-

commit yast2-storage for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-04-03 23:46:55

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-03-05 16:38:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-04-03 23:46:56.0 +0200
@@ -1,0 +2,28 @@
+Tue Mar 26 13:00:10 CET 2013 - f...@suse.de
+
+- allow mountby id in /etc/fstab for md devices (bnc#811619)
+
+---
+Wed Mar 20 16:37:24 CET 2013 - aschn...@suse.de
+
+- use consistent wording in messages (bnc#808541)
+
+---
+Tue Mar 19 18:41:08 CET 2013 - f...@suse.de
+
+- give more meaningful error message when resize is not supported
+  by underlying partition, e.g. on DASD (bnc#808721)
+
+---
+Thu Mar 14 14:50:41 CET 2013 - f...@suse.de
+
+- version 2.24.0
+- do not suggest to format /boot/efi in fstab import (bnc#809853)
+- button to demand swap suited for suspend to proposal (bnc#809190)
+
+---
+Tue Mar 12 14:20:20 CET 2013 - f...@suse.de
+
+- do not use codepage= option when mounting EFI boot (bnc#808028)
+
+---

Old:

  yast2-storage-2.23.9.tar.bz2

New:

  yast2-storage-2.24.0.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.YTE8s7/_old  2013-04-03 23:46:57.0 +0200
+++ /var/tmp/diff_new_pack.YTE8s7/_new  2013-04-03 23:46:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.23.9
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.23.9.tar.bz2 -> yast2-storage-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.9/VERSION 
new/yast2-storage-2.24.0/VERSION
--- old/yast2-storage-2.23.9/VERSION2013-03-05 12:13:35.0 +0100
+++ new/yast2-storage-2.24.0/VERSION2013-03-14 18:18:30.0 +0100
@@ -1 +1 @@
-2.23.9
+2.24.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.9/configure 
new/yast2-storage-2.24.0/configure
--- old/yast2-storage-2.23.9/configure  2013-03-05 12:37:37.0 +0100
+++ new/yast2-storage-2.24.0/configure  2013-03-26 17:48:54.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.9.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.23.9'
-PACKAGE_STRING='yast2-storage 2.23.9'
+PACKAGE_VERSION='2.24.0'
+PACKAGE_STRING='yast2-storage 2.24.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 2.23.9 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.24.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 2.23.9:";;
+ short | recursive ) echo "Configuration of yast2-storage 2.24.0:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 2.23.9
+yast2-storage configure 2.24.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.23.9, which was
+It was created by yast2-storage $as_me 2.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.23.9'
+ VERSION='2.24.0'
 
 
 

commit yast2-storage for openSUSE:Factory

2013-03-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-03-05 16:38:00

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is "yast2-storage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-03-01 09:11:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-03-05 16:38:01.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 04 14:43:34 CET 2013 - aschn...@suse.de
+
+- version 2.23.9
+- deactivate RAID before calling storage configuration clients
+  from expert partitioner (bnc#806454)
+
+---
+Mon Mar 04 11:29:52 CET 2013 - aschn...@suse.de
+
+- fixed clone disk function (bnc#801997)
+
+---

Old:

  yast2-storage-2.23.8.tar.bz2

New:

  yast2-storage-2.23.9.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.d0ftAE/_old  2013-03-05 16:38:02.0 +0100
+++ /var/tmp/diff_new_pack.d0ftAE/_new  2013-03-05 16:38:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.23.8
+Version:2.23.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.23.8.tar.bz2 -> yast2-storage-2.23.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.8/VERSION 
new/yast2-storage-2.23.9/VERSION
--- old/yast2-storage-2.23.8/VERSION2013-02-28 15:52:58.0 +0100
+++ new/yast2-storage-2.23.9/VERSION2013-03-05 12:13:35.0 +0100
@@ -1 +1 @@
-2.23.8
+2.23.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.8/configure 
new/yast2-storage-2.23.9/configure
--- old/yast2-storage-2.23.8/configure  2013-02-28 15:53:20.0 +0100
+++ new/yast2-storage-2.23.9/configure  2013-03-05 12:37:37.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.8.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.9.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.23.8'
-PACKAGE_STRING='yast2-storage 2.23.8'
+PACKAGE_VERSION='2.23.9'
+PACKAGE_STRING='yast2-storage 2.23.9'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 2.23.8 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.23.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 2.23.8:";;
+ short | recursive ) echo "Configuration of yast2-storage 2.23.9:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 2.23.8
+yast2-storage configure 2.23.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.23.8, which was
+It was created by yast2-storage $as_me 2.23.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.23.8'
+ VERSION='2.23.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION="2.23.8"
+VERSION="2.23.9"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell "
 
@@ -16825,7 +16825,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-storage $as_me 2.23.8, which was
+This file was extended by yast2-storage $as_me 2.23.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16891,7 +16891,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's

  1   2   >