public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: fix some permission issues pointed out by autoqa
@ 2026-08-11 10:34 Matthias Clasen
  0 siblings, 0 replies; only message in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 05818c5fde5dc98e1df6a47e17f4eda36929d4f7
Author : Matthias Clasen <mclasen@redhat.com>
Date   : 2010-09-21T09:31:34-04:00
Stats  : +9/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/05818c5fde5dc98e1df6a47e17f4eda36929d4f7?branch=cve-2026-58016-f44

Log:
fix some permission issues pointed out by autoqa

---
diff --git a/glib2.spec b/glib2.spec
index 78c92d3..9000df7 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.27.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -85,10 +85,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
 rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
 
 # Install multilib wrappers for the binaries
-install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/update-gio-modules
+install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/update-gio-modules
 
 mv  $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-%{__isa_bits}
 
+# bash-completion scripts need not be executable
+chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/*.sh
+
 %find_lang glib20
 
 
@@ -162,6 +165,10 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %{_libdir}/lib*.a
 
 %changelog
+* Mon Sep 20 2010 Matthias Clasen <mclasen@redhat.com> - 2.27.0-2
+- Make /usr/bin/update-gio-modules executable
+- Make /etc/bash_completion.d/*.sh not executable
+
 * Mon Sep 20 2010 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
 - Update to 2.27.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 10:34 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:34 [rpms/glib2] cve-2026-58016-f44: fix some permission issues pointed out by autoqa Matthias Clasen

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