From e224be83ee737f89aa0435efc08c44ba8588b8c2 Mon Sep 17 00:00:00 2001 From: Martin Briza Date: Fri, 27 Jun 2014 14:49:24 +0200 Subject: [PATCH] Patch unitialized values in signal handler in the daemon --- sddm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 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