[sddm] Patch unitialized values in signal handler in the daemon

Martin Briza mbriza at fedoraproject.org
Fri Jun 27 12:49:31 UTC 2014


commit e224be83ee737f89aa0435efc08c44ba8588b8c2
Author: Martin Briza <mbriza at redhat.com>
Date:   Fri Jun 27 14:49:24 2014 +0200

    Patch unitialized values in signal handler in the daemon

 sddm.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/sddm.spec b/sddm.spec
index 24f160e..54740df 100644
--- a/sddm.spec
+++ b/sddm.spec
@@ -25,6 +25,8 @@ Source21:       fedora-Main.qml
 Source22:       fedora-metadata.desktop
 Source23:       fedora-theme.conf
 
+Patch1:         0001-Initialize-sigactions-in-signal-handlers.patch
+
 Provides: service(graphical-login) = sddm
 
 BuildRequires:  cmake
@@ -65,7 +67,7 @@ A collection of sddm themes, including: circles, elarun, maldives, maui.
 
 %prep
 %setup -q -n %{name}-%{sddm_commit}
-
+%patch1 -p1 -b .signals
 
 %build
 mkdir -p %{_target_platform}
@@ -142,6 +144,7 @@ exit 0
 %changelog
 * Fri Jun 27 2014 Martin Briza <mbriza at redhat.com> - 0.2.0-0.30.20140627gitf49c2c79
 - Bump to latest upstream, switch back to sddm project
+- Patch unitialized values in signal handler in the daemon
 - Drop sddm.service
 - Enable manpage and journald support
 


More information about the scm-commits mailing list