From 55659a52d31c4214e165b59f2fca8147c3bc319f Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Wed, 22 Jul 2026 02:59:08 -0400 Subject: [PATCH] Revert OL modifications --- 1000-replace-upstream-references.patch | 23 ----------------------- edk2.spec | 11 +---------- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 1000-replace-upstream-references.patch diff --git a/1000-replace-upstream-references.patch b/1000-replace-upstream-references.patch deleted file mode 100644 index b2eabcd..0000000 --- a/1000-replace-upstream-references.patch +++ /dev/null @@ -1,23 +0,0 @@ -From a194940b0fc62054430ca36b2bcec473a56745a1 Tue 30 Apr 00:00:00 2001 -From: rpm-build -Date: Tue, 30 Apr 2024 11:58:21 -0700 -Subject: [PATCH] Replace upstream references - -Orabug: 36569119 - -Signed-off-by: John McWalters -Reviewed-by: Laurence Rochfort - -diff --git a/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c b/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c -index e978057..67d6957 100644 ---- a/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c -+++ b/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c -@@ -311,7 +311,7 @@ int fipsinstall_main(int argc, char **argv) - EVP_MAC *mac = NULL; - CONF *conf = NULL; - -- BIO_printf(bio_err, "This command is not enabled in the Red Hat Enterprise Linux OpenSSL build, please consult Red Hat documentation to learn how to enable FIPS mode\n"); -+ BIO_printf(bio_err, "This command is not enabled in the Oracle Linux OpenSSL build, please consult Oracle Linux documentation to learn how to enable FIPS mode\n"); - return 1; - - if ((opts = sk_OPENSSL_STRING_new_null()) == NULL) diff --git a/edk2.spec b/edk2.spec index 56f0c5b..7779fd8 100644 --- a/edk2.spec +++ b/edk2.spec @@ -25,7 +25,7 @@ ExclusiveArch: x86_64 aarch64 riscv64 Name: edk2 Version: %{GITDATE} -Release: 5.0.1%{?dist}.2 +Release: 5%{?dist}.2 Summary: UEFI firmware for 64-bit virtual machines License: BSD-2-Clause-Patent and Apache-2.0 and MIT URL: http://www.tianocore.org @@ -62,9 +62,6 @@ Source50: 50-edk2-riscv-qcow2.json Source80: edk2-build.py Source82: edk2-build.rhel-10 -#Oracle patch -Source1000: 1000-replace-upstream-references.patch - Source90: DBXUpdate-%{DBXDATE}.x64.bin Source91: DBXUpdate-%{DBXDATE}.aa64.bin Patch1: 0003-Remove-paths-leading-to-submodules.patch @@ -238,9 +235,6 @@ cp -a -- %{SOURCE90} %{SOURCE91} . tar -C CryptoPkg/Library/OpensslLib -a -f %{SOURCE2} -x tar -xf %{SOURCE3} --strip-components=1 --directory MdePkg/Library/BaseFdtLib/libfdt -#Apply Oracle patches -patch -p1 < %{SOURCE1000} - # Done by setup macro, but we do not use it for the auxiliary tarballs chmod -Rf a+rX,u+w,g-w,o-w . @@ -511,9 +505,6 @@ install -m 0644 \ %changelog -* Wed Jul 15 2026 EL Errata - 20251114-5.0.1.el10_2.2 -- Replace upstream references [Orabug:36569119] - * Tue Jun 09 2026 Miroslav Rezanina - 20251114-5.el10_2.2 - edk2-Revert-OvmfPkg-X86QemuLoadImageLib-flip-default-for-.patch [RHEL-182421] - edk2-Bumped-to-OpenSSL-3.5.5-3.patch [RHEL-165699]