From fc8cf3e20102b964ee0a0f2a875c082525a8d4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 10 Apr 2022 17:05:02 +0300 Subject: build.macros: remove %__brp_python_bytecompile as it lives now in python-rpm-macros --- NEWS | 2 ++ build.macros.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2395a5a..272a4a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- build.macros: remove %__brp_python_bytecompile as it lives now in python-rpm-macros + Version 2.62 - 17 October 2021, by Jani Välimaa - configure.ac: update and modernize with autoconf 2.71 - build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flags to prevent libtool hardcoding %_libdir into the binaries' RPATH (originally from Fedora) diff --git a/build.macros.in b/build.macros.in index 4aa8843..066c60c 100644 --- a/build.macros.in +++ b/build.macros.in @@ -418,7 +418,6 @@ fi %__brp_strip /usr/lib/rpm/brp-strip %{__strip} %__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_check_rpaths /usr/lib/rpm/check-rpaths %__brp_remove_la_files /usr/lib/rpm/brp-remove-la-files # __brp_mangle_shebangs_exclude - shebangs to exclude -- cgit v1.2.1