Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-07-07 22:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes    2013-06-28 
11:50:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes       
2013-07-07 22:18:31.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul  3 12:49:31 CEST 2013 - [email protected]
+
+- allow to fake EFI detection with env var LIBSTORAGE_ENFORCE_EFI
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libstorage-2.24.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/AppUtil.cc 
new/libstorage-2.24.1/storage/AppUtil.cc
--- old/libstorage-2.24.1/storage/AppUtil.cc    2013-03-11 18:16:32.000000000 
+0100
+++ new/libstorage-2.24.1/storage/AppUtil.cc    2013-07-04 11:10:52.000000000 
+0200
@@ -706,7 +706,6 @@
     {
     y2mil( "Arch:" << arch << " Instsys:" << instsys );
     list<string> ign;
-    list<string> s390;
     const char* pathes[] = { 
 #include "./gen_pathlist.cc"
                            };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/ArchInfo.cc 
new/libstorage-2.24.1/storage/ArchInfo.cc
--- old/libstorage-2.24.1/storage/ArchInfo.cc   2013-03-05 12:16:50.000000000 
+0100
+++ new/libstorage-2.24.1/storage/ArchInfo.cc   2013-07-03 12:50:52.000000000 
+0200
@@ -115,7 +115,8 @@
        }
        else
        {
-           is_efiboot = checkDir( "/sys/firmware/efi/vars" );
+           is_efiboot = checkDir( "/sys/firmware/efi/vars" ) ||
+                        getenv("LIBSTORAGE_ENFORCE_EFI")!=NULL;
        }
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/gen_md5sum.cc 
new/libstorage-2.24.1/storage/gen_md5sum.cc
--- old/libstorage-2.24.1/storage/gen_md5sum.cc 2013-06-19 12:41:44.000000000 
+0200
+++ new/libstorage-2.24.1/storage/gen_md5sum.cc 2013-07-04 11:17:27.000000000 
+0200
@@ -1,5 +1,5 @@
-#define SOURCES_MD5SUM   "7a7c73b36739330d1e0b8631b9b422a0"
-#define SOURCES_MD5_DATE " Wed Jun 19 12:41:44 CEST 2013 "
+#define SOURCES_MD5SUM   "fae6721060325cccfb77feebdc3e7763"
+#define SOURCES_MD5_DATE " Thu Jul 4 11:17:27 CEST 2013 "
 namespace storage
 {
 const char* GetSourceMd5() { return SOURCES_MD5SUM; }

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

Reply via email to