From 797191396c9e39b403fd4832203adb26659c2358 Mon Sep 17 00:00:00 2001 From: Chris Hambridge Date: Feb 15 2018 19:05:11 +0000 Subject: Bug fix to resolve missing release Engineering clean up --- diff --git a/rho.spec b/rho.spec index 2f8b48a..eff0a23 100644 --- a/rho.spec +++ b/rho.spec @@ -2,14 +2,13 @@ Name: rho Version: 0.0.32 -Release: 1%{?dist} +Release: 3%{?dist} Summary: An SSH system profiler Group: Applications/Internet License: GPLv2 URL: http://github.com/quipucords/rho Source0: http://chambridge.fedorapeople.org/rho/rho-0.0.32-1.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel @@ -34,7 +33,7 @@ Rho is a tool for scanning your network, logging into systems via SSH, and retrieving information about them. %prep -%setup -q -n rho-git-158.fee003a +%setup -q -n rho-git-159.61d0324 %build %{__python} setup.py build @@ -49,9 +48,6 @@ mkdir -p %{buildroot}%{_datadir}/ansible/%{name} cp rho_playbook.yml %{buildroot}%{_datadir}/ansible/%{name} cp -rp roles %{buildroot}%{_datadir}/ansible/%{name}/ -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc README.rst AUTHORS.rst COPYING @@ -63,9 +59,16 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ansible/%{name}/roles/* %changelog -* Thu Feb 8 2018 Christopher Hambridge 0.0.32-1 +* Thu Feb 15 2018 Christopher Hambridge 0.0.32-3 +- Bug fix to resolve missing release Engineering clean up + +* Wed Feb 14 2018 Christopher Hambridge 0.0.32-1 - Bug fix to resolve unreachable processing when using sshkeyfile for connection - Bug fix for cpu core count on vmware + +* Fri Feb 09 2018 Fedora Release Engineering - 0.0.31-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Jan 9 2018 Christopher Hambridge 0.0.31-2 - Enhancements to handle target system timeouts (chambrid@redhat.com) - Enhancements to capture JBoss products installation state (nlavine@redhat.com)