summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 15:24:04 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 15:24:04 +0100
commit820832e32b5ee5f422261575fc332e038ad94e73 (patch)
treef5470fb95dfdaf8236cc4c856442cad70079f99a
parent7d46e5be7517f6050df44378a098c2ce6eb5aaa7 (diff)
downloadabrt-820832e32b5ee5f422261575fc332e038ad94e73.tar.gz
abrt-820832e32b5ee5f422261575fc332e038ad94e73.tar.xz
abrt-820832e32b5ee5f422261575fc332e038ad94e73.zip
More spec file fixes, service is not started by default
-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 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 <jmoskovc@redhat.com> 0.0.1-12
+- changed SOURCE url
- added desktop-file-utils to BR
- changed crash-catcher to %%{name}