%{!?pybasever: %global pybasever %(%{__python2} -c "import sys;print(sys.version[0:3])")} Name: zabbix-cli Version: 2.1.1 Release: 2%{?dist} Summary: Command-line interface for Zabbix Group: System Environment/Base License: GPLv3+ URL: https://github.com/unioslo/zabbix-cli Source0: https://github.com/unioslo/zabbix-cli/archive/%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: python2 >= 2.7 %if 0%{?rhel} && 0%{?rhel} == 7 Requires: python-ipaddress Requires: python-requests %else Requires: python2-ipaddress Requires: python2-requests %endif %if 0%{?rhel} && 0%{?rhel} == 7 BuildRequires: python-setuptools %else Requires: python2-setuptools %endif BuildRequires: python2-devel BuildArch: noarch Provides: uio-zabbix-zabbixcli = %{version}-%{release} Obsoletes: uio-zabbix-zabbixcli < 1.5.4-2 %description Command-line interface for Zabbix monitoring system. %prep %setup -q %build %{__python2} setup.py build %install %{__python2} setup.py install -O1 --skip-build --root %{buildroot} mkdir -p %{buildroot}%{_defaultdocdir}/zabbix-cli-%{version} %files %defattr(-, root, root, 0755) %{python2_sitelib}/zabbix_cli-%{version}-py%{pybasever}.egg-info/ %{python2_sitelib}/zabbix_cli/ %{_bindir}/zabbix-cli* %dir %{_datadir}/zabbix-cli/ %dir %{_defaultdocdir}/zabbix-cli-%{version} %{_datadir}/zabbix-cli/zabbix-cli.conf %doc LICENSE docs/manual.rst %changelog * Mon Nov 11 2019 Paal Braathen - 2.1.1-2 - New release 2.1.1-2. Require python >= 2.7. Abandon RHEL6 and support RHEL8. * Thu May 09 2019 Paal Braathen - 2.1.1-1 - New version 2.1.1 * Thu May 02 2019 Paal Braathen - 2.1.0-1 - New version 2.1.0 * Thu Feb 14 2019 Paal Braathen - 2.0.1-1 - New version 2.0.1 * Thu Feb 14 2019 Paal Braathen - 2.0.0-1 - New version 2.0.0 * Fri Jun 02 2017 Rafael Martinez Guerrero - 1.7.0-2 - New version 1.7.0-2. Requires python-ipaddr * Fri May 19 2017 Rafael Martinez Guerrero - 1.7.0-1 - New version 1.7.0 * Mon Dec 12 2016 Rafael Martinez Guerrero - 1.6.1-1 - New version 1.6.1 * Tue Nov 22 2016 Rafael Martinez Guerrero - 1.6.0-1 - New version 1.6.0 * Sat Oct 29 2016 Volker Froehlich - 1.5.4-5 - Match the actual license claimed in the code - Remove -n from the setup macro, because it was the default - Own the config directory - Don't require setuptools - Replace define with global - Remove python2 from Requires, as it is probably installed anyway and is a dependency of the required modules anyway - Add license file * Fri Oct 14 2016 Rafael Martinez Guerrero - 1.5.4-4 - Merge internal UiO spec file with Fabians file * Thu Oct 13 2016 Rafael Martinez Guerrero - 1.5.4-4 - Delete python-psycopg2 some required package * Thu Sep 22 2016 - Fabian Arrotin - 1.5.4 - initial spec * Tue Sep 06 2016 Rafael Martinez Guerrero - 1.5.4-3 - Change package name to zabbix-cli. This package takes over uio-zabbix-zabbixcli * Tue Jun 28 2016 Rafael Martinez Guerrero - 1.5.4 - New version 1.5.4 * Wed May 11 2016 Rafael Martinez Guerrero - 1.5.3 - New version 1.5.3 * Mon Apr 25 2016 Rafael Martinez Guerrero - 1.5.2 - New version 1.5.2 * Thu Apr 14 2016 Rafael Martinez Guerrero - 1.5.1 - New version 1.5.1 * Fri Apr 01 2016 Rafael Martinez Guerrero - 1.5.0 - New version 1.5.0 * Wed Nov 11 2015 Rafael Martinez Guerrero - 1.4.0 - Fix spec file for f23 * Thu Oct 22 2015 Rafael Martinez Guerrero - 1.4.0 - Ny version - 1.4.0 * Thu Aug 27 2015 Rafael Martinez Guerrero - 1.3.1 - Ny version - 1.3.1 * Thu Jun 18 2015 Rafael Martinez Guerrero - 1.3.0 - Ny version - 1.3.0 * Tue Apr 07 2015 Rafael Martinez Guerrero - 1.2.1 - Ny version - 1.2.1 * Wed Mar 25 2015 Rafael Martinez Guerrero - 1.2.0 - Endret til version 1.2.0 * Thu Mar 05 2015 Carl Morten Boger - 1.1.0 - Endret til version 1.1.0 * Fri Jan 30 2015 Carl Morten Boger - 1.0 - Initial version of the package