From 0d264c5cb4c27fae225439ddc0dc0a97162c9b57 Mon Sep 17 00:00:00 2001 From: nalin Date: Jul 25 2006 12:34:11 +0000 Subject: - unmark the init script as a %config file (part of #197182) --- diff --git a/oddjob.spec b/oddjob.spec index 12bfcca..3fadbfd 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -2,7 +2,7 @@ Name: oddjob Version: 0.27 -Release: 6 +Release: 7 Source: http://people.redhat.com/nalin/oddjob/oddjob-%{version}-1.tar.gz Summary: A D-BUS service which runs odd jobs on behalf of client applications License: BSD @@ -97,7 +97,7 @@ install -m755 sample/oddjob-sample.sh sample-install-root/sample/%{_libdir}/% %if ! %{build_sample} %doc sample-install-root/sample %endif -%config(noreplace) %{_initrddir}/oddjobd +%{_initrddir}/oddjobd %{_bindir}/* %{_sbindir}/* %config(noreplace) %{_sysconfdir}/dbus-*/system.d/oddjob.conf @@ -144,6 +144,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Thu Jul 25 2006 Nalin Dahyabhai 0.27-7 +- unmark the init script as a %%config file (part of #197182) + * Thu Jul 20 2006 Nalin Dahyabhai 0.27-6 - rebuild