import efivar-38-3.el9

i9c changed/i9c/efivar-38-3.el9
MSVSphere Packaging Team 2 years ago
parent ceb02010a6
commit c57d67e5cf

@ -1,6 +1,6 @@
Name: efivar Name: efivar
Version: 38 Version: 38
Release: 2%{?dist} Release: 3%{?dist}
Summary: Tools to manage UEFI variables Summary: Tools to manage UEFI variables
License: LGPLv2 License: LGPLv2
URL: https://github.com/rhboot/efivar URL: https://github.com/rhboot/efivar
@ -59,12 +59,12 @@ done
make LIBDIR=%{_libdir} BINDIR=%{_bindir} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make LIBDIR=%{_libdir} BINDIR=%{_bindir} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%install %install
%makeinstall %makeinstall CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
install -m 0644 src/abignore %{buildroot}%{_includedir}/efivar/.abignore install -m 0644 src/abignore %{buildroot}%{_includedir}/efivar/.abignore
%check %check
%ifarch x86_64 %ifarch x86_64
make abicheck make abicheck CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%endif %endif
%ldconfig_scriptlets libs %ldconfig_scriptlets libs
@ -91,6 +91,10 @@ make abicheck
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 38-2 * Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 38-2
- Rebuilt for MSVSphere 9.1. - Rebuilt for MSVSphere 9.1.
* Wed Jan 11 2023 Robbie Harwood <rharwood@redhat.com> - 38-3
- Fix inheritance of buildflags
- Resolves: #2144520
* Wed Feb 02 2022 Robbie Harwood <rharwood@redhat.com> - 38-2 * Wed Feb 02 2022 Robbie Harwood <rharwood@redhat.com> - 38-2
- Bump to re-run tests; no code changes - Bump to re-run tests; no code changes
- Resolves: #2024374 - Resolves: #2024374

Loading…
Cancel
Save