|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
# Name: Daniel Berteaud |
|
|
|
|
|
|
|
|
|
%define name smeserver-zabbix-agent |
|
|
|
|
%define version 0.4.0 |
|
|
|
|
%define version 0.4.1 |
|
|
|
|
%define release 1 |
|
|
|
|
Summary: sme server integration of zabbix agent |
|
|
|
|
Name: %{name} |
|
|
|
@ -34,6 +34,11 @@ Zabbix is an entreprise-class open source distributed monitoring |
|
|
|
|
solution |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Tue Apr 19 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.4.1-1.sme |
|
|
|
|
- Adapt util_parse_mail_in and util_count_mail_in to work with qpsmtpd 0.96 |
|
|
|
|
- Define %clean before %files so epel-macros don't try to add a default |
|
|
|
|
buggy %clean on el5 |
|
|
|
|
|
|
|
|
|
* Mon Mar 21 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.4.0-1.sme |
|
|
|
|
- Add support for new encryption features of zabbix 3.0 |
|
|
|
|
|
|
|
|
@ -294,12 +299,11 @@ rm -f %{name}-%{version}-filelist |
|
|
|
|
> %{name}-%{version}-filelist |
|
|
|
|
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist |
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
|
|
|
|
|
%postun |
|
|
|
|
#uninstall |
|
|
|
|