Name: tendrl-gluster-integration Version: 1.6.0 Release: 9920180221T073940.5487f09.pr564 BuildArch: noarch Summary: Module for Gluster Integration Source0: %{name}-%{version}.tar.gz License: LGPLv2+ URL: https://github.com/Tendrl/gluster-integration BuildRequires: systemd BuildRequires: python2-devel BuildRequires: pytest BuildRequires: python-mock Requires: glusterfs-events Requires: tendrl-commons Requires: systemd Requires: python-blivet Requires: python-flask %description Python module for Tendrl gluster bridge to manage gluster tasks. %prep %setup # Remove bundled egg-info rm -rf %{name}.egg-info %build %{__python} setup.py build # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} %install %{__python} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES install -m 0755 --directory $RPM_BUILD_ROOT%{_sysconfdir}/tendrl/gluster-integration install -Dm 0644 tendrl-gluster-integration.service $RPM_BUILD_ROOT%{_unitdir}/tendrl-gluster-integration.service install -Dm 0644 etc/tendrl/gluster-integration/gluster-integration.conf.yaml.sample $RPM_BUILD_ROOT%{_datadir}/tendrl/gluster-integration/gluster-integration.conf.yaml install -Dm 644 etc/tendrl/gluster-integration/*.sample $RPM_BUILD_ROOT%{_datadir}/tendrl/gluster-integration/ %post systemctl enable tendrl-gluster-integration >/dev/null 2>&1 || : %systemd_post tendrl-gluster-integration.service %preun %systemd_preun tendrl-gluster-integration.service %postun %systemd_postun_with_restart tendrl-gluster-integration.service %check py.test -v tendrl/gluster_integration/tests || : %files -f INSTALLED_FILES %dir %{_sysconfdir}/tendrl/gluster-integration %doc README.rst %license LICENSE %config %{_datadir}/tendrl/gluster-integration/gluster-integration.conf.yaml %{_unitdir}/tendrl-gluster-integration.service %{_datadir}/tendrl/gluster-integration %changelog * Sat Feb 17 2018 Rohan Kanade - 1.6.0-1 - API to un-manage clusters managed by Tendrl * Fri Feb 02 2018 Rohan Kanade - 1.5.5-1 - Add georep related alert also for volume alert count increment - Add volume status related alert also for volume alert count increment - Raising brick alert when peer is disconnected or node goes down - Move gluster.event_utils to commons * Mon Dec 11 2017 Rohan Kanade - 1.5.4-14 - Bugfixes * Fri Dec 08 2017 Rohan Kanade - 1.5.4-13 - Bugfixes * Thu Dec 07 2017 Rohan Kanade - 1.5.4-12 - Bugfixes * Thu Dec 07 2017 Rohan Kanade - 1.5.4-11 - Bugfixes * Wed Dec 06 2017 Rohan Kanade - 1.5.4-10 - Bugfixes * Tue Dec 05 2017 Rohan Kanade - 1.5.4-9 - Bugfixes * Fri Dec 1 2017 Rohan Kanade - 1.5.4-8 - Bugfixes * Thu Nov 30 2017 Rohan Kanade - 1.5.4-7 - Bugfixes * Mon Nov 27 2017 Rohan Kanade - 1.5.4-6 - Bugfixes * Fri Nov 24 2017 Rohan Kanade - 1.5.4-5 - Bugfixes * Tue Nov 21 2017 Rohan Kanade - 1.5.4-4 - Bugfixes-3 tendrl-gluster-integration v1.5.4 * Sat Nov 18 2017 Rohan Kanade - 1.5.4-3 - Bugfixes-2 tendrl-gluster-integration v1.5.4 * Fri Nov 10 2017 Rohan Kanade - 1.5.4-2 - Bugfixes tendrl-gluster-integration v1.5.4 * Thu Nov 02 2017 Rohan Kanade - 1.5.4-1 - Release tendrl-gluster-integration v1.5.4 * Fri Oct 13 2017 Rohan Kanade - 1.5.3-2 - BugFixes for tendrl-gluster-integration v1.5.3 * Thu Oct 12 2017 Rohan Kanade - 1.5.3-1 - Release tendrl-gluster-integration v1.5.3 * Fri Sep 15 2017 Rohan Kanade - 1.5.2-1 - Release tendrl-gluster-integration v1.5.2 * Fri Aug 25 2017 Rohan Kanade - 1.5.1-1 - Release tendrl-gluster-integration v1.5.1 * Tue Aug 08 2017 Rohan Kanade - 1.5.0-1 - Release tendrl-gluster-integration v1.5.0 * Mon Jun 19 2017 Rohan Kanade - 1.4.2-1 - Release tendrl-gluster-integration v1.4.2 * Thu Jun 08 2017 Rohan Kanade - 1.4.1-1 - Release tendrl-gluster-integration v1.4.1 * Fri Jun 02 2017 Rohan Kanade - 1.4.0-1 - Release tendrl-gluster-integration v1.4.0 * Thu May 18 2017 Rohan Kanade - 1.3.0-1 - Release tendrl-gluster-integration v1.3.0 * Tue Apr 18 2017 Rohan Kanade - 1.2.3-1 - Release tendrl-gluster-integration v1.2.3 * Tue Apr 11 2017 Rohan Kanade - 1.2.2-1 - Release tendrl-gluster-integration v1.2.2 * Mon Oct 24 2016 Timothy Asir Jeyasingh - 0.0.1-1 - Initial build.