From a57c7ae4f3894a0e82d0aa0b676e11cc43f9abcb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 23:13:02 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From f329e5dd448b8e618ae53167f1237e5c35fc31c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 20 May 2023 20:47:16 +0200 Subject: [PATCH 2/9] Make sure redhat-package-notes spec is skipped if _package_note_flags is undefined ... (rbhz#2184553) The proposed fix was provided by Adam Williamson. --- macros.package-notes-srpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros.package-notes-srpm b/macros.package-notes-srpm index 83583a1..3724897 100644 --- a/macros.package-notes-srpm +++ b/macros.package-notes-srpm @@ -20,7 +20,8 @@ # Overall status: 1 if looks like we can insert the note, 0 otherwise # Unfortunately "clang" does not support specs files so the note insertion is disabled when using it. -%_package_note_status %[0%{?_package_note_file:1} && 0%{?name:1} && "%_target_cpu" != "noarch" && "%{toolchain}" != "clang" ? 1 : 0] +%_package_note_status %{!?_package_note_flags:0}%{?_package_note_flags:%[0%{?_package_note_file:1} && 0%{?name:1} && "%_target_cpu" != "noarch" && "%{toolchain}" != "clang" ? 1 : 0]} + # The linker flags to be passed to the compiler to insert the notes section will # be created by the spec file, to avoid issues with quoting and escaping across From e8affce36fe708c56789edee1d6165b492b3341e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 20 May 2023 20:47:16 +0200 Subject: [PATCH 3/9] Make sure redhat-package-notes spec is skipped if _package_note_flags is undefined ... (rbhz#2184553) The proposed fix was provided by Adam Williamson. (cherry picked from commit f329e5dd448b8e618ae53167f1237e5c35fc31c8) --- macros.package-notes-srpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros.package-notes-srpm b/macros.package-notes-srpm index 83583a1..3724897 100644 --- a/macros.package-notes-srpm +++ b/macros.package-notes-srpm @@ -20,7 +20,8 @@ # Overall status: 1 if looks like we can insert the note, 0 otherwise # Unfortunately "clang" does not support specs files so the note insertion is disabled when using it. -%_package_note_status %[0%{?_package_note_file:1} && 0%{?name:1} && "%_target_cpu" != "noarch" && "%{toolchain}" != "clang" ? 1 : 0] +%_package_note_status %{!?_package_note_flags:0}%{?_package_note_flags:%[0%{?_package_note_file:1} && 0%{?name:1} && "%_target_cpu" != "noarch" && "%{toolchain}" != "clang" ? 1 : 0]} + # The linker flags to be passed to the compiler to insert the notes section will # be created by the spec file, to avoid issues with quoting and escaping across From 8819e2bc7fc5fc6747b9c54b7d6273e1c802ff16 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 18:28:14 +0000 Subject: [PATCH 4/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From fada8d387ce140d36b99b97faf903b15b8f690d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 11:40:19 +0000 Subject: [PATCH 5/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6b27ac21123f87988698cea43fa83c6a5afc99c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 11:45:53 +0000 Subject: [PATCH 6/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 799dca8e729ebf0bae926837cc4de16dcf52919d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 21:17:17 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 46cd4aa72b46b50dd9d685c162d66e6582a0a098 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 22:09:44 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 9fc5054e7b1265245f7f57fce69d64a19639b1ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 23:51:09 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild