public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Clasen <mclasen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Fix file lists
Date: Tue, 11 Aug 2026 10:35:05 GMT [thread overview]
Message-ID: <178644450548.1.8298583774617094964.rpms-glib2-45490abf4c71@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 45490abf4c71583c2a5e55ed3cc11ea47f0d4be1
Author : Matthias Clasen <mclasen@redhat.com>
Date : 2012-02-06T18:24:22-05:00
Stats : +13/-12 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/45490abf4c71583c2a5e55ed3cc11ea47f0d4be1?branch=cve-2026-58016-f44
Log:
Fix file lists
---
diff --git a/glib2.spec b/glib2.spec
index e1b7ece..2b02955 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,5 +1,3 @@
-%define libdir /%{_lib}
-
Summary: A library of handy utility functions
Name: glib2
Version: 2.31.16
@@ -64,6 +62,7 @@ The glib2-static package includes static libraries of the GLib library.
%configure $CONFIGFLAGS \
--enable-systemtap \
--enable-static
+)
make %{?_smp_mflags}
@@ -98,12 +97,13 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%files -f glib20.lang
%doc AUTHORS COPYING NEWS README
-%{libdir}/libglib-2.0.so.*
-%{libdir}/libgthread-2.0.so.*
-%{libdir}/libgmodule-2.0.so.*
-%{libdir}/libgobject-2.0.so.*
-%{libdir}/libgio-2.0.so.*
-%{_sysconfdir}/bash_completion.d/*.sh
+%{_libdir}/libglib-2.0.so.*
+%{_libdir}/libgthread-2.0.so.*
+%{_libdir}/libgmodule-2.0.so.*
+%{_libdir}/libgobject-2.0.so.*
+%{_libdir}/libgio-2.0.so.*
+%{_sysconfdir}/bash_completion.d/gdbus-bash-completion.sh
+%{_sysconfdir}/bash_completion.d/gsettings-bash-completion.sh
%dir %{_datadir}/glib-2.0
%dir %{_datadir}/glib-2.0/schemas
%dir %{_libdir}/gio
@@ -119,8 +119,6 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%doc %{_mandir}/man1/gsettings.1.gz
%doc %{_mandir}/man1/gdbus.1.gz
-
-
%files devel
%{_libdir}/lib*.so
%{_libdir}/glib-2.0
@@ -130,6 +128,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_datadir}/glib-2.0/gdb
%{_datadir}/glib-2.0/gettext
%{_datadir}/glib-2.0/schemas/gschema.dtd
+%{_sysconfdir}/bash_completion.d/gresource-bash-completion.sh
# %{_datadir}/glib-2.0/gdb/*.pyo
# %{_datadir}/glib-2.0/gdb/*.pyc
%{_bindir}/glib-genmarshal
@@ -139,6 +138,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_bindir}/gtester
%{_bindir}/gdbus-codegen
%{_bindir}/glib-compile-resources
+%{_bindir}/gresource
%{_libdir}/gdbus-2.0/codegen
%attr (0755, root, root) %{_bindir}/gtester-report
%doc %{_datadir}/gtk-doc/html/*
@@ -150,8 +150,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%doc %{_mandir}/man1/gtester.1.gz
%doc %{_mandir}/man1/gdbus-codegen.1.gz
%doc %{_mandir}/man1/glib-compile-resources.1.gz
-%{_datadir}/gdb/auto-load%{libdir}/libglib-2.0.so.*-gdb.py*
-%{_datadir}/gdb/auto-load%{libdir}/libgobject-2.0.so.*-gdb.py*
+%doc %{_mandir}/man1/gresource.1.gz
+%{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py*
+%{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py*
%{_datadir}/systemtap/tapset/*.stp
%files static
next reply other threads:[~2026-08-11 10:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-11 10:35 Matthias Clasen [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-11 10:35 [rpms/glib2] cve-2026-58016-f44: fix file lists Matthias Clasen
2026-08-11 10:35 Matthias Clasen
2026-08-11 10:34 Matthias Clasen
2026-08-11 10:34 Matthias Clasen
2026-08-11 10:34 Matthias Clasen
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=178644450548.1.8298583774617094964.rpms-glib2-45490abf4c71@fedoraproject.org \
--to=mclasen@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