From 2bf83454cd4c9d0c3ed34f01aecb1cb41eb1aae7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 7 Feb 2018 18:31:09 +0100 Subject: [PATCH] Undo disabling mangling Signed-off-by: Igor Gnatenko --- glib2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glib2.spec b/glib2.spec index 07bffb1..8833ffd 100644 --- a/glib2.spec +++ b/glib2.spec @@ -3,12 +3,9 @@ # See https://fedoraproject.org/wiki/Packaging:Python_Appendix#Manual_byte_compilation %global __python %{__python3} -# Undefine to work around brp-mangle-shebangs creating broken /usr/bin//usr/bin/python3 shebangs -%undefine __brp_mangle_shebangs - Name: glib2 Version: 2.55.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library of handy utility functions License: LGPLv2+ @@ -222,6 +219,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/installed-tests %changelog +* Wed Feb 07 2018 Igor Gnatenko - 2.55.2-3 +- Undo disabling mangling + * Wed Feb 07 2018 Kalev Lember - 2.55.2-2 - Disable brp-mangle-shebangs shebangs