2022-01-14 17:50:39 +00:00
|
|
|
# Add an ELF note with information about the package the code was compiled for.
|
|
|
|
# See https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects
|
|
|
|
# for details.
|
|
|
|
%_package_note_file %{_builddir}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld
|
|
|
|
|
2022-01-20 19:49:51 +00:00
|
|
|
%_package_note_flags %{?_package_note_file:%{?name:-Wl,-dT,%{_package_note_file}}}
|
2022-01-14 17:50:39 +00:00
|
|
|
|
2022-01-20 20:49:55 +00:00
|
|
|
%_generate_package_note_file %{?_package_note_file:%{?name:if [ -f %{_rpmconfigdir}/generate-rpm-note.sh ]; then %{_rpmconfigdir}/generate-rpm-note.sh %{name} %{version}-%{release} %{_arch} >%{_package_note_file}; fi}}
|