summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crash-catcher.init4
-rw-r--r--crash-catcher.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/crash-catcher.init b/crash-catcher.init
index 192b72b..56aadac 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 d67f5a8..ce1c2fd 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 <jmoskovc@redhat.com> 0.0.1-12
+- changed SOURCE url
- added desktop-file-utils to BR
- changed crash-catcher to %%{name}