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.

119 lines
3.4 KiB

13 years ago
%define package zabbix_agent
8 years ago
%define version 3.0.4
8 years ago
%define release 1
13 years ago
Name: wpkg-%{package}
Version: %{version}
Release: %{release}%{?dist}
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)
%doc CHANGELOG.git
/home/e-smith/files/shares/wpkg/files/
%changelog
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