SHA256
1
0
forked from pool/tboot

Accepting request 456106 from home:jengelh:branches:security

- Trim filler words from description; use modern macros over
  shell vars.

OBS-URL: https://build.opensuse.org/request/show/456106
OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=58
This commit is contained in:
Marcus Meissner 2017-02-10 18:21:23 +00:00 committed by Git OBS Bridge
parent d89cf04038
commit 30f2809891
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 10 16:56:03 UTC 2017 - jengelh@inai.de
- Trim filler words from description; use modern macros over
shell vars.
-------------------------------------------------------------------
Wed Feb 8 13:11:50 UTC 2017 - meissner@suse.com

View File

@ -34,10 +34,9 @@ BuildRequires: trousers-devel
ExclusiveArch: %{ix86} x86_64
%description
Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
and verified launch of an OS kernel/VMM.
Trusted Boot (tboot) is a pre-kernel/VMM module that uses Intel(R)
Trusted Execution Technology (Intel(R) TXT) to perform a measured and
verified launch of an OS kernel/VMM.
%prep
%setup -q -n %name-%ver
@ -46,12 +45,12 @@ and verified launch of an OS kernel/VMM.
%patch4 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CFLAGS="%{optflags}"
export TBOOT_CFLAGS="$CFLAGS"
make debug=y %{?_smp_mflags}
%install
make debug=y install DISTDIR=$RPM_BUILD_ROOT MANPATH=$RPM_BUILD_ROOT/%{_mandir}
make debug=y install DISTDIR="%{buildroot}" MANPATH="%{buildroot}/%{_mandir}"
%files
%defattr(-,root,root,-)