diff options
-rw-r--r-- | freefilesync/freefilesync.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 5c6bfb8..76d9c4b 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -18,6 +18,11 @@ %if 0%{?rhel} >= 8 %define libssh2_name libssh2-%{name} %endif +%if 0%{?fedora} >= 36 +# https://www.spinics.net/lists/fedora-devel/msg296646.html +# https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects +%undefine _package_note_file +%endif Name: freefilesync Version: 11.21 Release: 1%{?dist} |