Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-03-05 07:25:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2013-03-01 
10:48:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-03-05 
07:25:46.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Mar  4 11:49:58 CET 2013 - [email protected]
+
+- v5.04.58 released
+  
+-------------------------------------------------------------------
+Mon Mar  4 10:00:02 CET 2013 - [email protected]
+  
+- if secure boot is enabled it's required to tell that
+  in /etc/default/grub to make grub2-mkconfig produce
+  correct results
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.98IwRz/_old  2013-03-05 07:25:50.000000000 +0100
+++ /var/tmp/diff_new_pack.98IwRz/_new  2013-03-05 07:25:50.000000000 +0100
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.04.57
+Version:        5.04.58
 Release:        0
 # requirements to build packages
 BuildRequires:  e2fsprogs

++++++ kiwi.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2013-02-21 15:51:36.000000000 +0100
+++ new/kiwi/.revision  2013-02-21 15:51:36.000000000 +0100
@@ -1 +1 @@
-a4f7b2026b3f3a6dd0ae78b97c3419e160869720
+2c8e590b9ab73d5b97e3f24d91d257dddd61c886
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm     2013-03-01 09:57:40.000000000 +0100
+++ new/kiwi/modules/KIWIGlobals.pm     2013-03-04 11:50:55.000000000 +0100
@@ -934,7 +934,7 @@
        # Globals (generic)
        #------------------------------------------
        my %data;
-       $data{Version}         = "5.04.57";
+       $data{Version}         = "5.04.58";
        $data{Publisher}       = "SUSE LINUX GmbH";
        $data{Preparer}        = "KIWI - http://opensuse.github.com/kiwi";;
        $data{ConfigName}      = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILinuxRC.sh 
new/kiwi/modules/KIWILinuxRC.sh
--- old/kiwi/modules/KIWILinuxRC.sh     2013-02-28 12:43:42.000000000 +0100
+++ new/kiwi/modules/KIWILinuxRC.sh     2013-03-04 11:50:55.000000000 +0100
@@ -2571,6 +2571,13 @@
                GRUB_TERMINAL=gfxterm
        EOF
        #======================================
+       # activate secure boot if required
+       #--------------------------------------
+       if [ "$kiwi_firmware" = "uefi" ];then
+               echo "GRUB_USE_LINUXEFI=true"  >> $inst_default_grub
+               echo "GRUB_USE_INITRDEFI=true" >> $inst_default_grub
+       fi
+       #======================================
        # write vesa vga setup
        #--------------------------------------
        if [ ! -z "${vesa[$vga]}" ];then

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

Reply via email to