From 5bec0e570ce7c98c5edd89bf4f6e85f4ff9be66e Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 20 Mar 2014 14:51:55 -0400 Subject: [PATCH] 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) --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 12 +++++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2a65df3..cb23bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 481c5f1..b20bc74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35eda79f0792c845c71bf61a16078087 subscription-manager-1.11.1.tar.gz +a2e9269e8111bb8d0bb0439d7fecb208 subscription-manager-1.11.2.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index b54bdef..04df60a 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -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 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 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)