Update subscription-manager to 1.17.1-1

Resolves: #1300259 - Select service level label no longer overlaps dropdown box
Resolves: #1220283 - Choose server text no longer overlapped by icon.
Resolves: #1300816 - Add proc_cpuinfo facts for ppc64/le (alikins@redhat.com)
Resolves: #1300791 - Update man page footers (wpoteat@redhat.com)
Resolves: #1300805 - Add support for ppc64 virt.uuid (alikins@redhat.com)
Resolves: #1298586 - Message needed for remove only invalid pool (wpoteat@redhat.com)
Resolves: #1046132 - rhsm_icon uses status from check_status (alikins@redhat.com)
Resolves: #1282961 - Update yum version to current RHEL 6.8 one (wpoteat@redhat.com)
Resolves: #1046132 - rhsm-icon pops up at annoying times - a second attempt
Resolves: #1298327 - Handles exception in repolib (csnyder@redhat.com)
Resolves: #1297313 - Fixed layout issues with the repository management dialog on GTK2
Resolves: #1292038 - Changed adjustments to GtkAdjustment objects
Resolves: #1292013 - Retain reference to backend for use in proxy config
This commit is contained in:
Alex Wood 2016-02-01 10:19:40 -05:00
parent 8c40a7da0a
commit c8d075ca02
3 changed files with 27 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
d9fb5b9e6a698bdc9770f40fc0a366fe subscription-manager-1.16.7.tar.gz
5047925e4711a4e955bbeacf1182f332 subscription-manager-1.17.1.tar.gz

View File

@ -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 <csnyder@redhat.com> 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 <csnyder@redhat.com> 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 <awood@redhat.com> 1.16.7-1
- 1263037: Change RHSM Icon reporting of unregistered system
(wpoteat@redhat.com)