3 |
# Name: Jean-Philippe Pialasse. |
# Name: Jean-Philippe Pialasse. |
4 |
%define name smeserver-learn |
%define name smeserver-learn |
5 |
%define version 1.0 |
%define version 1.0 |
6 |
%define release 5 |
%define release 6 |
7 |
|
|
8 |
Summary: SME Server Mails Learning script |
Summary: SME Server Mails Learning script |
9 |
Name: %{name} |
Name: %{name} |
29 |
- Whitelist the sender so his mails won't be taged as spam again |
- Whitelist the sender so his mails won't be taged as spam again |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-5.sme |
* Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-6.sme |
33 |
- new version SME8 and SME9 |
- new version SME8 and SME9 |
34 |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
- fix wrong default db key DeleteAfterLearn [SME: 7083] |
35 |
- added inspection of temp and new subdir [SME: 6862] |
- added inspection of temp and new subdir [SME: 6862] |
48 |
- fixed typo in event email-update (r3) |
- fixed typo in event email-update (r3) |
49 |
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
- fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4) |
50 |
- fixed messy output [SME: 9284] (r5) |
- fixed messy output [SME: 9284] (r5) |
51 |
|
- fixed replaced cron file on update [SME: 9286](r6) |
52 |
|
|
53 |
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
* Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3 |
54 |
- add dependencies to spec file |
- add dependencies to spec file |
79 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
80 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
81 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
82 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT |\ |
83 |
|
sed -e "s@^$RPM_BUILD_ROOT@@g" \ |
84 |
|
-e "s@^%attr(0644,root,root) /etc/cron.d/Learn@%attr(0644,root,root)%config(noreplace) /etc/cron.d/Learn@"\ |
85 |
|
> %{name}-%{version}-filelist |
86 |
|
|
87 |
%clean |
%clean |
88 |
rm -rf $RPM_BUILD_ROOT |
#rm -rf $RPM_BUILD_ROOT |
89 |
|
|
90 |
%post |
%post |
91 |
|
|