diff --git a/macros b/macros index db5151b..f7c4e37 100644 --- a/macros +++ b/macros @@ -247,7 +247,6 @@ print(result) %__brp_python_bytecompile /usr/lib/rpm/redhat/brp-python-bytecompile "" "%{?_python_bytecompile_errors_terminate_build}" "%{?_python_bytecompile_extra}" %__brp_fix_pyc_reproducibility /usr/lib/rpm/redhat/brp-fix-pyc-reproducibility %__brp_check_rpaths /usr/lib/rpm/check-rpaths -%__brp_python_hardlink /usr/lib/rpm/brp-python-hardlink # __brp_mangle_shebangs_exclude - shebangs to exclude # __brp_mangle_shebangs_exclude_file - file from which to get shebangs to exclude # __brp_mangle_shebangs_exclude_from - files to ignore diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2d73ef1..509376b 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 187 +Version: 188 Release: 1%{?dist} # No version specified. License: GPL+ @@ -221,6 +221,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Tue Jun 22 2021 Panu Matilainen - 188-1 +- Drop reference to now extinct brp-python-hardlink script + * Tue Jun 8 2021 Stephen Coady - 187-1 - Add Requires: rpmautospec-rpm-macros