public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set
@ 2026-08-11 10:35 Lennart Poettering
0 siblings, 0 replies; 2+ messages in thread
From: Lennart Poettering @ 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 : ae10613eeb9bcd169c6680bada7ce83f37206f94
Author : Lennart Poettering <lennart@poettering.net>
Date : 2012-09-12T22:08:59+02:00
Stats : +14/-14 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/ae10613eeb9bcd169c6680bada7ce83f37206f94?branch=cve-2026-58016-f44
Log:
Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set
---
diff --git a/glib2.spec b/glib2.spec
index 2d7e852..7892a59 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: 3%{?dist}
+Release: 4%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -28,8 +28,6 @@ BuildRequires: chrpath
# required for GIO content-type support
Requires: shared-mime-info
-# required for GUnixVolume
-Requires: eject
%description
GLib is the low-level core library that forms the basis for projects
@@ -153,6 +151,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_datadir}/systemtap/tapset/*.stp
%changelog
+* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 2.33.6-4
+- Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set
+
* Mon Aug 13 2012 Colin Walters <walters@verbum.org> - 2.33.6-3
- Re-add code to strip RPATHs (#840414)
@@ -397,7 +398,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.8-1
- Update to 2.25.8
-* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.7-2
+* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.7-2
- Require shared-mime-info
* Mon May 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.7-1
@@ -648,7 +649,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
- 2.15.1
- add new BuildRequires
--
+
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.15.0-4
- Another attempt
@@ -721,14 +722,14 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* install /etc/profile.d snipplets as 644
* explain Conflict with libgnomeui
* remove stale Conflict with glib-devel
-
+
* Sat Feb 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-2
- Incorporate package review feedback:
* drop an obsolete Provides:
* add a -static subpackage
* explain %%check ppc exception
* align summaries
-
+
* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-1
- Update to 2.12.9
@@ -907,13 +908,13 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Mon Dec 21 2004 Matthias Clasen <mclasen@redhat.com> - 2.6.0-1
- Upgrade to 2.6.0
-
+
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.8-1
- Upgrade to 2.4.8
-
+
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.7-1
- Upgrade to 2.4.7
-
+
* Fri Aug 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.6-1
- Update to 2.4.6
@@ -1099,7 +1100,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
- make -devel require pkgconfig
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
-- either libtool or the bad libtool hacks caused link
+- either libtool or the bad libtool hacks caused link
against glib-gobject 1.3.2, rebuild
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
@@ -1135,7 +1136,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
- Remove glib-config.1 manpage from build since
- it conflicts with glib-devel. When we go to
+ it conflicts with glib-devel. When we go to
glib glib1.2 setup, we should add it back
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
@@ -1179,7 +1180,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
- version 1.2.0pre1
* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
-- new description tags
+- new description tags
* Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com>
- removed libtoolize from %%build
@@ -1204,4 +1205,3 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
- Split out glib package
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/glib2] cve-2026-58016-f44: Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set
@ 2026-08-11 10:35 Lennart Poettering
0 siblings, 0 replies; 2+ messages in thread
From: Lennart Poettering @ 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 : b78b94d66b5d091cbc39b1299bb2a79c5b8da3d6
Author : Lennart Poettering <lennart@poettering.net>
Date : 2012-09-12T22:31:27+02:00
Stats : +14/-14 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/b78b94d66b5d091cbc39b1299bb2a79c5b8da3d6?branch=cve-2026-58016-f44
Log:
Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set
---
diff --git a/glib2.spec b/glib2.spec
index 3c8637b..9762dfc 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,7 +1,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.33.12
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -27,8 +27,6 @@ BuildRequires: elfutils-libelf-devel
# required for GIO content-type support
Requires: shared-mime-info
-# required for GUnixVolume
-Requires: eject
%description
GLib is the low-level core library that forms the basis for projects
@@ -151,6 +149,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_datadir}/systemtap/tapset/*.stp
%changelog
+* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 2.33.12-2
+- Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set
+
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.33.12-1
- Update to 2.33.12
@@ -398,7 +399,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.8-1
- Update to 2.25.8
-* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.7-2
+* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.7-2
- Require shared-mime-info
* Mon May 24 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.7-1
@@ -649,7 +650,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
- 2.15.1
- add new BuildRequires
--
+
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.15.0-4
- Another attempt
@@ -722,14 +723,14 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* install /etc/profile.d snipplets as 644
* explain Conflict with libgnomeui
* remove stale Conflict with glib-devel
-
+
* Sat Feb 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-2
- Incorporate package review feedback:
* drop an obsolete Provides:
* add a -static subpackage
* explain %%check ppc exception
* align summaries
-
+
* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-1
- Update to 2.12.9
@@ -908,13 +909,13 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Mon Dec 21 2004 Matthias Clasen <mclasen@redhat.com> - 2.6.0-1
- Upgrade to 2.6.0
-
+
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.8-1
- Upgrade to 2.4.8
-
+
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.7-1
- Upgrade to 2.4.7
-
+
* Fri Aug 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.6-1
- Update to 2.4.6
@@ -1100,7 +1101,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
- make -devel require pkgconfig
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
-- either libtool or the bad libtool hacks caused link
+- either libtool or the bad libtool hacks caused link
against glib-gobject 1.3.2, rebuild
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
@@ -1136,7 +1137,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
- Remove glib-config.1 manpage from build since
- it conflicts with glib-devel. When we go to
+ it conflicts with glib-devel. When we go to
glib glib1.2 setup, we should add it back
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
@@ -1180,7 +1181,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
- version 1.2.0pre1
* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
-- new description tags
+- new description tags
* Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com>
- removed libtoolize from %%build
@@ -1205,4 +1206,3 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
- Split out glib package
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-11 10:35 UTC | newest]
Thread overview: 2+ messages (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: Drop explicit dependency on eject, as it is included in util-linux now, which is available in the base set Lennart Poettering
2026-08-11 10:35 Lennart Poettering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox