public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: - Handle the SIGKILL signal as well
@ 2026-06-24 11:34 Bastien Nocera
0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2026-06-24 11:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 6b7e9ebc2759ae2532f56b9af36d3c834b9b7a11
Author : Bastien Nocera <hadess@fedoraproject.org>
Date : 2008-04-03T13:43:44+00:00
Stats : +19/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/6b7e9ebc2759ae2532f56b9af36d3c834b9b7a11?branch=wip/oholy/f45-update
Log:
- Handle the SIGKILL signal as well
---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 680e99a..7f2ee78 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,7 +1,7 @@
Summary: Gnome user file sharing
Name: gnome-user-share
Version: 0.30
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.gnome.org
@@ -22,6 +22,8 @@ Requires(post): GConf2
Requires(pre): GConf2
Requires(preun): GConf2
+Patch0: gus-handle-sigkill.patch
+
%description
gnome-user-share is a small package that binds together various free
@@ -38,6 +40,7 @@ The program also allows to share files using ObexFTP over Bluetooth.
%prep
%setup -q
+%patch0 -p0 -b .sigkill
%build
%configure
@@ -97,6 +100,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
%changelog
+* Thu Apr 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-2
+- Handle the SIGKILL signal as well
+
* Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
- Update to 0.30
- Fixes left-over httpd processes after logout
diff --git a/gus-handle-sigkill.patch b/gus-handle-sigkill.patch
new file mode 100644
index 0000000..1abefba
--- /dev/null
+++ b/gus-handle-sigkill.patch
@@ -0,0 +1,12 @@
+Index: src/user_share.c
+===================================================================
+--- src/user_share.c (revision 234)
++++ src/user_share.c (working copy)
+@@ -250,6 +250,7 @@
+ signal (SIGINT, cleanup_handler);
+ signal (SIGHUP, cleanup_handler);
+ signal (SIGTERM, cleanup_handler);
++ signal (SIGKILL, cleanup_handler);
+
+ xdisplay = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
+ if (xdisplay == NULL) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: - Handle the SIGKILL signal as well Bastien Nocera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox