Zabbix Agent for WPKG on iPasserelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
4.7 KiB

13 years ago
%define package zabbix_agent
Name: wpkg-zabbix_agent
Version: 3.4.5
Release: 0.beta1
13 years ago
Summary: %{package} for WPKG on iPasserelle
Group: System/Softwares
URL: http://www.ipasserelle.com
Source0: %{name}-%{version}.tar.gz
License: misc
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: unix2dos
Requires: ipasserelle-gp
%description
%{package} for WPKG on iPasserelle
%prep
%setup -q -n %{name}-%{version}
%build
unix2dos packages/*
%install
/bin/rm -rf %{buildroot}
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
%clean
/bin/rm -rf %{buildroot}
13 years ago
%files
%defattr(-,root,root)
/home/e-smith/files/shares/wpkg/files/
%changelog
* Mon Jan 08 2018 Daniel Berteaud <daniel@firewall-services.com> 3.4.5-0.beta1
- Update to 3.4.5 (daniel@firewall-services.com)
* Tue Dec 19 2017 Daniel Berteaud <daniel@firewall-services.com> 3.4.3-1
- Stable release
* Mon Dec 18 2017 Daniel Berteaud <daniel@firewall-services.com> 3.4.3-0.beta3
- Don't use a var for the package name (daniel@firewall-services.com)
* Mon Dec 18 2017 Daniel Berteaud <daniel@firewall-services.com> 3.4.3-0.beta2
- Remove unused CHANGELOG.git (daniel@firewall-services.com)
* Mon Dec 18 2017 Daniel Berteaud <daniel@firewall-services.com> 3.4.3-0.beta1
- new package built with tito
7 years ago
* Mon Oct 23 2017 Daniel Berteaud <daniel@firewall-services.com> - 3.4.2-1
- Update to 3.4.2
7 years ago
* Wed Sep 13 2017 Daniel Berteaud <daniel@firewall-services.com> - 3.4.1-1
- Update to 3.4.1
8 years ago
* Mon May 29 2017 Daniel Berteaud <daniel@firewall-services.com> - 3.2.6-1
- Update to 3.2.6
8 years ago
* Wed Apr 19 2017 Daniel Berteaud <daniel@firewall-services.com> - 3.2.4-1
- Update to 3.2.4
8 years ago
* Mon Jan 2 2017 Daniel Berteaud <daniel@firewall-services.com> - 3.2.3-1
- Update to 3.2.3
8 years ago
* Tue Oct 18 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.2.1-1
- Update to 3.2.1
8 years ago
* Mon Sep 19 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.2.0-1
- Update to 3.2.0
8 years ago
* Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.0.4-2
- -1 is also a success for service uninstall
8 years ago
* Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.0.4-1
- Update to 3.0.4
8 years ago
* Tue Jul 12 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.0.3-1
- Update to 3.0.3
- Fix service not being recreated during upgrades
9 years ago
* Fri Mar 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.0.1-3
- Stop the service before upgrades/downgrades/removals
- Conditionnaly uninstall the service on install/upgrades/downgrades
* Fri Mar 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.0.1-2
- Leave the service management to the MSI installer
9 years ago
* Tue Mar 22 2016 Daniel Berteaud <daniel@firewall-services.com> - 3.0.1-1
- Update to 3.0.1
- Use advfirewall syntax to open port
9 years ago
* Mon Nov 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 2.4.7.1-1
- Update to 2.4.7.1
* Mon Nov 23 2015 Daniel Berteaud <daniel@firewall-services.com> - 2.4.7-1
- Update to 2.4.7
9 years ago
* Thu Sep 10 2015 Daniel Berteaud <daniel@firewall-services.com> - 2.4.6-1
- Update to 2.4.6
10 years ago
* Mon May 18 2015 Daniel Berteaud <daniel@firewall-services.com> - 2.4.5-1
- Update to 2.4.5
10 years ago
* Mon Mar 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 2.4.4-1
- Update to 2.4.4
10 years ago
* Wed Dec 10 2014 Daniel Berteaud <daniel@firewall-services.com> - 2.4.2-1
- Update to 2.4.2
10 years ago
* Mon Sep 1 2014 Daniel Berteaud <daniel@firewall-services.com> - 2.2.6-1
- Update to 2.2.6
10 years ago
* Mon Aug 4 2014 Daniel Berteaud <daniel@firewall-services.com> - 2.2.5-1
- Update to 2.2.5
11 years ago
* Wed Apr 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 2.2.3-1
- Update to 2.2.3
11 years ago
* Wed Feb 12 2014 Daniel Berteaud <daniel@firewall-services.com> - 2.2.1-1
- update to 2.2.1
11 years ago
* Mon Nov 18 2013 Daniel Berteaud <daniel@firewall-services.com> - 2.2.0-1
- update to 2.2.0
11 years ago
* Thu Aug 29 2013 Daniel Berteaud <daniel@firewall-services.com> - 2.0.8-1
- update to 2.0.8
11 years ago
* Tue Aug 20 2013 Daniel Berteaud <daniel@firewall-services.com> - 2.0.7-1
- update to 2.0.7
12 years ago
* Mon May 13 2013 Daniel Berteaud <daniel@firewall-services.com> - 2.0.6-1
- update to 2.0.6
12 years ago
* Wed Dec 26 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.4-1
- update to 2.0.4
- also use ZBX_SERVER_IP for the firewall rule
* Wed Aug 29 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.2-2
- Use ZBX_SERVER_IP during agent installation
* Fri Aug 17 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.2-1
- update to 2.0.2
13 years ago
* Mon Jul 9 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.0
- initial release with Zabbix Agent 2.0.0