public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Bastien Nocera <hadess@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-user-share] wip/oholy/f45-update: - Handle the SIGKILL signal as well
Date: Wed, 24 Jun 2026 11:34:07 GMT	[thread overview]
Message-ID: <178230084709.1.8237083180429987275.rpms-gnome-user-share-6b7e9ebc2759@fedoraproject.org> (raw)

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) {

                 reply	other threads:[~2026-06-24 11:34 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=178230084709.1.8237083180429987275.rpms-gnome-user-share-6b7e9ebc2759@fedoraproject.org \
    --to=hadess@fedoraproject.org \
    --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