allow replacement of rc service script during upgrades

This commit is contained in:
Warren Togami 2005-04-28 03:36:18 +00:00
parent ebcf11bab1
commit 3d13a00885

View File

@ -6,7 +6,7 @@
Summary: Spam filter for email which can be invoked from mail delivery agents.
Name: spamassassin
Version: 3.0.3
Release: 2.fc4
Release: 3.fc4
License: Apache License
Group: Applications/Internet
URL: http://spamassassin.apache.org/
@ -111,7 +111,7 @@ find $RPM_BUILD_ROOT%{perl_vendorlib}/* -type d -print |
%defattr(-,root,root)
%doc BUGS LICENSE NOTICE CREDITS Changes README STATUS TRADEMARK UPGRADE
%doc USAGE sample-nonspam.txt sample-spam.txt
%config(noreplace) %{_initrddir}/spamassassin
%config %{_initrddir}/spamassassin
%config(noreplace) %{_sysconfdir}/mail/spamassassin
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
%dir %{_datadir}/spamassassin
@ -148,9 +148,10 @@ fi
exit 0
%changelog
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-2
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-3
- 3.0.3
- SA#4287 retval fix
- allow replacement of rc service script during upgrades
* Mon Apr 25 2005 Warren Togami <wtogami@redhat.com> - 3.0.3-0.r164513
- 3.0.3-r164513 (almost final)