diff --git a/.gitignore b/.gitignore index b1430ca..b963fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /subscription-manager-1.16.4.tar.gz /subscription-manager-1.16.6.tar.gz /subscription-manager-1.16.7.tar.gz +/subscription-manager-1.17.1.tar.gz diff --git a/sources b/sources index 1a2c829..cdaaa9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9fb5b9e6a698bdc9770f40fc0a366fe subscription-manager-1.16.7.tar.gz +5047925e4711a4e955bbeacf1182f332 subscription-manager-1.17.1.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index cbce15d..409bab9 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -61,7 +61,7 @@ %endif Name: subscription-manager -Version: 1.16.7 +Version: 1.17.1 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -79,9 +79,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python-ethtool Requires: python-iniparse Requires: virt-what -Requires: python-rhsm >= 1.16.0 +Requires: python-rhsm >= 1.17.0 Requires: dbus-python -Requires: yum >= 3.2.19-15 +Requires: yum >= 3.2.29-73 Requires: usermode Requires: python-dateutil %if %use_gtk3 @@ -577,6 +577,28 @@ fi %endif %changelog +* Mon Feb 01 2016 Christopher Snyder 1.17.1-1 +- 1300259: Select service level label no longer overlaps dropdown box + (csnyder@redhat.com) +- 1220283: Choose server text no longer overlapped by icon. + (csnyder@redhat.com) +- 1300816: Add proc_cpuinfo facts for ppc64/le (alikins@redhat.com) +- 1300791: Update man page footers (wpoteat@redhat.com) +- 1300805: Add support for ppc64 virt.uuid (alikins@redhat.com) + +* Tue Jan 19 2016 Christopher Snyder 1.16.8-1 +- 1298586: Message needed for remove only invalid pool (wpoteat@redhat.com) +- 1046132: rhsm_icon uses status from check_status (alikins@redhat.com) +- 1282961: Update yum version to current RHEL 6.8 one (wpoteat@redhat.com) +- 1046132: rhsm-icon pops up at annoying times - a second attempt + (vrjain@redhat.com) +- 1298327: Handles exception in repolib (csnyder@redhat.com) +- 1297313: Fixed layout issues with the repository management dialog on GTK2 + (ceiu@cericlabs.com) +- 1292038: Changed adjustments to GtkAdjustment objects +- 1292013: Retain reference to backend for use in proxy config + (csnyder@redhat.com) + * Fri Jan 08 2016 Alex Wood 1.16.7-1 - 1263037: Change RHSM Icon reporting of unregistered system (wpoteat@redhat.com)