Do not build with smp flags.
This commit is contained in:
parent
ed349fc2d7
commit
92dbf7ed33
@ -1,7 +1,7 @@
|
|||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Name: pesign
|
Name: pesign
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vathpela/pesign
|
URL: https://github.com/vathpela/pesign
|
||||||
@ -31,7 +31,7 @@ git commit -a -q -m "%{version} baseline."
|
|||||||
git am %{patches} </dev/null
|
git am %{patches} </dev/null
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PREFIX=/usr %{?_smp_mflags}
|
make PREFIX=/usr
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -52,6 +52,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(0700,root,root) /etc/pki/pesign
|
%attr(0700,root,root) /etc/pki/pesign
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-4
|
||||||
|
- Do not build with smp flags.
|
||||||
|
|
||||||
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-3
|
* Thu Jun 21 2012 Peter Jones <pjones@redhat.com> - 0.2-3
|
||||||
- Make it build on i686, though it's unclear it'll ever be necessary.
|
- Make it build on i686, though it's unclear it'll ever be necessary.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user