SHA256
1
0
forked from pool/tboot

Accepting request 223108 from home:msmeissn:branches:security

- fixed path for /usr/share/grub2/grub-mkconfig_lib in our grub2
  snippets. (bnc#864633)

OBS-URL: https://build.opensuse.org/request/show/223108
OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=30
This commit is contained in:
2014-02-19 16:27:47 +00:00
committed by Git OBS Bridge
parent d396ed9c70
commit 4c613aa4c4
3 changed files with 38 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Group: Productivity/Security
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 @@ and verified launch of an OS kernel/VMM.
%prep
%setup -q -n %name-%ver
%patch0 -p1
%patch1 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"