-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dan Varga
committed
Aug 11, 2015
1 parent
784f754
commit e525535
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Name: redhat-access-insights | ||
Summary: Uploads Insights information to Red Hat on a periodic basis | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
Release: 0%{?dist} | ||
Source0: https://github.com/redhataccess/redhat-access-insights/archive/redhat-access-insights-%{version}.tar.gz | ||
Epoch: 0 | ||
|
@@ -82,6 +82,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT | |
/usr/share/man/man5/*.5.gz | ||
|
||
%changelog | ||
* Tue Aug 11 2015 Dan Varga <[email protected]> - 1.0.6-0 | ||
- Fix unregister -> reregister flow | ||
- Resolves: bz1252435 | ||
|
||
* Wed Jul 29 2015 Dan Varga <[email protected]> - 1.0.5-0 | ||
- Automatically retry failed uploads when invoked via cron | ||
- Update python-requests dependency to >= 2.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters