public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Disable brp-mangle-shebangs shebangs
@ 2026-08-11 10:36 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-08-11 10:36 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:36 [rpms/glib2] cve-2026-58016-f44: Disable brp-mangle-shebangs shebangs Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox