Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2017-02-14 00:47:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2017-02-10 10:04:26.623023379 +0100 +++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2017-02-14 00:47:35.309120477 +0100 @@ -1,0 +2,6 @@ +Fri Feb 10 16:56:03 UTC 2017 - [email protected] + +- Trim filler words from description; use modern macros over + shell vars. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.lk9Mkk/_old 2017-02-14 00:47:35.989024495 +0100 +++ /var/tmp/diff_new_pack.lk9Mkk/_new 2017-02-14 00:47:35.993023931 +0100 @@ -34,10 +34,9 @@ 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 @@ %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,-)
