From def9a339d259ee9767e6dc0cd4b7736cfe0c174f Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 22 Jun 2021 15:57:21 +0300 Subject: [PATCH] Drop reference to now extinct brp-python-hardlink script The script was dropped in rpm 4.17.0 beta1, so we can't very well try to use it on builds. For now I'm intentionally dropping just the macro definition: in case the Python community wants to bring it back, all they need to do is revive the script and add the macro definition for it. --- macros | 1 - redhat-rpm-config.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) 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