[emacs/f20] Service dont start. Must be replace: "Type=Forking" > "Type=forking". - resolves: #1147912

Jan Chaloupka jchaloup at fedoraproject.org
Tue Sep 30 10:50:30 UTC 2014


commit 765b8fb58b0d0dab8fa216e4a094332d0b5b8a9b
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Tue Sep 30 12:49:43 2014 +0200

    Service dont start. Must be replace: "Type=Forking" > "Type=forking".
    - resolves: #1147912

 emacs.service |    2 +-
 emacs.spec    |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/emacs.service b/emacs.service
index b527b46..d611118 100644
--- a/emacs.service
+++ b/emacs.service
@@ -2,7 +2,7 @@
 Description=Emacs: the extensible, self-documenting text editor
 
 [Service]
-Type=Forking
+Type=forking
 ExecStart=/usr/bin/emacs --daemon
 ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
 Restart=always
diff --git a/emacs.spec b/emacs.spec
index 9bf5c28..e4ae126 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 24.3
-Release: 24%{?dist}
+Release: 25%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -485,6 +485,10 @@ update-desktop-database &> /dev/null || :
 %dir %{_datadir}/emacs/site-lisp/site-start.d
 
 %changelog
+* Tue Sep 30 2014 jchaloup <jchaloup at redhat.com> - 1:24.3-25
+- resolves: #1147912
+  Service dont start. Must be replace: "Type=Forking" > "Type=forking".
+
 * Mon Aug 18 2014 jchaloup <jchaloup at redhat.com> - 1:24.3-24
 - resolves: #1130587
   unremove emacs from emacs-nox package, emacs and emacs-nox co-exist


More information about the scm-commits mailing list