Update subscription-manager to 1.14.6-1

Resolves: #1149095 - Fix error when yum updates subman modules (alikins@redhat.com)
Resolves: #1159163 - Fix prod id del because of --disablerepo (alikins@redhat.com)
Resolves: #1180273 - Migrate from RHN Classic without credentials (awood@redhat.com)
Resolves: #1213418 - Message agreement between GUI and CLI in disconnected system
Resolves: #1199597 - Fix UnicodeError from repolib's report (alikins@redhat.com)
Resolves: #1209519 - Removed excerpt from man page listing --auto as a requirement
Resolves: #1211557 - Fix crash when rsyslog not running. (dgoodwin@redhat.com)
Resolves: #1141257 - Fix wrapping of subscription name in contract dialog
Resolves: #1147404 - Fixed firstboot title length issues (mstead@redhat.com)
Resolves: #1207306 - Revert DBus compliance status code. (dgoodwin@redhat.com)
Resolves: #1195501 - Properly refresh repo file on override deletion (mstead@redhat.com)
This commit is contained in:
Alex Wood 2015-05-04 11:02:38 -04:00
parent 892adeeb36
commit 71dc2555e6
3 changed files with 24 additions and 2 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@
/subscription-manager-1.14.1.tar.gz
/subscription-manager-1.14.2.tar.gz
/subscription-manager-1.14.3.tar.gz
/subscription-manager-1.14.6.tar.gz

View File

@ -1 +1 @@
94bc3eccb450d1ea7465daba1c9ac332 subscription-manager-1.14.3.tar.gz
3d92ced3412a35acdcff5492fc098f8c subscription-manager-1.14.6.tar.gz

View File

@ -21,7 +21,7 @@
%endif
Name: subscription-manager
Version: 1.14.3
Version: 1.14.6
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -485,6 +485,27 @@ fi
%endif
%changelog
* Fri May 01 2015 William Poteat <wpoteat@redhat.com> 1.14.6-1
- 1149095: Fix error when yum updates subman modules (alikins@redhat.com)
- 1159163: Fix prod id del because of --disablerepo (alikins@redhat.com)
- 1180273: Migrate from RHN Classic without credentials (awood@redhat.com)
- 1213418: Message agreement between GUI and CLI in disconnected system
(wpoteat@redhat.com)
- 1199597: Fix UnicodeError from repolib's report (alikins@redhat.com)
- 1209519: Removed excerpt from man page listing --auto as a requirement
(crog@redhat.com)
* Tue Apr 14 2015 William Poteat <wpoteat@redhat.com> 1.14.5-1
- 1211557: Fix crash when rsyslog not running. (dgoodwin@redhat.com)
* Tue Apr 14 2015 William Poteat <wpoteat@redhat.com> 1.14.4-1
- 1141257: Fix wrapping of subscription name in contract dialog
(mstead@redhat.com)
- 1147404: Fixed firstboot title length issues (mstead@redhat.com)
- 1207306: Revert DBus compliance status code. (dgoodwin@redhat.com)
- 1195501: Properly refresh repo file on override deletion (mstead@redhat.com)
- Add Fedora 22 to Fedora releaser branches. (awood@redhat.com)
* Thu Apr 09 2015 Alex Wood <awood@redhat.com> 1.14.3-1
- 1170314: Clarify that manage_repos 0 will delete redhat.repo.
(dgoodwin@redhat.com)