aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2021-06-22 21:31:27 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2021-06-22 21:31:27 +0200
commit7833a7cf321f9a8098976a6b4e43c806bffad661 (patch)
treeddebbd03dd061af7fa3dfb766bce56b70f64269e
parent86ea56f00e5b2b17215f1af65b4a204afcc69eea (diff)
downloadrpm-setup-7833a7cf321f9a8098976a6b4e43c806bffad661.tar
rpm-setup-7833a7cf321f9a8098976a6b4e43c806bffad661.tar.gz
rpm-setup-7833a7cf321f9a8098976a6b4e43c806bffad661.tar.bz2
rpm-setup-7833a7cf321f9a8098976a6b4e43c806bffad661.tar.xz
rpm-setup-7833a7cf321f9a8098976a6b4e43c806bffad661.zip
Drop __brp_python_hardlink for rpm-4.17beta1
-rw-r--r--NEWS4
-rw-r--r--build.macros.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7d3a442..f318625 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
+- Drop __brp_python_hardlink for rpm-4.17beta1
+
Version 2.59 - 1 June 2021, by Thierry Vignaud
-- Drop __brp_strip_shared for rpm-4.17
+- Drop __brp_strip_shared for rpm-4.17a1
Version 2.58 - 13 March 2021, by Jani Välimaa
- disable python byte compilation outside python dirs by default (set _python_bytecompile_extra to 0)
diff --git a/build.macros.in b/build.macros.in
index c3505e8..15a4c30 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -417,7 +417,6 @@ fi
%__brp_strip_comment_note /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump}
%__brp_strip_static_archive /usr/lib/rpm/brp-strip-static-archive %{__strip}
%__brp_python_bytecompile /usr/lib/rpm/brp-python-bytecompile "%{__python}" "%{?_python_bytecompile_errors_terminate_build}" "%{?_python_bytecompile_extra}"
-%__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
@@ -434,7 +433,6 @@ fi
%{?__brp_strip_static_archive} \
} \
%{?py_auto_byte_compile:%{?__brp_python_bytecompile}} \
- %{?__brp_python_hardlink} \
%{?__brp_mangle_shebangs} \
%{nil}