public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Re-add code to strip RPATHs (#840414)
@ 2026-08-11 10:35 Colin Walters
0 siblings, 0 replies; only message in thread
From: Colin Walters @ 2026-08-11 10:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : e62f41a4418922f222089b63a4dbd79fa5c533a7
Author : Colin Walters <walters@verbum.org>
Date : 2012-08-13T11:58:47-04:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/e62f41a4418922f222089b63a4dbd79fa5c533a7?branch=cve-2026-58016-f44
Log:
Re-add code to strip RPATHs (#840414)
---
diff --git a/glib2.spec b/glib2.spec
index 7a091fe..2d7e852 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,7 +1,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.33.6
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -24,6 +24,7 @@ BuildRequires: gtk-doc
BuildRequires: python-devel
BuildRequires: libffi-devel
BuildRequires: elfutils-libelf-devel
+BuildRequires: chrpath
# required for GIO content-type support
Requires: shared-mime-info
@@ -61,6 +62,7 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
+chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
@@ -151,6 +153,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_datadir}/systemtap/tapset/*.stp
%changelog
+* Mon Aug 13 2012 Colin Walters <walters@verbum.org> - 2.33.6-3
+- Re-add code to strip RPATHs (#840414)
+
* Fri Jul 20 2012 Tomas Bzatek <tbzatek@redhat.com> - 2.33.6-2
- Add runtime dependency on eject (#748007)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:35 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:35 [rpms/glib2] cve-2026-58016-f44: Re-add code to strip RPATHs (#840414) Colin Walters
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox