diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:31:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:31:53 +0000 |
commit | 55197dbb298e7fab735efa7e17c2a8c53dc38380 (patch) | |
tree | 02d8a79ded9816ea094cfe9ab2df3d775ed234e7 /rpm/macros.package-notes-srpm | |
parent | Adding debian version 0.12. (diff) | |
download | package-notes-55197dbb298e7fab735efa7e17c2a8c53dc38380.tar.xz package-notes-55197dbb298e7fab735efa7e17c2a8c53dc38380.zip |
Merging upstream version 0.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | rpm/macros.package-notes-srpm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm/macros.package-notes-srpm b/rpm/macros.package-notes-srpm index a15d98c..ca9da31 100644 --- a/rpm/macros.package-notes-srpm +++ b/rpm/macros.package-notes-srpm @@ -22,7 +22,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 |