commit tboot for openSUSE:Factory
Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2014-05-02 14:03:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-20 06:23:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2014-05-02 14:03:34.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 30 08:42:27 UTC 2014 - meissner@suse.com + +- tboot-cs381.patch: generate tboot entries correctly, from Intel. + bnc#875581 + +------------------------------------------------------------------- New: ---- tboot-cs381.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.7oLMRb/_old 2014-05-02 14:03:35.000000000 +0200 +++ /var/tmp/diff_new_pack.7oLMRb/_new 2014-05-02 14:03:35.000000000 +0200 @@ -27,6 +27,7 @@ Source0: http://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz Patch0: tboot-fix.patch Patch1: tboot-grub2-suse.patch +Patch2: tboot-cs381.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: openssl-devel BuildRequires: trousers-devel @@ -42,6 +43,7 @@ %setup -q -n %name-%ver %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ tboot-cs381.patch ++++++ # HG changeset patch # User Gang Wei <gang.wei@intel.com> # Date 1398749209 -28800 # Tue Apr 29 13:26:49 2014 +0800 # Node ID 0883c5da94978917c81e654cabbf734e82a33b23 # Parent acfeeead17db852d23631a3dd0ec8a29836fce2d Fix grub cfg file generation scripts for SLES12 Signed-off-by: Gang Wei <gang.wei@intel.com> diff -r acfeeead17db -r 0883c5da9497 tboot/20_linux_tboot --- a/tboot/20_linux_tboot Tue Apr 22 14:00:56 2014 +0800 +++ b/tboot/20_linux_tboot Tue Apr 29 13:26:49 2014 +0800 @@ -44,11 +44,6 @@ case ${GRUB_DEVICE} in /dev/loop/*|/dev/loop[0-9]) GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"` - # We can't cope with devices loop-mounted from files here. - case ${GRUB_DEVICE} in - /dev/*) ;; - *) exit 0 ;; - esac ;; esac diff -r acfeeead17db -r 0883c5da9497 tboot/20_linux_xen_tboot --- a/tboot/20_linux_xen_tboot Tue Apr 22 14:00:56 2014 +0800 +++ b/tboot/20_linux_xen_tboot Tue Apr 29 13:26:49 2014 +0800 @@ -44,11 +44,6 @@ case ${GRUB_DEVICE} in /dev/loop/*|/dev/loop[0-9]) GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"` - # We can't cope with devices loop-mounted from files here. - case ${GRUB_DEVICE} in - /dev/*) ;; - *) exit 0 ;; - esac ;; esac -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de