public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard W.M. Jones <rjones@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Re-add static subpackage so that we can build static qemu as
Date: Tue, 11 Aug 2026 10:35:37 GMT	[thread overview]
Message-ID: <178644453746.1.7310584282319446425.rpms-glib2-8d1f2560def7@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/glib2
          Branch : cve-2026-58016-f44
          Commit : 8d1f2560def761b5aa434bdac573c97bb5348c21
          Author : Richard W.M. Jones <rjones@redhat.com>
          Date   : 2013-12-22T20:58:19+00:00
          Stats  : +20/-3 in 1 file(s)
          URL    : https://src.fedoraproject.org/rpms/glib2/c/8d1f2560def761b5aa434bdac573c97bb5348c21?branch=cve-2026-58016-f44

          Log:
          Re-add static subpackage so that we can build static qemu as

an AArch64 binfmt.

---
diff --git a/glib2.spec b/glib2.spec
index 52495c2..f668f1d 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.39.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -41,7 +41,6 @@ as an event loop, threads, dynamic loading, and an object system.
 Summary: A library of handy utility functions
 Group: Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
-Obsoletes: glib2-static < 2.32.1-2
 
 %description devel
 The glib2-devel package includes the header files for the GLib library.
@@ -64,6 +63,13 @@ BuildRequires: gamin-devel
 %description fam
 The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
 
+%package static
+Summary: glib static
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+The %{name}-static subpackage contains static libraries for %{name}.
+
 %package tests
 Summary: Tests for the glib2 package
 Group: Development/Libraries
@@ -85,7 +91,7 @@ touch -r Makefile.am gtk-doc.make
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
            --enable-systemtap \
-           --disable-static \
+           --enable-static \
            --enable-installed-tests
 )
 
@@ -203,11 +209,22 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %files fam
 %{_libdir}/gio/modules/libgiofam.so
 
+%files static
+%{_libdir}/libgio-2.0.a
+%{_libdir}/libglib-2.0.a
+%{_libdir}/libgmodule-2.0.a
+%{_libdir}/libgobject-2.0.a
+%{_libdir}/libgthread-2.0.a
+
 %files tests
 %{_libexecdir}/installed-tests
 %{_datadir}/installed-tests
 
 %changelog
+* Sun Dec 22 2013 Richard W.M. Jones <rjones@redhat.com> - 2.39.2-2
+- Re-add static subpackage so that we can build static qemu as
+  an AArch64 binfmt.
+
 * Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.2-1
 - Update to 2.39.2
 

                 reply	other threads:[~2026-08-11 10:35 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=178644453746.1.7310584282319446425.rpms-glib2-8d1f2560def7@fedoraproject.org \
    --to=rjones@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