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:
parent
8c40a7da0a
commit
c8d075ca02
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
|||||||
/subscription-manager-1.16.4.tar.gz
|
/subscription-manager-1.16.4.tar.gz
|
||||||
/subscription-manager-1.16.6.tar.gz
|
/subscription-manager-1.16.6.tar.gz
|
||||||
/subscription-manager-1.16.7.tar.gz
|
/subscription-manager-1.16.7.tar.gz
|
||||||
|
/subscription-manager-1.17.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d9fb5b9e6a698bdc9770f40fc0a366fe subscription-manager-1.16.7.tar.gz
|
5047925e4711a4e955bbeacf1182f332 subscription-manager-1.17.1.tar.gz
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.16.7
|
Version: 1.17.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -79,9 +79,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Requires: python-ethtool
|
Requires: python-ethtool
|
||||||
Requires: python-iniparse
|
Requires: python-iniparse
|
||||||
Requires: virt-what
|
Requires: virt-what
|
||||||
Requires: python-rhsm >= 1.16.0
|
Requires: python-rhsm >= 1.17.0
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: yum >= 3.2.19-15
|
Requires: yum >= 3.2.29-73
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
Requires: python-dateutil
|
Requires: python-dateutil
|
||||||
%if %use_gtk3
|
%if %use_gtk3
|
||||||
@ -577,6 +577,28 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 08 2016 Alex Wood <awood@redhat.com> 1.16.7-1
|
||||||
- 1263037: Change RHSM Icon reporting of unregistered system
|
- 1263037: Change RHSM Icon reporting of unregistered system
|
||||||
(wpoteat@redhat.com)
|
(wpoteat@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user