Enable ARMv7, minor spec cleanups
This commit is contained in:
parent
f9725532ea
commit
8b8d679d5b
11
efivar.spec
11
efivar.spec
@ -1,11 +1,11 @@
|
|||||||
Name: efivar
|
Name: efivar
|
||||||
Version: 33
|
Version: 33
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools to manage UEFI variables
|
Summary: Tools to manage UEFI variables
|
||||||
License: LGPLv2.1
|
License: LGPLv2.1
|
||||||
URL: https://github.com/rhboot/efivar
|
URL: https://github.com/rhboot/efivar
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
ExclusiveArch: %{ix86} x86_64 aarch64
|
ExclusiveArch: %{ix86} x86_64 aarch64 %{arm}
|
||||||
|
|
||||||
BuildRequires: popt-devel git glibc-static libabigail
|
BuildRequires: popt-devel git glibc-static libabigail
|
||||||
Source0: https://github.com/rhboot/efivar/archive/%{version}.tar.bz2
|
Source0: https://github.com/rhboot/efivar/archive/%{version}.tar.bz2
|
||||||
@ -41,12 +41,8 @@ git config --unset user.name
|
|||||||
make libdir=%{_libdir} bindir=%{_bindir} CFLAGS="$RPM_OPT_FLAGS -flto" LDFLAGS="$RPM_LD_FLAGS -flto"
|
make libdir=%{_libdir} bindir=%{_bindir} CFLAGS="$RPM_OPT_FLAGS -flto" LDFLAGS="$RPM_LD_FLAGS -flto"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
make abicheck
|
make abicheck
|
||||||
@ -74,6 +70,9 @@ make abicheck
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> 33-2
|
||||||
|
- Enable ARMv7, minor spec cleanups
|
||||||
|
|
||||||
* Tue Jan 23 2018 Peter Jones <pjones@redhat.com> - 33-1
|
* Tue Jan 23 2018 Peter Jones <pjones@redhat.com> - 33-1
|
||||||
- Add NVDIMM support
|
- Add NVDIMM support
|
||||||
- Bump version to 33
|
- Bump version to 33
|
||||||
|
Loading…
Reference in New Issue
Block a user