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