public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Disable brp-mangle-shebangs shebangs
Date: Tue, 11 Aug 2026 10:36:31 GMT [thread overview]
Message-ID: <178644459157.1.5078713036397974682.rpms-glib2-2cdd991d068f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 2cdd991d068f8b8a6469bb8587efb3c16e997ccd
Author : Kalev Lember <klember@redhat.com>
Date : 2018-02-07T04:26:11+01:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/2cdd991d068f8b8a6469bb8587efb3c16e997ccd?branch=cve-2026-58016-f44
Log:
Disable brp-mangle-shebangs shebangs
It suddenly started creating broken /usr/bin//usr/bin/python3 shebangs,
making glib2-devel uninstallable.
---
diff --git a/glib2.spec b/glib2.spec
index b0ba115..07bffb1 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,9 +3,12 @@
# 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: 1%{?dist}
+Release: 2%{?dist}
Summary: A library of handy utility functions
License: LGPLv2+
@@ -219,6 +222,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-2
+- Disable brp-mangle-shebangs shebangs
+
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-1
- Update to 2.55.2
- Drop ldconfig scriptlets
reply other threads:[~2026-08-11 10:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178644459157.1.5078713036397974682.rpms-glib2-2cdd991d068f@fedoraproject.org \
--to=klember@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox