From 820832e32b5ee5f422261575fc332e038ad94e73 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 3 Mar 2009 15:24:04 +0100 Subject: More spec file fixes, service is not started by default --- crash-catcher.init | 4 ++-- crash-catcher.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crash-catcher.init b/crash-catcher.init index 192b72b1..56aadac6 100644 --- a/crash-catcher.init +++ b/crash-catcher.init @@ -1,14 +1,14 @@ #!/bin/bash # Starts the crash-catcher daemon # -# chkconfig: 2345 82 16 +# chkconfig: - 82 16 # description: Daemon to detect crashing apps # processname: crash-catcher ### BEGIN INIT INFO # Provides: crash-catcher # Required-Start: $syslog $local_fs # Required-Stop: $syslog $local_fs -# Default-Stop: 0 1 6 +# Default-Stop: 0 1 2 3 4 5 6 # Short-Description: start and stop crash-carcher daemon # Description: Listen and dispatch crash events ### END INIT INFO diff --git a/crash-catcher.spec b/crash-catcher.spec index d67f5a8e..ce1c2fdc 100644 --- a/crash-catcher.spec +++ b/crash-catcher.spec @@ -5,7 +5,7 @@ Release: 12%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/crash-catcher/ -Source: crash-catcher-0.0.1.tar.gz +Source: http://jmoskovc.fedorapeople.org/%{name}-%{version}.tar.gz Source1: crash-catcher.init BuildRequires: dbus-c++-devel BuildRequires: gtkmm24-devel @@ -141,7 +141,6 @@ fi %files libs %defattr(-,root,root,-) -%{_libdir}/%{name} %{_libdir}/lib*.so.* %files devel @@ -181,6 +180,7 @@ fi %changelog * Tue Mar 3 2009 Jiri Moskovcak 0.0.1-12 +- changed SOURCE url - added desktop-file-utils to BR - changed crash-catcher to %%{name} -- cgit