From c273a65be76f50cf8c3ac8c1012f1700ff42caaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 10 Sep 2024 11:31:56 +0200 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 saltbundlepy-cryptography revision d8fbe6b753b4d77cfcff898803319ad7 --- saltbundlepy-cryptography.changes | 6 ++++++ saltbundlepy-cryptography.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/saltbundlepy-cryptography.changes b/saltbundlepy-cryptography.changes index cb8f0ba..c1c4ca1 100644 --- a/saltbundlepy-cryptography.changes +++ b/saltbundlepy-cryptography.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 26 07:06:38 UTC 2024 - Victor Zhestkov + +- Apply fips-mode.patch and definitions-ERR_GET.patch on + Ubuntu 24.04 and fix the condition in advance for future products + ------------------------------------------------------------------- Wed Apr 24 10:46:22 UTC 2024 - Victor Zhestkov diff --git a/saltbundlepy-cryptography.spec b/saltbundlepy-cryptography.spec index 3546c1c..377b70d 100644 --- a/saltbundlepy-cryptography.spec +++ b/saltbundlepy-cryptography.spec @@ -45,7 +45,7 @@ Patch4: CVE-2023-49083.patch %if (0%{?sle_version} && 0%{?sle_version} < 150000) || 0%{?suse_version} == 1110 || 0%{?rhel} == 7 || 0%{?debian} == 12 || 0%{?ubuntu} == 2204 Patch100: fix-build-with-old-ssl.patch %endif -%if 0%{?debian} == 12 || 0%{?ubuntu} == 2204 || 0%{?rhel} == 9 || 0%{?suse_version} >= 1600 +%if 0%{?debian} >= 12 || 0%{?ubuntu} >= 2204 || 0%{?rhel} >= 9 || 0%{?suse_version} >= 1600 Patch101: definitions-ERR_GET.patch Patch102: fips-mode.patch %endif