/[smeserver]/rpms/spamassassin/sme9/spamassassin.spec
ViewVC logotype

Annotation of /rpms/spamassassin/sme9/spamassassin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (hide annotations) (download)
Wed Jun 20 03:34:41 2018 UTC (5 years, 11 months ago) by jpp
Branch: MAIN
Changes since 1.8: +7 -1 lines
* Tue Jun 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.4.1-2.sme
- add build require perl(Net::DNS::Nameserver)  and import dependencies [SME: 10597]

1 vip-ire 1.1 %define pkgname Mail-SpamAssassin
2    
3 vip-ire 1.2 Name: spamassassin
4 vip-ire 1.8 Version: 3.4.1
5 jpp 1.9 Release: 2%{?dist}
6 vip-ire 1.1 Summary: Spam filter for email which can be invoked from mail delivery agents
7     License: Apache
8     Group: Applications/Internet
9     URL: http://spamassassin.apache.org/
10     Source0: http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-%{version}.tar.bz2
11 vip-ire 1.8 Source1: http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-rules-%{version}.r1675274.tgz
12 vip-ire 1.1 Source2: redhat_local3.cf
13     Source3: spamassassin-default.rc
14     Source4: spamassassin-spamc.rc
15     Source5: spamassassin.sysconfig
16     Source6: sa-update.logrotate
17     Source88: sa-update.cron.in
18     Source89: gpgkeys
19     Source90: channels
20     Source10: spamassassin-helper.sh
21     Source20: http://www.timj.co.uk/linux/bogus-virus-warnings.cf
22     #Source30: http://saupdates.openprotect.com/pub.gpg
23     Source40: http://spamassassin.apache.org/updates/GPG.KEY
24     Source50: http://www.apache.org/dist/spamassassin/KEYS
25     #Source60: http://yerp.org/rules/GPG.KEY
26     Source60: GPG-sought.KEY
27     Patch0: Mail-SpamAssassin-3.0.0-krb5.patch
28     Buildroot: %{_tmppath}/%{name}-root
29     Requires(pre): /sbin/chkconfig /sbin/service
30    
31     BuildRequires: openssl-devel, krb5-devel
32     BuildRequires: autoconf
33     BuildRequires: perl >= 2:5.8.1
34     #
35     BuildRequires: perl(Digest::SHA)
36     BuildRequires: perl(File::Spec) >= 0.8
37     BuildRequires: perl(File::Copy) >= 2.02
38     BuildRequires: perl(Pod::Usage) >= 1.10
39     BuildRequires: perl(HTML::Parser) >= 3.43
40     BuildRequires: perl(Archive::Tar) >= 1.23
41     BuildRequires: perl(Mail::DKIM) >= 0.37
42     BuildRequires: perl(Net::DNS) >= 0.58
43 vip-ire 1.8 BuildRequires: perl(NetAddr::IP) >= 4.010
44 vip-ire 1.1 BuildRequires: perl(Sys::Hostname)
45     BuildRequires: perl(Time::HiRes)
46     BuildRequires: perl(Time::Local)
47     BuildRequires: perl(Errno)
48     #
49     BuildRequires: perl(MIME::Base64)
50     BuildRequires: perl(DB_File)
51     BuildRequires: perl(Net::SMTP)
52     BuildRequires: perl(Mail::SPF)
53     BuildRequires: perl(IP::Country::Fast)
54     BuildRequires: perl(Razor2::Client::Version) >= 2.61
55     BuildRequires: perl(Net::Ident)
56     BuildRequires: perl(IO::Socket::INET6)
57     BuildRequires: perl(IO::Socket::SSL)
58     BuildRequires: perl(Compress::Zlib)
59     BuildRequires: perl(DBI)
60     #BuildRequires: perl(DBD::...)
61     BuildRequires: perl(Getopt::Long) >= 2.34
62     BuildRequires: perl(LWP), perl(LWP::UserAgent)
63     BuildRequires: perl(HTTP::Date)
64     BuildRequires: perl(IO::Zlib) >= 1.04
65     BuildRequires: perl(Encode::Detect)
66     #
67     BuildRequires: perl(Apache::Test)
68     BuildRequires: mod_perl
69    
70     BuildRequires: %{_bindir}/dccproc
71     BuildRequires: %{_bindir}/pyzor
72    
73 jpp 1.9 ##JPP
74     BuildRequires: perl(Net::DNS::Nameserver)
75    
76 vip-ire 1.1 ###
77     Requires: perl(Digest::SHA)
78     Requires: perl(File::Spec) >= 0.8
79     Requires: perl(File::Copy) >= 2.02
80     Requires: perl(Pod::Usage) >= 1.10
81     Requires: perl(HTML::Parser) >= 3.43
82     Requires: perl(Archive::Tar) >= 1.23
83     Requires: perl(Mail::DKIM) >= 0.37
84     Requires: perl(Net::DNS) >= 0.58
85     Requires: perl(NetAddr::IP)
86     Requires: perl(Sys::Hostname)
87     Requires: perl(Time::HiRes)
88     Requires: perl(Time::Local)
89     Requires: perl(Errno)
90     #
91     Requires: perl(MIME::Base64)
92     Requires: perl(DB_File)
93     Requires: perl(Net::SMTP)
94     Requires: perl(Mail::SPF)
95     Requires: perl(IP::Country::Fast)
96     Requires: perl(Razor2::Client::Version) >= 2.61
97     Requires: perl(Net::Ident)
98     Requires: perl(IO::Socket::INET6)
99     Requires: perl(IO::Socket::SSL)
100     Requires: perl(Compress::Zlib)
101     Requires: perl(DBI)
102     #Requires: perl(DBD::...)
103     Requires: perl(Getopt::Long) >= 2.34
104     Requires: perl(LWP), perl(LWP::UserAgent)
105     Requires: perl(HTTP::Date)
106     Requires: perl(IO::Zlib) >= 1.04
107     Requires: perl(Encode::Detect)
108     #
109     Requires: perl(Apache::Test)
110     Requires: mod_perl
111     ###
112    
113     Requires: perl(Getopt::Long) >= 2.34
114     Requires: %{_bindir}/dccproc
115     Requires: %{_bindir}/pyzor
116    
117     Requires: procmail
118     Requires: gnupg
119    
120     Obsoletes: perl-Mail-SpamAssassin <= %{eversion}
121    
122     %description
123     SpamAssassin provides you with a way to reduce if not completely eliminate
124     Unsolicited Commercial Email (SPAM) from your incoming email. It can
125     be invoked by a MDA such as sendmail or postfix, or can be called from
126     a procmail script, .forward file, etc. It uses a genetic-algorithm
127     evolved scoring system to identify messages which look spammy, then
128     adds headers to the message so they can be filtered by the user's mail
129     reading software. This distribution includes the spamd/spamc components
130     which create a server that considerably speeds processing of mail.
131    
132     To enable spamassassin, if you are receiving mail locally, simply add
133     this line to your ~/.procmailrc:
134     INCLUDERC=%{_sysconfdir}/mail/spamassassin/spamassassin-default.rc
135    
136     To filter spam for all users, add that line to /etc/procmailrc
137     (creating if necessary).
138    
139     %prep
140     %setup -q -n %{pkgname}-%{version}
141     %patch0 -p1 -b .krb5
142    
143     %build
144     (cd spamc; autoconf)
145     %define _perl_buildroot %{nil}
146 vip-ire 1.7 test -z "$PERL5LIB" && export PERL5LIB=%{buildroot}%{perl_vendorarch}:%{buildroot}%{perl_vendorlib} || \
147     export PERL5LIB="$PERL5LIB":%{buildroot}%{perl_vendorarch}:%{buildroot}%{perl_vendorlib}
148 vip-ire 1.6 test -z "$CFLAGS" && export CFLAGS="%{optflags}"
149     %{__perl} Makefile.PL 'PREFIX=%{_perl_buildroot}%{_prefix}' INSTALLDIRS=vendor ENABLE_SSL=yes
150     %{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
151     %{__make} OPTIMIZE="$RPM_OPT_FLAGS"
152     %if %{?_without_check:0}%{!?_without_check:1}
153 vip-ire 1.7 %{__make} test || :
154 vip-ire 1.6 %endif
155 vip-ire 1.1 mv spamd/README spamd/README.spamd
156    
157     %install
158     rm -rf %{buildroot}
159 vip-ire 1.7 %{__make} install DESTDIR_REDIRECT=%{buildroot} DESTDIR=%{buildroot}
160     find %{buildroot} \( -name .packlist -or -name perllocal.pod -or \( -name '*.bs' -a -empty \) \) -exec rm -f {} \;
161 vip-ire 1.1 install -d %{buildroot}/%{_initrddir}
162     install -p -m 0755 spamd/redhat-rc-script.sh %{buildroot}/%{_initrddir}/spamassassin
163    
164     mkdir -p %{buildroot}%{_sysconfdir}/mail/spamassassin
165     mkdir -p -m 0700 %{buildroot}%{_sysconfdir}/mail/spamassassin/sa-update-keys
166     mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
167     mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
168     mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
169     install -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/mail/spamassassin/local.cf
170     install -p -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/spamassassin
171    
172     install -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/mail/spamassassin
173     install -p -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/mail/spamassassin
174     install -p -m 0755 %{SOURCE10} %{buildroot}%{_sysconfdir}/mail/spamassassin
175     install -p -m 0644 %{SOURCE6} %{buildroot}/etc/logrotate.d/sa-update
176     install -p -m 0644 %{SOURCE89} %{SOURCE90} %{buildroot}%{_sysconfdir}/mail/spamassassin
177     sed -e's,@configdir@,%{_sysconfdir}/mail/spamassassin,g' \
178     -e's,@homedir@,/var/lib/spamassassin,g' \
179     -e's,@logdir@,/var/log/sa-update.log,g' \
180     < %{SOURCE88} > %{buildroot}/etc/cron.daily/sa_update
181     chmod 0755 %{buildroot}/etc/cron.daily/sa_update
182     touch -r %{SOURCE88} %{buildroot}/etc/cron.daily/sa_update
183    
184     pushd %{buildroot}%{_datadir}/spamassassin/
185     gunzip -c %{SOURCE1} | tar xf -
186     popd
187    
188     install -p -m 0644 %{SOURCE20} %{buildroot}%{_datadir}/spamassassin/99_bogus-virus-warnings.cf
189    
190     install -p -m 0644 %{SOURCE60} %{buildroot}%{_datadir}/spamassassin/sought.rules.yerp.org-key.txt
191     install -p -m 0644 %{SOURCE50} %{buildroot}%{_datadir}/spamassassin/release-spamassassin.org-key.txt
192     install -p -m 0644 %{SOURCE40} %{buildroot}%{_datadir}/spamassassin/updates.spamassassin.org-key.txt
193     #install -p -m 0644 %{SOURCE30} %{buildroot}%{_datadir}/spamassassin/saupdates.openprotect.com-key.txt
194    
195     mkdir -p %{buildroot}/var/lib/spamassassin
196    
197     %files
198     %defattr(-,root,root,-)
199     %doc README Changes sample-nonspam.txt sample-spam.txt spamd/README.spamd
200     %doc UPGRADE LICENSE TRADEMARK NOTICE USAGE CREDITS
201    
202     %{perl_vendorlib}/Mail/SpamAssassin.pm
203     %{perl_vendorlib}/Mail/SpamAssassin
204 vip-ire 1.7 %{_mandir}/man3/Mail::SpamAssassin*.3pm*
205     %{_mandir}/man1/sa-awl.1*
206 vip-ire 1.1 %{perl_vendorlib}/spamassassin-run.pod
207     %{_datadir}/spamassassin
208    
209     %{_bindir}/sa-learn
210     %{_bindir}/spamassassin
211     %{_bindir}/sa-update
212     %{_bindir}/sa-compile
213     %{_bindir}/sa-awl
214     %{_bindir}/sa-check_spamd
215     %{_mandir}/man1/sa-learn.1*
216     %{_mandir}/man1/sa-update.1*
217     %{_mandir}/man1/spamassassin*.1*
218     %{_mandir}/man1/sa-compile.1*
219     %{_mandir}/man3/spamassassin-run.3pm*
220     %config(noreplace) %{_sysconfdir}/mail/spamassassin
221     %config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
222     %{_sysconfdir}/cron.daily/sa_update
223     /var/lib/spamassassin
224     %{_sysconfdir}/logrotate.d/sa-update
225    
226     %{_bindir}/spamd
227     %{_mandir}/man1/spamd.1*
228     %{_initrddir}/spamassassin
229    
230     %{_bindir}/spamc
231     %{_mandir}/man1/spamc.1*
232    
233     %clean
234     rm -rf %{buildroot}
235    
236     %post
237     /sbin/chkconfig --add spamassassin
238    
239     for old in /etc/spamassassin.cf /etc/mail/spamassassin.cf; do
240     mv $old %{_sysconfdir}/mail/spamassassin/migrated.cf > /dev/null 2>&1 || :
241     done
242    
243     # Make sure we import all keys. The release key is not currently
244     # intended for sa-update functionality, but one is better equipped to
245     # handle such cases in future upgrades.
246     sa-update --import %{_datadir}/spamassassin/release-spamassassin.org-key.txt
247     sa-update --import %{_datadir}/spamassassin/updates.spamassassin.org-key.txt
248     #sa-update --import %{_datadir}/spamassassin/saupdates.openprotect.com-key.txt
249     sa-update --import %{_datadir}/spamassassin/sought.rules.yerp.org-key.txt
250    
251     %postun
252     if [ "$1" -ge "1" ]; then
253     /sbin/service spamassassin condrestart > /dev/null 2>&1
254     fi
255    
256     %preun
257     if [ $1 = 0 ] ; then
258     /sbin/service spamassassin stop >/dev/null 2>&1
259     /sbin/chkconfig --del spamassassin
260     fi
261     exit 0
262    
263     %changelog
264 jpp 1.9 * Tue Jun 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 3.4.1-2.sme
265     - add build require perl(Net::DNS::Nameserver) and import dependencies [SME: 10597]
266    
267 vip-ire 1.8 * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.4.1-1.sme
268     - Update to 3.4.1 [SME: 9153]
269    
270 vip-ire 1.6 * Fri Jul 10 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-60.sme
271     - Expand atrpms macro and remove BuildReq on atrpms-rpm-config [SME: 8980]
272    
273 vip-ire 1.4 * Fri Jul 10 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-59.sme
274     - Add atrpms-rpm-config to the BUildReq so it can build [SME: 8980]
275    
276 vip-ire 1.3 * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-58.sme
277     - Update RegistrarBoundaries.pm to the one from 3.4.1 so URIBL tests are
278     done on new tld [SME: 8980]
279    
280 vip-ire 1.2 * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 3.3.2-57.sme
281     - Remove dependency on atrpms macros [SME: 8980]
282    
283 vip-ire 1.1 * Mon Jun 10 2013 Axel Thimm <Axel.Thimm@ATrpms.net> -
284     - Update to 3.3.2.
285    
286     * Fri Nov 26 2010 Axel Thimm <Axel.Thimm@ATrpms.net> -
287     - Update to interim dev release 3.3.1_01.
288    
289     * Thu Nov 25 2010 Axel Thimm <Axel.Thimm@ATrpms.net>
290     - Remove goto invocations to please perl 5.12.x.
291    
292     * Fri Jan 29 2010 Axel Thimm <Axel.Thimm@ATrpms.net>
293     - Update to 3.3.0 final.
294    
295     * Mon Dec 28 2009 Axel Thimm <Axel.Thimm@ATrpms.net>
296     - Update to 3.3.0 rc1.
297    
298     * Sun Jun 15 2008 Axel Thimm <Axel.Thimm@ATrpms.net>
299     - Update spamassassin update key with the cross-signed one.
300    
301     * Thu Jun 12 2008 Axel Thimm <Axel.Thimm@ATrpms.net>
302     - Update to 3.2.5.
303    
304     * Sat Dec 22 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
305     - Fix handling of gpgkeys (Jeffrey J. Kosowsky <atrpms@kosowsky.org>).
306     - channels and gpgkeys are not anymore hardcoded in cron scripts.
307     - Many smaller cleanups.
308    
309     * Fri Aug 10 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
310     - Update to 3.2.3.
311     - Remove patches for suid bug (are now upstream).
312    
313     * Tue Jul 31 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
314     - Fix pyzor/dcc suid bug.
315    
316     * Wed Jul 25 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
317     - Update to 3.2.2.
318    
319     * Tue Jun 12 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
320     - Update to 3.2.1.
321     - Rename %{_sysconfdir}/cron.daily/sa-update sa_update to avoid
322     conflict with mailscanner project.
323    
324     * Sat May 5 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
325     - Update to 3.2.0.
326     - Sync with rawhide's sa-update cron.
327    
328     * Thu Feb 15 2007 Axel Thimm <Axel.Thimm@ATrpms.net>
329     - Update to 3.1.8.
330    
331     * Wed Oct 11 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
332     - Update to 3.1.7.
333    
334     * Fri Oct 6 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
335     - Update to 3.1.6.
336    
337     * Wed Aug 30 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
338     - Update to 3.1.5.
339    
340     * Fri Jul 28 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
341     - Update to 3.1.4.
342    
343     * Wed Jun 7 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
344     - Update to 3.1.3.
345    
346     * Fri May 26 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
347     - Update to 3.1.2.
348    
349     * Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
350     - Update to 3.1.1.
351    
352     * Thu Sep 15 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
353     - Update to 3.1.0.
354    
355     * Thu Jun 9 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
356     - Update to 3.0.4.
357    
358     * Fri Apr 29 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
359     - Update to 3.0.3.
360    
361     * Fri Dec 17 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
362     - Update to 3.0.2.
363    
364     * Tue Dec 14 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
365     - Add support for collateral spam.
366    
367     * Sat Oct 23 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
368     - Update to 3.0.1.
369    
370     * Wed Sep 22 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
371     - Update to 3.0.0 final.
372    
373     * Fri Sep 17 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
374     - Update to 3.0.0-rc5.
375    
376     * Thu Aug 5 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
377     - Update to 3.0.0-pre4.
378    
379     * Thu Jul 29 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
380     - Update to 3.0.0-pre3.
381    
382     * Thu Jan 22 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
383     - Update to 2.63.
384    
385     * Mon Jan 19 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
386     - Update to 2.62.
387    
388     * Mon Jan 12 2004 Axel Thimm <Axel.Thimm@ATrpms.net>
389     - Sync with rawhide (remove servicename patch).
390    
391     * Tue Dec 9 2003 Axel Thimm <Axel.Thimm@ATrpms.net>
392     - Upgrade to 2.61.
393    
394     * Wed Sep 24 2003 Axel Thimm <Axel.Thimm@ATrpms.net>
395     - Upgrade to 2.60.
396     - Sync with rawhide.
397    
398     * Sat Jul 5 2003 Chip Turner <cturner@redhat.com> 2.55-3
399     - change perl dependency to more accurate versions with explicit epochs
400    
401     * Wed Apr 16 2003 Chip Turner <cturner@redhat.com> 2.53-5
402     - remove SIGCHILD patch to properly return it to SIG_IGN now that
403     waitpid isn't used on Linux
404    
405     * Mon Apr 14 2003 Chip Turner <cturner@redhat.com> 2.53-4.8.x
406     - update to 2.53 from upstream
407    
408     * Fri Mar 21 2003 Chip Turner <cturner@redhat.com> 2.50-3.8.x
409     - update patch for servicename; should fix restarting/runlevel issues (#85975)
410    
411     * Thu Mar 13 2003 Chip Turner <cturner@redhat.com> 2.50-2.8.x
412     - update to 2.50
413    
414     * Tue Feb 25 2003 Elliot Lee <sopwith@redhat.com>
415     - rebuilt
416    
417     * Fri Feb 21 2003 Chip Turner <cturner@redhat.com>
418     - revert double fix for 84774
419    
420     * Mon Feb 17 2003 Bill Nottingham <notting@redhat.com>
421     - fix startup (#84445)
422    
423     * Thu Feb 13 2003 Bill Nottingham <notting@redhat.com>
424     - fix paths in initscript (#84216)
425    
426     * Thu Feb 13 2003 Chip Turner <cturner@redhat.com>
427     - removing -P option since it is the default now, bug 84144
428    
429     * Wed Feb 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
430     - fix SIGCHLD handling
431    
432     * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com>
433     - move condrestart to %%postun
434    
435     * Sun Feb 2 2003 Chip Turner <cturner@redhat.com>
436     - update to 2.44
437     - add condrestart to service script
438    
439     * Thu Jan 30 2003 Chip Turner <cturner@redhat.com>
440     - release bump and rebuild
441    
442     * Wed Jan 29 2003 Chip Turner <cturner@redhat.com>
443     - add upstream bsmtp off-by-one patch
444    
445     * Mon Jan 20 2003 Chip Turner <cturner@redhat.com>
446     - add wrapper for 'spamassassin -e' for native evolution spam filtering
447    
448     * Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 2.43-10
449     - use internal dep generator.
450    
451     * Wed Jan 1 2003 Chip Turner <cturner@redhat.com>
452     - rebuild
453    
454     * Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 2.43-7
455     - don't run by default
456    
457     * Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.43-6
458     - don't use rpms internal dep generator
459     - buildrequire perl-Time-HiRes instead of perl(Time:HiRes) so we can satisfy build deps in the build system
460    
461     * Fri Nov 22 2002 Tim Powers <timp@redhat.com>
462     - rebuilt to solve broken perl deps
463    
464     * Thu Aug 15 2002 Chip Turner <cturner@redhat.com>
465     - speedup patch from upstream
466    
467     * Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
468     - automated release bump and build
469    
470     * Thu Jul 18 2002 Chip Turner <cturner@redhat.com>
471     - better control of service level, improvement in %%post script.
472     - (contribs from schirmer@taytron.net)
473    
474     * Fri Jun 28 2002 Chip Turner <cturner@redhat.com>
475     - added proper BuildRequire
476    
477     * Wed Jun 26 2002 Chip Turner <cturner@redhat.com>
478     - updated to 2.31, added .rc file for procmail to INCLUDERC to enable
479    
480     * Fri Apr 19 2002 Theo Van Dinter <felicity@kluge.net>
481     - Updated for 2.20 release
482     - made /etc/mail/spamassassin a config directory so local.cf doesn't get wiped out
483     - added a patch to remove findbin stuff
484    
485     * Wed Feb 27 2002 Craig Hughes <craig@hughes-family.org>
486     - Updated for 2.1 release
487    
488     * Sat Feb 02 2002 Theo Van Dinter <felicity@kluge.net>
489     - Updates for 2.01 release
490     - Fixed rc file
491     - RPM now buildable as non-root
492     - fixed post_service errors
493     - fixed provides to include perl modules
494     - use file find instead of manually specifying files
495    
496     * Tue Jan 15 2002 Craig Hughes <craig@hughes-family.org>
497     - Updated for 2.0 release
498    
499     * Wed Dec 05 2001 Craig Hughes <craig@hughes-family.org>
500     - Updated for final 1.5 distribution.
501    
502     * Sun Nov 18 2001 Craig Hughes <craig@hughes-family.org>
503     - first version of rpm.
504    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed