Compare commits

..

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

2 changed files with 2 additions and 26 deletions

View file

@ -1,12 +0,0 @@
diff -up sbsigntools-0.9.5/tests/Makefile.am.orig sbsigntools-0.9.5/tests/Makefile.am
--- sbsigntools-0.9.5/tests/Makefile.am.orig 2025-10-03 10:20:11.676718647 +0200
+++ sbsigntools-0.9.5/tests/Makefile.am 2025-10-03 10:20:40.506763759 +0200
@@ -18,7 +18,7 @@ if TEST_BINARY_FORMAT
EFILDFLAGS = --defsym=EFI_SUBSYSTEM=0x0a
FORMAT = -O binary
else
-FORMAT = --target=efi-app-$(EFI_ARCH:x64=x86_64)
+FORMAT = --output-target=efi-app-$(EFI_ARCH:x64=x86_64)
endif
check_DATA = $(test_key) $(test_cert)
check_SCRIPTS = test-wrapper.sh

View file

@ -3,7 +3,7 @@
Name: sbsigntools
Version: 0.9.5
Release: 13%{?dist}
Release: 10%{?dist}
Summary: Signing utility for UEFI secure boot
# Most source code is GPL-3.0-or-later, except:
# LicenseRef-Fedora-Public-Domain:
@ -41,10 +41,8 @@ Patch1: %{name}-gnuefi.patch
Patch2: %{name}-no-wchar_t.patch
# revert addition of openssl engine support
Patch3: %{name}-no-openssl-engines.patch
# avoid wrong --target option usage that's been fixed in recent binutils
Patch4: %{name}-binutils.patch
# same as gnu-efi
ExclusiveArch: x86_64 aarch64 %{arm} %{ix86} riscv64
ExclusiveArch: x86_64 aarch64 %{arm} %{ix86}
BuildRequires: make
BuildRequires: automake
BuildRequires: binutils-devel
@ -90,7 +88,6 @@ Tools to add signatures to EFI binaries and Drivers.
# EL10 disables openssl engines
%patch -p 1 -P 3
%endif
%patch -p 1 -P 4
%build
./autogen.sh
@ -122,15 +119,6 @@ make check
%{_mandir}/man1/sbverify.1.*
%changelog
* Fri Dec 12 2025 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.9.5-13
- enable RISC-V 64-bit architecture
* Fri Oct 03 2025 Dominik Mierzejewski <dominik@greysector.net> - 0.9.5-12
- avoid wrong --target option usage that was fixed in recent binutils
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Apr 10 2025 Carl George <carlwgeorge@fedoraproject.org> - 0.9.5-10
- Remove openssl engine support on EL10