Own /etc/mail dir (#645035).
This commit is contained in:
parent
94d8edd736
commit
217b3d5538
@ -60,7 +60,7 @@ Requires: portreserve
|
|||||||
Summary: Spam filter for email which can be invoked from mail delivery agents
|
Summary: Spam filter for email which can be invoked from mail delivery agents
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.3.2
|
Version: 3.3.2
|
||||||
Release: 0.5.svn%{svnrev}%{?dist}
|
Release: 0.6.svn%{svnrev}%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -231,6 +231,7 @@ install -m 0644 %{SOURCE13} $RPM_BUILD_DIR/Mail-SpamAssassin-%{version}/
|
|||||||
%doc USAGE sample-nonspam.txt sample-spam.txt
|
%doc USAGE sample-nonspam.txt sample-spam.txt
|
||||||
%doc README.RHEL.Fedora
|
%doc README.RHEL.Fedora
|
||||||
%{_initrddir}/spamassassin
|
%{_initrddir}/spamassassin
|
||||||
|
%dir %{_sysconfdir}/mail
|
||||||
%config(noreplace) %{_sysconfdir}/mail/spamassassin
|
%config(noreplace) %{_sysconfdir}/mail/spamassassin
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
|
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/sa-update
|
%config(noreplace) %{_sysconfdir}/sysconfig/sa-update
|
||||||
@ -278,6 +279,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.2-0.6.svn1071394
|
||||||
|
- Own /etc/mail dir (#645035).
|
||||||
|
|
||||||
* Wed Feb 16 2011 Nick Bebout <nb@fedoraproject.org> - 3.3.2-0.5.svn1071394
|
* Wed Feb 16 2011 Nick Bebout <nb@fedoraproject.org> - 3.3.2-0.5.svn1071394
|
||||||
- Oops, I left off svn in the Release of 3.3.2-0.4.svn1071394
|
- Oops, I left off svn in the Release of 3.3.2-0.4.svn1071394
|
||||||
|
|
||||||
@ -556,7 +560,7 @@ exit 0
|
|||||||
SA#4121 Score for user defined rules become ignored
|
SA#4121 Score for user defined rules become ignored
|
||||||
SA#3944 get_envelope_from not handling received header
|
SA#3944 get_envelope_from not handling received header
|
||||||
|
|
||||||
* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.0.2-8
|
* Sun Apr 10 2005 Ville Skyttä <ville.skytta@iki.fi> - 3.0.2-8
|
||||||
- Own /usr/share/spamassassin (#152534).
|
- Own /usr/share/spamassassin (#152534).
|
||||||
- Drop no longer needed dependency filter script.
|
- Drop no longer needed dependency filter script.
|
||||||
|
|
||||||
@ -641,7 +645,7 @@ exit 0
|
|||||||
- svn snapshot 20040524
|
- svn snapshot 20040524
|
||||||
- svn snapshot 20040518
|
- svn snapshot 20040518
|
||||||
|
|
||||||
* Sun May 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 2.63-8
|
* Sun May 2 2004 Ville Skyttä <ville.skytta@iki.fi> - 2.63-8
|
||||||
- #122233
|
- #122233
|
||||||
- Require perl(:MODULE_COMPAT_*).
|
- Require perl(:MODULE_COMPAT_*).
|
||||||
- Use %%{_mandir} and %%{_initrddir}.
|
- Use %%{_mandir} and %%{_initrddir}.
|
||||||
|
Loading…
Reference in New Issue
Block a user