Update subscription-manager to 1.11.2-1

Resolves: #865702 - Dont render exc messages with bogus markup (alikins@redhat.com)
Resolves: #1070908 - Don't count cpus without topo for lpar (alikins@redhat.com)
Resolves: #1075167 - Avoid using injected values in migrate-classic-to-rhsm
Resolves: #1074568 - Use our translations in optparser (ckozak@redhat.com)
Resolves: #1070737 - correct config section for ca_cert_dir (ckozak@redhat.com)
This commit is contained in:
Alex Wood 2014-03-20 14:51:55 -04:00
parent 2bd6bc6955
commit 5bec0e570c
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/subscription-manager-1.10.10.tar.gz
/subscription-manager-1.10.13.tar.gz
/subscription-manager-1.11.1.tar.gz
/subscription-manager-1.11.2.tar.gz

View File

@ -1 +1 @@
35eda79f0792c845c71bf61a16078087 subscription-manager-1.11.1.tar.gz
a2e9269e8111bb8d0bb0439d7fecb208 subscription-manager-1.11.2.tar.gz

View File

@ -13,7 +13,7 @@
%endif
Name: subscription-manager
Version: 1.11.1
Version: 1.11.2
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -419,6 +419,16 @@ fi
%endif
%changelog
* Thu Mar 20 2014 Alex Wood <awood@redhat.com> 1.11.2-1
- Use the new Product.brand_name for brand_name (alikins@redhat.com)
- 865702: Dont render exc messages with bogus markup (alikins@redhat.com)
- 1070908: Don't count cpus without topo for lpar (alikins@redhat.com)
- 1075167: Avoid using injected values in migrate-classic-to-rhsm
(ckozak@redhat.com)
- 1074568: Use our translations in optparser (ckozak@redhat.com)
- Man page spelling corrections (wpoteat@redhat.com)
- 1070737: correct config section for ca_cert_dir (ckozak@redhat.com)
* Thu Feb 27 2014 Alex Wood <awood@redhat.com> 1.11.1-1
- 1021069: Add reference to network usage info. (alikins@redhat.com)
- latest strings from zanata 1.11.X branch (alikins@redhat.com)