Update subscription-manager to 1.14.3-1
Resolves: #1170314 - Clarify that manage_repos 0 will delete redhat.repo. Resolves: #1207958 - Fix traceback when contract # is None (alikins@redhat.com) Resolves: #1200972 - Fixed grammar issue with error message in the attach command Resolves: #1204012 - Added missing documentation for the --release option Resolves: #1209519 - Removed erroneous information in help message for subman Resolves: #1198369 - refresh_compliance_status now has a default value for state Resolves: #1180273 - Allow migration without requiring RHN credentials (awood@redhat.com) Resolves: #1201727 - Handle reasons with expired ent id (alikins@redhat.com)
This commit is contained in:
parent
e72bd9f50f
commit
892adeeb36
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
|||||||
/subscription-manager-1.13.13.tar.gz
|
/subscription-manager-1.13.13.tar.gz
|
||||||
/subscription-manager-1.14.1.tar.gz
|
/subscription-manager-1.14.1.tar.gz
|
||||||
/subscription-manager-1.14.2.tar.gz
|
/subscription-manager-1.14.2.tar.gz
|
||||||
|
/subscription-manager-1.14.3.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1d4f3b55261d32556c3b0848eb524b45 subscription-manager-1.14.2.tar.gz
|
94bc3eccb450d1ea7465daba1c9ac332 subscription-manager-1.14.3.tar.gz
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.14.2
|
Version: 1.14.3
|
||||||
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
|
||||||
@ -40,7 +40,7 @@ Requires: python-ethtool
|
|||||||
Requires: python-iniparse
|
Requires: python-iniparse
|
||||||
Requires: pygobject2
|
Requires: pygobject2
|
||||||
Requires: virt-what
|
Requires: virt-what
|
||||||
Requires: python-rhsm >= 1.13.10
|
Requires: python-rhsm >= 1.14.2
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: yum >= 3.2.19-15
|
Requires: yum >= 3.2.19-15
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
@ -485,6 +485,23 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 09 2015 Alex Wood <awood@redhat.com> 1.14.3-1
|
||||||
|
- 1170314: Clarify that manage_repos 0 will delete redhat.repo.
|
||||||
|
(dgoodwin@redhat.com)
|
||||||
|
- 1207958: Fix traceback when contract # is None (alikins@redhat.com)
|
||||||
|
- 1117525,1189950,1188961 latest strings from zanata (alikins@redhat.com)
|
||||||
|
- 1200972: Fixed grammar issue with error message in the attach command
|
||||||
|
(crog@redhat.com)
|
||||||
|
- Bumping required python-rhsm version (mstead@redhat.com)
|
||||||
|
- 1204012: Added missing documentation for the --release option
|
||||||
|
(crog@redhat.com)
|
||||||
|
- 1209519: Removed erroneous information in help message for subman
|
||||||
|
(crog@redhat.com)
|
||||||
|
- 1198369: refresh_compliance_status now has a default value for state
|
||||||
|
(crog@redhat.com)
|
||||||
|
- 1180273: Allow migration without requiring RHN credentials (awood@redhat.com)
|
||||||
|
- 1201727: Handle reasons with expired ent id (alikins@redhat.com)
|
||||||
|
|
||||||
* Mon Mar 09 2015 Alex Wood <awood@redhat.com> 1.14.2-1
|
* Mon Mar 09 2015 Alex Wood <awood@redhat.com> 1.14.2-1
|
||||||
- Move to fileConfig based logging. (alikins@redhat.com)
|
- Move to fileConfig based logging. (alikins@redhat.com)
|
||||||
- Ignore glib warnings about class properties. (alikins@redhat.com)
|
- Ignore glib warnings about class properties. (alikins@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user