|
|
@ -1,8 +1,8 @@
|
|
|
|
Name: efivar
|
|
|
|
Name: efivar
|
|
|
|
Version: 39
|
|
|
|
Version: 38
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Tools to manage UEFI variables
|
|
|
|
Summary: Tools to manage UEFI variables
|
|
|
|
License: LGPL-2.1-only
|
|
|
|
License: LGPLv2
|
|
|
|
URL: https://github.com/rhboot/efivar
|
|
|
|
URL: https://github.com/rhboot/efivar
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
ExclusiveArch: %{efi}
|
|
|
|
ExclusiveArch: %{efi}
|
|
|
@ -10,7 +10,6 @@ ExclusiveArch: %{efi}
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: efi-srpm-macros git glibc-static libabigail
|
|
|
|
BuildRequires: efi-srpm-macros git glibc-static libabigail
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: mandoc
|
|
|
|
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: git
|
|
|
|
# please don't fix this to reflect github's incomprehensible url that goes
|
|
|
|
# please don't fix this to reflect github's incomprehensible url that goes
|
|
|
|
# to a different tarball.
|
|
|
|
# to a different tarball.
|
|
|
@ -52,6 +51,11 @@ git config --unset user.name
|
|
|
|
# incompatible with LTO. Disable LTO
|
|
|
|
# incompatible with LTO. Disable LTO
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# mandoc isn't packaged in RHEL, so do... this.
|
|
|
|
|
|
|
|
for f in efisecdb.1; do
|
|
|
|
|
|
|
|
cp docs/"$f".mdoc docs/"$f"
|
|
|
|
|
|
|
|
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
|
|
|
@ -71,6 +75,7 @@ make abicheck CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/efivar
|
|
|
|
%{_bindir}/efivar
|
|
|
|
%{_bindir}/efisecdb
|
|
|
|
%{_bindir}/efisecdb
|
|
|
|
|
|
|
|
%exclude %{_bindir}/efivar-static
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -83,41 +88,17 @@ make abicheck CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com>
|
|
|
|
* Wed Jan 11 2023 Robbie Harwood <rharwood@redhat.com> - 38-3
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Peter Jones <pjones@redhat.com> - 39-1
|
|
|
|
|
|
|
|
- Update to efivar-39
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 10 2023 Robbie Harwood <rharwood@redhat.com> - 38-6
|
|
|
|
|
|
|
|
- Fix inheritance of buildflags
|
|
|
|
- Fix inheritance of buildflags
|
|
|
|
|
|
|
|
- Resolves: #2144520
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 28 2022 Robbie Harwood <rharwood@redhat.com> - 38-5
|
|
|
|
* Wed Feb 02 2022 Robbie Harwood <rharwood@redhat.com> - 38-2
|
|
|
|
- Fix build with glibc-2.36
|
|
|
|
- Bump to re-run tests; no code changes
|
|
|
|
|
|
|
|
- Resolves: #2024374
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 08 2022 Robbie Harwood <rharwood@redhat.com> - 38-3
|
|
|
|
|
|
|
|
- Apply fix for risxv64 (wefu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 38-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Robbie Harwood <rharwood@redhat.com> - 38-1
|
|
|
|
* Tue Feb 01 2022 Robbie Harwood <rharwood@redhat.com> - 38-1
|
|
|
|
- New upstream release (38)
|
|
|
|
- New upstream release (38)
|
|
|
|
|
|
|
|
- Resolves: #2024374
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|