diff --git a/.gitignore b/.gitignore index eada1df..f03ed76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-access-insights-1.0.4.tar.gz +SOURCES/redhat-access-insights-1.0.6.tar.gz diff --git a/.redhat-access-insights.metadata b/.redhat-access-insights.metadata index ce6e9b6..b37e629 100644 --- a/.redhat-access-insights.metadata +++ b/.redhat-access-insights.metadata @@ -1 +1 @@ -cddadfc0fd6fe05947c7f48004b3850b4a586a89 SOURCES/redhat-access-insights-1.0.4.tar.gz +ce3560bdee25376d2c12f55441393d63071c4051 SOURCES/redhat-access-insights-1.0.6.tar.gz diff --git a/SPECS/redhat-access-insights.spec b/SPECS/redhat-access-insights.spec index f16aeac..d00d81d 100644 --- a/SPECS/redhat-access-insights.spec +++ b/SPECS/redhat-access-insights.spec @@ -3,12 +3,12 @@ Name: redhat-access-insights Summary: Uploads Insights information to Red Hat on a periodic basis -Version: 1.0.4 +Version: 1.0.6 Release: 0%{?dist} Source0: https://github.com/redhataccess/redhat-access-insights/archive/redhat-access-insights-%{version}.tar.gz Epoch: 0 License: GPLv2+ -URL: http://access.redhat.com/labs/insights +URL: http://access.redhat.com/insights Group: Applications/System Vendor: Red Hat, Inc. @@ -16,9 +16,11 @@ Obsoletes: redhat-access-proactive Requires: python Requires: python-setuptools -Requires: python-requests >= 2.4 +Requires: python-requests >= 2.6 Requires: python-magic Requires: libcgroup +Requires: tar +Requires: gpg Requires: pciutils %if 0%{?rhel} && 0%{?rhel} > 6 Requires: libcgroup-tools @@ -50,6 +52,8 @@ if [ "$1" -eq 0 ]; then rm -f /etc/cron.daily/redhat-access-insights rm -f /etc/cron.weekly/redhat-access-insights rm -f /etc/redhat-access-insights/.cache* +rm -f /etc/redhat-access-insights/.registered +rm -f /etc/redhat-access-insights/.unregistered fi %clean @@ -78,15 +82,33 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT /usr/share/man/man5/*.5.gz %changelog -* Fri Jun 26 2015 Dan Varga - 1.0.4-0 +* 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: bz1233183 +- 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