Compare commits

..

No commits in common. "rawhide" and "f44" have entirely different histories.

View file

@ -3,7 +3,7 @@
Name: sbsigntools
Version: 0.9.5
Release: 16%{?dist}
Release: 14%{?dist}
Summary: Signing utility for UEFI secure boot
# Most source code is GPL-3.0-or-later, except:
# LicenseRef-Fedora-Public-Domain:
@ -58,6 +58,10 @@ BuildRequires: libuuid-devel
BuildRequires: openssl
%endif
BuildRequires: openssl-devel
%if 0%{?fedora} >= 41
# https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
BuildRequires: openssl-devel-engine
%endif
Provides: bundled(ccan-array_size)
Provides: bundled(ccan-build_assert)
Provides: bundled(ccan-check_type)
@ -84,7 +88,10 @@ Tools to add signatures to EFI binaries and Drivers.
%patch -p 1 -P 0
%patch -p 1 -P 1
%patch -p 1 -P 2
%if %{defined el10}
# EL10 disables openssl engines
%patch -p 1 -P 3
%endif
%patch -p 1 -P 4
%patch -p 1 -P 5
@ -118,12 +125,6 @@ make check
%{_mandir}/man1/sbverify.1.*
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 0.9.5-15
- Rebuilt for openssl 4.0
* Fri Feb 20 2026 Dominik Mierzejewski <dominik@greysector.net> - 0.9.5-15
- fix build with GCC16 (resolves rhbz#2435092)