Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2014-02-20 06:23:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tboot (Old)
 and      /work/SRC/openSUSE:Factory/.tboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tboot/tboot.changes      2014-02-02 
07:40:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2014-02-20 
06:23:39.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 19 16:05:10 UTC 2014 - meiss...@suse.com
+
+- fixed path for /usr/share/grub2/grub-mkconfig_lib in our grub2
+  snippets. (bnc#864633)
+
+-------------------------------------------------------------------

New:
----
  tboot-grub2-suse.patch

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

Other differences:
------------------
++++++ tboot.spec ++++++
--- /var/tmp/diff_new_pack.pgeQvY/_old  2014-02-20 06:23:40.000000000 +0100
+++ /var/tmp/diff_new_pack.pgeQvY/_new  2014-02-20 06:23:40.000000000 +0100
@@ -26,6 +26,7 @@
 Url:            http://sourceforge.net/projects/tboot/
 Source0:        
http://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz
 Patch0:         tboot-fix.patch
+Patch1:         tboot-grub2-suse.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl-devel
 BuildRequires:  trousers-devel
@@ -40,6 +41,7 @@
 %prep
 %setup -q -n %name-%ver
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ tboot-grub2-suse.patch ++++++
Index: tboot-1.8.0/tboot/20_linux_tboot
===================================================================
--- tboot-1.8.0.orig/tboot/20_linux_tboot
+++ tboot-1.8.0/tboot/20_linux_tboot
@@ -21,8 +21,8 @@ prefix=/usr
 exec_prefix=${prefix}
 bindir=${exec_prefix}/bin
 libdir=${exec_prefix}/lib
-if test -e /usr/share/grub/grub-mkconfig_lib; then
-  . /usr/share/grub/grub-mkconfig_lib
+if test -e /usr/share/grub2/grub-mkconfig_lib; then
+  . /usr/share/grub2/grub-mkconfig_lib
 elif test -e ${libdir}/grub/grub-mkconfig_lib; then
   . ${libdir}/grub/grub-mkconfig_lib
 fi
Index: tboot-1.8.0/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.8.0.orig/tboot/20_linux_xen_tboot
+++ tboot-1.8.0/tboot/20_linux_xen_tboot
@@ -21,8 +21,8 @@ prefix=/usr
 exec_prefix=${prefix}
 bindir=${exec_prefix}/bin
 libdir=${exec_prefix}/lib
-if test -e /usr/share/grub/grub-mkconfig_lib; then
-  . /usr/share/grub/grub-mkconfig_lib
+if test -e /usr/share/grub2/grub-mkconfig_lib; then
+  . /usr/share/grub2/grub-mkconfig_lib
 elif test -e ${libdir}/grub/grub-mkconfig_lib; then
   . ${libdir}/grub/grub-mkconfig_lib
 fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to