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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 2015-08-10 09:09:46.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 7 07:41:05 UTC 2015 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.xHG1ue/_new 2015-08-10 09:09:47.000000000 +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.yml 2015-07-23 16:18:10.000000000 +0200 +++ new/yast2-storage-3.1.65/.travis.yml 2015-08-07 13:38:09.000000000 +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.000000000 +0200 +++ new/yast2-storage-3.1.65/package/yast2-storage.changes 2015-08-07 13:38:09.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Aug 7 07:41:05 UTC 2015 - [email protected] + +- Fix special /boot handling on custom partitioning (bsc#940374) +- 3.1.65 + +------------------------------------------------------------------- Thu Jul 23 11:44:42 CEST 2015 - [email protected] - 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.000000000 +0200 +++ new/yast2-storage-3.1.65/package/yast2-storage.spec 2015-08-07 13:38:09.000000000 +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.000000000 +0200 +++ new/yast2-storage-3.1.65/src/include/partitioning/ep-main.rb 2015-08-07 13:38:09.000000000 +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
