Compare commits

..

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

@ -1 +1 @@
64dc75cf71b7a989b8b4ac5cd46d1010430e89dc SOURCES/efivar-38.tar.bz2
6b2e96fef7845ab4034a62f814f93a4253dd0bfa SOURCES/efivar-39.tar.bz2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/efivar-38.tar.bz2
SOURCES/efivar-39.tar.bz2

@ -1,8 +1,8 @@
Name: efivar
Version: 38
Version: 39
Release: 3%{?dist}
Summary: Tools to manage UEFI variables
License: LGPLv2
License: LGPL-2.1-only
URL: https://github.com/rhboot/efivar
Requires: %{name}-libs = %{version}-%{release}
ExclusiveArch: %{efi}
@ -10,6 +10,7 @@ ExclusiveArch: %{efi}
BuildRequires: gcc
BuildRequires: efi-srpm-macros git glibc-static libabigail
BuildRequires: make
BuildRequires: mandoc
BuildRequires: git
# please don't fix this to reflect github's incomprehensible url that goes
# to a different tarball.
@ -51,11 +52,6 @@ git config --unset user.name
# incompatible with LTO. Disable LTO
%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"
%install
@ -75,7 +71,6 @@ make abicheck CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%doc README.md
%{_bindir}/efivar
%{_bindir}/efisecdb
%exclude %{_bindir}/efivar-static
%{_mandir}/man1/*
%files devel
@ -88,17 +83,48 @@ make abicheck CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%{_libdir}/*.so.*
%changelog
* Wed Jan 11 2023 Robbie Harwood <rharwood@redhat.com> - 38-3
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com>
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 39-2
- Rebuilt for MSVSphere 10
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com>
- 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
- Resolves: #2144520
* Wed Feb 02 2022 Robbie Harwood <rharwood@redhat.com> - 38-2
- Bump to re-run tests; no code changes
- Resolves: #2024374
* Thu Jul 28 2022 Robbie Harwood <rharwood@redhat.com> - 38-5
- Fix build with glibc-2.36
* 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
* Tue Feb 01 2022 Robbie Harwood <rharwood@redhat.com> - 38-1
* Fri Jan 14 2022 Robbie Harwood <rharwood@redhat.com> - 38-1
- New upstream release (38)
- Resolves: #2024374
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save