diff --git a/.gitignore b/.gitignore index 55f51f6..5c6d927 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /subscription-manager-1.15.1.tar.gz /subscription-manager-1.16.0.tar.gz /subscription-manager-1.16.1.tar.gz +/subscription-manager-1.16.2.tar.gz diff --git a/sources b/sources index 8861f43..c69657a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -781c2044f7f9efb86cce7d6aa826d140 subscription-manager-1.16.1.tar.gz +854f6d2f4608df456f637bb3d705647d subscription-manager-1.16.2.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 8554f4f..fad37b9 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -48,7 +48,7 @@ %endif Name: subscription-manager -Version: 1.16.1 +Version: 1.16.2 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -123,8 +123,6 @@ platform. Summary: A plugin for handling OSTree content. Group: System Environment/Base -# ostree package also includes the gobject info for pygobject -Requires: ostree Requires: pygobject3-base # plugin needs a slightly newer version of python-iniparse for 'tidy' Requires: python-iniparse >= 0.4 @@ -544,6 +542,25 @@ fi %endif %changelog +* Wed Sep 02 2015 Alex Wood 1.16.2-1 +- 884288: Better registergui for initial-setup (alikins@redhat.com) +- 1254349: move Resgistering to message (vrjain@redhat.com) +- 1257460: Set text domain on Gtk.Builder widgets (alikins@redhat.com) +- 1246680: Hide rhsm-debug --subscriptions options (alikins@redhat.com) +- Set help file name for the Subscription Manager spoke + (martin.kolman@gmail.com) +- 1246680: Remove subscriptions from rhsm-debug (wpoteat@redhat.com) +- Enabled help options on first tab (seanokeeffe797@gmail.com) +- 1207247: Insecure parameter needs more explanation (wpoteat@redhat.com) +- 1253275: Fix initial-setup ks mode (alikins@redhat.com) +- Stopped --consumerid = distributor id (vrjain@redhat.com) +- 1246429: Stop spinbutton from blocking quantity (alikins@redhat.com) +- 1185958: Remove ostree plugins req on ostree (alikins@redhat.com) +- Do not allow using --force with --consumerid (vrjain@redhat.com) +- 1141128: Subscriptions need refresh after imported cert removed + (wpoteat@redhat.com) +- x86_64 and aarch /proc/cpuinfo module (alikins@redhat.com) + * Thu Aug 13 2015 Alex Wood 1.16.1-1 - 1150150: Ostree update report should log updates in proper section (wpoteat@redhat.com)