efivar 32
- lots of coverity fixes; mostly leaked memory and fds and the like - fix sysfs pci path formats - handle device paths for dns, nfit, bluetooth, wifi, emmc, btle. - improved abi checking on releases - Fix failures on EDIT_WRITE in edit_variable() when the variable doesn't exist - Add efi_guid_ux_capsule_guid to our guids - Now with %check - Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
1a1c5ff0de
commit
5536c3dba1
23
efivar.spec
23
efivar.spec
@ -1,14 +1,14 @@
|
||||
Name: efivar
|
||||
Version: 31
|
||||
Release: 3%{?dist}
|
||||
Version: 32
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to manage UEFI variables
|
||||
License: LGPLv2.1
|
||||
URL: https://github.com/rhinstaller/efivar
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
ExclusiveArch: %{ix86} x86_64 aarch64
|
||||
ExclusiveArch: %{ix86} x86_64 aarch64
|
||||
|
||||
BuildRequires: popt-devel popt-static git glibc-static libabigail
|
||||
Source0: https://github.com/rhinstaller/efivar/releases/download/efivar-%{version}/efivar-%{version}.tar.bz2
|
||||
BuildRequires: popt-devel git glibc-static libabigail
|
||||
Source0: https://github.com/rhboot/efivar/archive/%{version}.tar.gz
|
||||
|
||||
%description
|
||||
efivar provides a simple command line interface to the UEFI variable facility.
|
||||
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make abicheck
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
@ -69,6 +72,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 12 2017 Peter Jones <pjones@redhat.com> - 32-1
|
||||
- efivar 32
|
||||
- lots of coverity fixes; mostly leaked memory and fds and the like
|
||||
- fix sysfs pci path formats
|
||||
- handle device paths for dns, nfit, bluetooth, wifi, emmc, btle.
|
||||
- improved abi checking on releases
|
||||
- Fix failures on EDIT_WRITE in edit_variable() when the variable doesn't exist
|
||||
- Add efi_guid_ux_capsule_guid to our guids
|
||||
- Now with %%check
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 31-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (efivar-31.tar.bz2) = fc425b2c7b90bffc6794525d329d19a61a41a529bc326775da067c46f9168ceb902e4f6be356bc5ca8b028e4d74cb214da788a598a6555bb29199e2f936deadc
|
||||
SHA512 (32.tar.gz) = e73eae182fd645183dfe587591a286670ee1123a113e3e19e4070fb910ab7794e320defdc0597540df7664947f2a0497abbb763a19b4dfa40511a512c7f3e490
|
||||
|
Loading…
Reference in New Issue
Block a user