Spec file update

This commit is contained in:
Daniel Berteaud 2016-04-25 09:01:55 +02:00
parent 2a62a32732
commit 3bd3ee67e0
1 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Name: Daniel Berteaud # Name: Daniel Berteaud
%define name smeserver-zabbix-agent %define name smeserver-zabbix-agent
%define version 0.4.0 %define version 0.4.1
%define release 1 %define release 1
Summary: sme server integration of zabbix agent Summary: sme server integration of zabbix agent
Name: %{name} Name: %{name}
@ -34,6 +34,11 @@ Zabbix is an entreprise-class open source distributed monitoring
solution solution
%changelog %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 * 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 - Add support for new encryption features of zabbix 3.0
@ -294,12 +299,11 @@ rm -f %{name}-%{version}-filelist
> %{name}-%{version}-filelist > %{name}-%{version}-filelist
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%postun %postun
#uninstall #uninstall