commit 7ad303d820d3cf93f8fd86b3837c7e5f2b0299a4
Author: Devan Goodwin <dgoodwin(a)redhat.com>
Date: Fri May 31 15:27:43 2013 -0300
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 <jesusr(a)redhat.com> 1.8.9-1
+- 905136: added accessibily name for owner_label (jmolet(a)redhat.com)
+- 928175: fixed status command after user deletion (ckozak(a)redhat.com)
+- 950672: Added data for yellow. Added list view. (ckozak(a)redhat.com)
+- 963796: Unified descriptions (cschevia(a)redhat.com)
+- 966745: Correct typo in name of configuration value. (awood(a)redhat.com)
+- 967863: Suggest package to install when mapping file is missing. (awood(a)redhat.com)
+- 968364: show the issuer for certs in rct. (bkearney(a)redhat.com)
+- 966262 for rct.8; 959563 for subscription-manager.8 (dlackey(a)redhat.com.com)
+- Extract latest strings from code. (dgoodwin(a)redhat.com)
+- close file objects deliberately (alikins(a)redhat.com)
+- Use fnmatch to add wildcard support (bkearney(a)redhat.com)
+- One more miss from my issuer/errata debacle (bkearney(a)redhat.com)
+- Extend use of compliance status from cp (ckozak(a)redhat.com)
+- Add s390 lpar specific socket counting (alikins(a)redhat.com)
+- be extra paranoid and strip nul from /sys reads (alikins(a)redhat.com)
+- use new cpu info method by default (alikins(a)redhat.com)
+- Add a new method for calculating cpu sockets (alikins(a)redhat.com)
+- Added reasons to Subscription Details (ckozak(a)redhat.com)
+- Support enable and disable of all repos. (bkearney(a)redhat.com)
+
* Tue May 21 2013 jesus m. rodriguez <jesusr(a)redhat.com> 1.8.8-1
- Fix echo'ing of exit status or exception on exit (alikins(a)redhat.com)
- 962905: Fixing errors with quantity spinner. (awood(a)redhat.com)