From 319901a071607c02c571fd05b0d33aba6c6bd6d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Sep 2021 07:50:23 +0200 Subject: drop brp-python-hardlink call --- scl-utils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scl-utils.spec b/scl-utils.spec index ff7b673..6b0b1ba 100644 --- a/scl-utils.spec +++ b/scl-utils.spec @@ -4,7 +4,7 @@ Name: scl-utils Epoch: 1 Version: 2.0.2 -Release: 18%{dist} +Release: 19%{dist} Summary: Utilities for alternative packaging License: GPLv2+ @@ -40,7 +40,9 @@ Essential RPM build macros for alternative packaging. make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %if 0%{?fedora} >= 33 -sed -e 's/__python}/__python3}/' -i rpm/macros.scl +sed -e 's/__python}/__python3}/' \ + -e '/brp-python-hardlink/d' \ + -i rpm/macros.scl %endif @@ -82,6 +84,9 @@ ln -s prefixes conf %{_rpmconfigdir}/brp-scl-python-bytecompile %changelog +* Sun Sep 4 2021 Remi Collet - 1:2.0.2-19 +- drop brp-python-hardlink call + * Sat Sep 4 2021 Remi Collet - 1:2.0.2-18 - F35 rebuild -- cgit