|
|
|
@ -4,9 +4,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Meta-Package to turn a SME Server into an iPasserelle |
|
|
|
|
Name: ipasserelle-base |
|
|
|
|
Version: 0.2.70 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Name: %{name} |
|
|
|
|
Version: %{version} |
|
|
|
|
Release: %{release}%{?dist} |
|
|
|
|
Epoch: 9 |
|
|
|
|
License: GPL |
|
|
|
|
Group: Networking/Daemons |
|
|
|
@ -49,26 +49,6 @@ Based on SMEServer, iPasserelle is a specially configured |
|
|
|
|
SME Server, with some additionnal modules |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Thu Dec 19 2019 Daniel Berteaud <daniel@firewall-services.com> 0.2.70-1 |
|
|
|
|
- Hide warning if year maildir already exists (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
* Thu Mar 14 2019 Daniel Berteaud <daniel@firewall-services.com> 0.2.69-1 |
|
|
|
|
- Don't try to create or delete scan dir if no user has been passed |
|
|
|
|
(daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.68-1 |
|
|
|
|
- Handle Bcc being a fully qualified address in rotate script GLPI #30996 |
|
|
|
|
(daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
* Wed Dec 06 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.67-1 |
|
|
|
|
- Typo in Category CGI param id (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
* Wed Dec 06 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.66-1 |
|
|
|
|
- Remove GIT Changelog (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
* Wed Dec 06 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.65-1 |
|
|
|
|
- new package built with tito |
|
|
|
|
- Add Support for buisnessCategory LDAP field |
|
|
|
|
* Wed Jul 19 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2.64-1 |
|
|
|
|
- Reduce spamassassin's BL score to 1.0 each |
|
|
|
|
|
|
|
|
@ -403,7 +383,7 @@ perl createlinks |
|
|
|
|
--file /usr/bin/make-srv 'attr(0755,root,root)' \ |
|
|
|
|
--dir /var/clamav 'attr(0755,clamav,clamav)' \ |
|
|
|
|
> %{name}-%{version}-filelist |
|
|
|
|
echo "%doc" >> %{name}-%{version}-filelist |
|
|
|
|
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist |
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|