public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Re-enable fam, put it in separate subpackage
@ 2026-08-11 10:35 Tomas Bzatek
  0 siblings, 0 replies; only message in thread
From: Tomas Bzatek @ 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 : 7e372197878eef48f693eaf754f3b35e5c4429b3
Author : Tomas Bzatek <tbzatek@redhat.com>
Date   : 2012-10-10T17:41:56+02:00
Stats  : +16/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/7e372197878eef48f693eaf754f3b35e5c4429b3?branch=cve-2026-58016-f44

Log:
Re-enable fam, put it in separate subpackage

---
diff --git a/glib2.spec b/glib2.spec
index 9b2262b..e51e9c1 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,7 +1,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.34.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -55,6 +55,15 @@ BuildArch: noarch
 %description doc
 The glib2-doc package includes documentation for the GLib library.
 
+%package fam
+Summary: FAM monitoring module for GIO
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+BuildRequires: gamin-devel
+
+%description fam
+The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
+
 %prep
 %setup -q -n glib-%{version}
 %patch0 -p1
@@ -67,7 +76,6 @@ rm -f configure
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
            --enable-systemtap \
-           --disable-fam \
            --disable-static
 )
 
@@ -178,7 +186,13 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %files doc
 %doc %{_datadir}/gtk-doc/html/*
 
+%files fam
+%{_libdir}/gio/modules/libgiofam.so
+
 %changelog
+* Wed Oct 10 2012 Tomas Bzatek <tbzatek@redhat.com> - 2.34.0-4
+- Re-enable fam, put it in separate subpackage
+
 * Wed Oct 10 2012 Matthias Clasen <mclasen@redhat.com> - 2.34.0-3
 - Disable fam. We use the inotify implementation at runtime anyway.
   See http://lists.fedoraproject.org/pipermail/devel/2012-October/172438.htm

^ 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-enable fam, put it in separate subpackage Tomas Bzatek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox