Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2015-04-22 01:17:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-bootloader"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2015-04-12 00:09:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2015-04-22 01:17:41.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 14 14:50:43 CEST 2015 - [email protected]
+
+- While calling AutoYaST clone_system libStorage has to be set
+  to "normal" mode in order to read mountpoints correctly.
+- 3.1.127
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-3.1.126.tar.bz2

New:
----
  yast2-bootloader-3.1.127.tar.bz2

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.qSXrIA/_old  2015-04-22 01:17:42.000000000 +0200
+++ /var/tmp/diff_new_pack.qSXrIA/_new  2015-04-22 01:17:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        3.1.126
+Version:        3.1.127
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-bootloader-3.1.126.tar.bz2 -> yast2-bootloader-3.1.127.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.1.126/CONTRIBUTING.md 
new/yast2-bootloader-3.1.127/CONTRIBUTING.md
--- old/yast2-bootloader-3.1.126/CONTRIBUTING.md        2015-04-09 
15:22:08.000000000 +0200
+++ new/yast2-bootloader-3.1.127/CONTRIBUTING.md        2015-04-21 
12:02:08.000000000 +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-bootloader-3.1.126/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.127/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.126/package/yast2-bootloader.changes       
2015-04-09 15:22:08.000000000 +0200
+++ new/yast2-bootloader-3.1.127/package/yast2-bootloader.changes       
2015-04-21 12:02:08.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Apr 14 14:50:43 CEST 2015 - [email protected]
+
+- While calling AutoYaST clone_system libStorage has to be set
+  to "normal" mode in order to read mountpoints correctly.
+- 3.1.127
+
+-------------------------------------------------------------------
 Thu Apr  9 13:15:02 UTC 2015 - [email protected]
 
 - fix abort when importing bootloader values in autoyast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.126/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.127/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.126/package/yast2-bootloader.spec  2015-04-09 
15:22:08.000000000 +0200
+++ new/yast2-bootloader-3.1.127/package/yast2-bootloader.spec  2015-04-21 
12:02:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        3.1.126
+Version:        3.1.127
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.1.126/src/modules/Bootloader.rb 
new/yast2-bootloader-3.1.127/src/modules/Bootloader.rb
--- old/yast2-bootloader-3.1.126/src/modules/Bootloader.rb      2015-04-09 
15:22:08.000000000 +0200
+++ new/yast2-bootloader-3.1.127/src/modules/Bootloader.rb      2015-04-21 
12:02:08.000000000 +0200
@@ -173,7 +173,15 @@
 
       getLoaderType
 
+      # While calling AutoYaST clone_system libStorage
+      # has to be set to "normal" mode in order to read
+      # mountpoints correctly
+      old_mode = Mode.mode
+      Mode.SetMode("normal") if Mode.config
+
       BootCommon.DetectDisks
+      Mode.SetMode(old_mode) if old_mode == "autoinst_config"
+
       Progress.NextStage
       return false if testAbort
 


Reply via email to