diff --git a/.gitignore b/.gitignore index b6bf89f..aa481cb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index f074868..1656a23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94bc3eccb450d1ea7465daba1c9ac332 subscription-manager-1.14.3.tar.gz +3d92ced3412a35acdcff5492fc098f8c subscription-manager-1.14.6.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 7f71af1..ca541ef 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -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 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 1.14.5-1 +- 1211557: Fix crash when rsyslog not running. (dgoodwin@redhat.com) + +* Tue Apr 14 2015 William Poteat 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 1.14.3-1 - 1170314: Clarify that manage_repos 0 will delete redhat.repo. (dgoodwin@redhat.com)