forked from pool/pesign-obs-integration
- Update to version 10.2+git20220504.8690743: * Don't repackage aarch64_ilp32 *-64bit packages * Use pesign for signing on riscv64 * Add padding to grub signature correctly (jsc#SLE-18271 bsc#1192764). * kernel-sign-file: Support appending verbatim PKCS#7 signature. * kernel-sign-file: Move x509 parsing into a function. * Support ppc grub signing (jsc#SLE-18271 bsc#1192764). * Handle packages with epochs as well * Turn off rpm fatal warnings for noarch packages - Upstreamed patches: * 0001-Support-ppc-grub-signing-jsc-SLE-18271-bsc-1192764.patch * 0002-kernel-sign-file-Move-x509-parsing-into-a-function.patch * 0003-kernel-sign-file-Support-appending-verbatim-PKCS-7-s.patch * 0004-Add-padding-to-grub-signature-correctly-jsc-SLE-1827.patch - Added patches: * order.patch - support OrderWithRequires OBS-URL: https://build.opensuse.org/request/show/982769 OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign-obs-integration?expand=0&rev=111
22 lines
622 B
Diff
22 lines
622 B
Diff
From 729accc5eeefbd6accfa3244ce5c5dbd868e6d63 Mon Sep 17 00:00:00 2001
|
|
From: Callum Farmer <gmbr3@opensuse.org>
|
|
Date: Thu, 21 Apr 2022 11:17:36 +0100
|
|
Subject: [PATCH] Support OrderWithRequires
|
|
|
|
---
|
|
pesign-gen-repackage-spec | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/pesign-gen-repackage-spec b/pesign-gen-repackage-spec
|
|
index ca493f6..8746a52 100755
|
|
--- a/pesign-gen-repackage-spec
|
|
+++ b/pesign-gen-repackage-spec
|
|
@@ -130,6 +130,7 @@ my %dep2tag = (
|
|
enhances => "enhance",
|
|
recommends => "recommend",
|
|
supplements => "supplement",
|
|
+ orderwithrequires => "order",
|
|
);
|
|
|
|
# specfile scriptlet => rpm tag name
|