From 58c4485bcbcdb5e2d03efa431ae930edf49b7853 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2016 06:20:04 +0000 Subject: import redhat-access-insights-1.0.11-0.el7 --- diff --git a/.gitignore b/.gitignore index f03ed76..537b8d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-access-insights-1.0.6.tar.gz +SOURCES/redhat-access-insights-1.0.11.tar.gz diff --git a/.redhat-access-insights.metadata b/.redhat-access-insights.metadata index b37e629..b1e514f 100644 --- a/.redhat-access-insights.metadata +++ b/.redhat-access-insights.metadata @@ -1 +1 @@ -ce3560bdee25376d2c12f55441393d63071c4051 SOURCES/redhat-access-insights-1.0.6.tar.gz +add97323ce404e60795d3325e3db9da19ffdbf2a SOURCES/redhat-access-insights-1.0.11.tar.gz diff --git a/SPECS/redhat-access-insights.spec b/SPECS/redhat-access-insights.spec index d00d81d..05b4ae9 100644 --- a/SPECS/redhat-access-insights.spec +++ b/SPECS/redhat-access-insights.spec @@ -3,9 +3,9 @@ Name: redhat-access-insights Summary: Uploads Insights information to Red Hat on a periodic basis -Version: 1.0.6 +Version: 1.0.11 Release: 0%{?dist} -Source0: https://github.com/redhataccess/redhat-access-insights/archive/redhat-access-insights-%{version}.tar.gz +Source0: https://github.com/redhataccess/insights-client/archive/redhat-access-insights-%{version}.tar.gz Epoch: 0 License: GPLv2+ URL: http://access.redhat.com/insights @@ -17,7 +17,7 @@ Obsoletes: redhat-access-proactive Requires: python Requires: python-setuptools Requires: python-requests >= 2.6 -Requires: python-magic +Requires: pyOpenSSL Requires: libcgroup Requires: tar Requires: gpg @@ -37,8 +37,8 @@ Sends insightful information to Red Hat for automated analysis %setup -q %install -test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --root=$RPM_BUILD_ROOT $PREFIX +rm -rf ${RPM_BUILD_ROOT} +%{__python} setup.py install --root=${RPM_BUILD_ROOT} $PREFIX %post #Migrate existing machine-id @@ -76,39 +76,35 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{python_sitelib}/redhat_access_insights*.egg-info %{python_sitelib}/redhat_access_insights/*.py* +%{_sharedstatedir}/redhat_access_insights/redhat-access-insights-*.tar.gz %doc /usr/share/man/man8/*.8.gz /usr/share/man/man5/*.5.gz %changelog +* Thu Apr 07 2016 Jeremy Crafts - 1.0.9-0 +- Bugfixes for connection test and stdout options + +* Fri Mar 04 2016 Jeremy Crafts - 1.0.8-0 +- Fix scheduling-related issues +- Add status check for registration with API +- Fix connectivity bug +- Improved debug messaging +- Resolves: bz1257238, bz1267303, bz1268002, bz1276058, bz1295928, bz1295931, bz1295932, bz1295934, bz1295940, bz1310242, bz1310243 + * Tue Aug 11 2015 Dan Varga - 1.0.6-0 - Fix unregister -> reregister flow - Resolves: bz1252435 -* Wed Jul 29 2015 Dan Varga - 1.0.5-0 -- Automatically retry failed uploads when invoked via cron -- Update python-requests dependency to >= 2.6 -- Add --unregister option -- --no-gpg fix -- Remove --weekly option -- Add --quiet and --silent options -- Default cron to quiet -- Fix satellite 5 proxy auto configuration -- Remove .registered and .unregistered files on uninstallation -- lowercase -> lower() -- Resolves: bz1237096, bz1243024, bz1247363 - * Mon Jun 08 2015 Dan Varga - 1.0.4-0 - Improved logging of exceptions - Redact passwords automatically -- Resolves: bz1230740 * Mon Jun 01 2015 Dan Varga - 1.0.3-0 - New default URLs - New config file format - Default to auto configuration -- Resolves: bz1222569 * Mon May 18 2015 Dan Varga - 1.0.2-0 - Update man pages