From 7ad303d820d3cf93f8fd86b3837c7e5f2b0299a4 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Fri, 31 May 2013 15:27:43 -0300 Subject: [PATCH] Update subscription-manager to 1.8.9-1 --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 23 ++++++++++++++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd644df..69ed2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /subscription-manager-1.8.6.tar.gz /subscription-manager-1.8.7.tar.gz /subscription-manager-1.8.8.tar.gz +/subscription-manager-1.8.9.tar.gz diff --git a/sources b/sources index 8bc5772..ad289fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48d233139ea3b7bf6b4422d3a446c82c subscription-manager-1.8.8.tar.gz +c3001a48925badd5e3da59bf3c2e33e0 subscription-manager-1.8.9.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index f23799f..3fb25a0 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -11,7 +11,7 @@ %endif Name: subscription-manager -Version: 1.8.8 +Version: 1.8.9 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -378,6 +378,27 @@ fi %endif %changelog +* Fri May 31 2013 jesus m. rodriguez 1.8.9-1 +- 905136: added accessibily name for owner_label (jmolet@redhat.com) +- 928175: fixed status command after user deletion (ckozak@redhat.com) +- 950672: Added data for yellow. Added list view. (ckozak@redhat.com) +- 963796: Unified descriptions (cschevia@redhat.com) +- 966745: Correct typo in name of configuration value. (awood@redhat.com) +- 967863: Suggest package to install when mapping file is missing. (awood@redhat.com) +- 968364: show the issuer for certs in rct. (bkearney@redhat.com) +- 966262 for rct.8; 959563 for subscription-manager.8 (dlackey@redhat.com.com) +- Extract latest strings from code. (dgoodwin@redhat.com) +- close file objects deliberately (alikins@redhat.com) +- Use fnmatch to add wildcard support (bkearney@redhat.com) +- One more miss from my issuer/errata debacle (bkearney@redhat.com) +- Extend use of compliance status from cp (ckozak@redhat.com) +- Add s390 lpar specific socket counting (alikins@redhat.com) +- be extra paranoid and strip nul from /sys reads (alikins@redhat.com) +- use new cpu info method by default (alikins@redhat.com) +- Add a new method for calculating cpu sockets (alikins@redhat.com) +- Added reasons to Subscription Details (ckozak@redhat.com) +- Support enable and disable of all repos. (bkearney@redhat.com) + * Tue May 21 2013 jesus m. rodriguez 1.8.8-1 - Fix echo'ing of exit status or exception on exit (alikins@redhat.com) - 962905: Fixing errors with quantity spinner. (awood@redhat.com)