[subscription-manager] Update subscription-manager to 1.0.16-1

Devan Goodwin dgoodwin at fedoraproject.org
Fri Aug 31 12:37:21 UTC 2012


commit 3dd30e637d2c0746c1e6a9c047500db1cf2fb2f5
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri Aug 31 09:37:16 2012 -0300

    Update subscription-manager to 1.0.16-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |  110 +++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 103 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6baaefa..891c481 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /subscription-manager-1.0.7.tar.gz
 /subscription-manager-1.0.10.tar.gz
 /subscription-manager-1.0.13.tar.gz
+/subscription-manager-1.0.16.tar.gz
diff --git a/sources b/sources
index c6292e3..179358b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-706837407810d879d62537616f8e32fc  subscription-manager-1.0.13.tar.gz
+a78fe5d33b35077c207cc75d3fa24950  subscription-manager-1.0.16.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 3cbef4f..08627ce 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -9,7 +9,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.0.13
+Version: 1.0.16
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -27,9 +27,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  python-ethtool
 Requires:  python-simplejson
 Requires:  python-iniparse
+Requires:  pygobject2
 Requires:  PyXML
 Requires:  virt-what
-Requires:  python-rhsm >= 1.0.1
+Requires:  python-rhsm >= 1.0.5
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 
@@ -180,6 +181,7 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/__init__.py*
 %{_datadir}/rhsm/subscription_manager/i18n.py*
 %{_datadir}/rhsm/subscription_manager/i18n_optparse.py*
+%{_datadir}/rhsm/subscription_manager/cli.py*
 %{_datadir}/rhsm/subscription_manager/managercli.py*
 %{_datadir}/rhsm/subscription_manager/managerlib.py*
 %{_datadir}/rhsm/subscription_manager/async.py*
@@ -231,12 +233,12 @@ rm -rf %{buildroot}
 %endif
 
 # Incude rt CLI tool
-%dir %{_datadir}/rhsm/rt
-%{_datadir}/rhsm/rt/__init__.py*
-%{_datadir}/rhsm/rt/cli.py*
-%{_datadir}/rhsm/rt/commands.py*
-%{_datadir}/rhsm/rt/printing.py*
-%attr(755,root,root) %{_bindir}/rt
+%dir %{_datadir}/rhsm/rct
+%{_datadir}/rhsm/rct/__init__.py*
+%{_datadir}/rhsm/rct/cli.py*
+%{_datadir}/rhsm/rct/commands.py*
+%{_datadir}/rhsm/rct/printing.py*
+%attr(755,root,root) %{_bindir}/rct
 
 %doc
 %{_mandir}/man8/subscription-manager.8*
@@ -250,8 +252,14 @@ rm -rf %{buildroot}
 %dir %{_datadir}/rhsm/subscription_manager/gui/data
 %dir %{_datadir}/rhsm/subscription_manager/gui/data/icons
 %{_datadir}/rhsm/subscription_manager/gui/*
-%{_datadir}/icons/hicolor/scalable/apps/subscription-manager.svg
+%{_datadir}/rhsm/subscription_manager/gui/data/icons/*.svg
 %{_datadir}/applications/subscription-manager.desktop
+%{_datadir}/icons/hicolor/16x16/apps/*.png
+%{_datadir}/icons/hicolor/22x22/apps/*.png
+%{_datadir}/icons/hicolor/24x24/apps/*.png
+%{_datadir}/icons/hicolor/32x32/apps/*.png
+%{_datadir}/icons/hicolor/48x48/apps/*.png
+%{_datadir}/icons/hicolor/scalable/apps/*.svg
 %attr(755,root,root) %{_sbindir}/subscription-manager-gui
 %attr(755,root,root) %{_bindir}/subscription-manager-gui
 
@@ -343,6 +351,90 @@ fi
 %endif
 
 %changelog
+* Thu Aug 30 2012 Alex Wood <awood at redhat.com> 1.0.16-1
+- 853187: Verbiage change in install-num-migrate-to-rhsm. (awood at redhat.com)
+- 852894: Abort migration if multiple JBEAP channels are detected.
+  (awood at redhat.com)
+- 850715: Fix malloc for Config (jbowes at redhat.com)
+- 852001: output the orgs key as part of the identity command.
+  (bkearney at redhat.com)
+- fix "make gettext", wrong var name for the find root (alikins at redhat.com)
+- 850715: Fixes based on coverity scans (bkearney at redhat.com)
+- 846316: Use the full name of Subscrition Manager during first boot
+  (bkearney at redhat.com)
+- 851346: Remove special case channel certs before subscribing.
+  (awood at redhat.com)
+- 847354: When printing, translate None type into an empty string
+  (bkearney at redhat.com)
+
+* Wed Aug 29 2012 Alex Wood <awood at redhat.com> 1.0.15-1
+- Replace 16x16 icon with a new version that has no background
+  (bkearney at redhat.com)
+- 852107: Update verbiage in migration script. (awood at redhat.com)
+- 847060: Push dependency higher up in the chain (bkearney at redhat.com)
+- 848534: Change the about dialog icon to be a PNG to ensure accurate
+  representation. (bkearney at redhat.com)
+- 841396: Select first item in My Subscriptions table by default.
+  (awood at redhat.com)
+- 849483: Prompt user for org name if necessary. (awood at redhat.com)
+- 849644: Calls made with --no-auto were not actually registering the system.
+  (awood at redhat.com)
+- 849494: Fix variable name collision. (awood at redhat.com)
+- 846834: Use Subscription instead of entitlement certificate
+  (bkearney at redhat.com)
+- 847859: Expiration highlighting was being set incorrectly. (awood at redhat.com)
+- 847750: Handle bad proxy values in migration script. (awood at redhat.com)
+- 841961: Ignore case when specifying the service level in migration
+  (bkearney at redhat.com)
+- 842020: Remove an extraneous option group for rhsmcertd (bkearney at redhat.com)
+- Refactored some of the shared CLI code in 'rct' (mstead at redhat.com)
+
+* Fri Aug 17 2012 Alex Wood <awood at redhat.com> 1.0.14-1
+- 849171: Remove an extraneous print statement (bkearney at redhat.com)
+- 849105: Fixed a typo in the error message (bkearney at redhat.com)
+- 772161: Notifiy virt who, if running, when the identity changes
+  (bkearney at redhat.com)
+- Reduce reads/parses of certificates (jbowes at redhat.com)
+- remove unused function 'getInstalledProductHashMap' (jbowes at redhat.com)
+- 843191: handle network errors better for 'version' command
+  (alikins at redhat.com)
+- 826739, 827553: Combine Service Level and Service Type and move up in display
+  order. (awood at redhat.com)
+- 847316: Remove the menu path for Subscription Manager from the manual
+  registration screen. (bkearney at redhat.com)
+- 848409,848195,848190,848184: Do not print the exception when attempting to do
+  the server version check (bkearney at redhat.com)
+- 847795: String and terminology clean up (bkearney at redhat.com)
+- 847380: Update the verbiage to prefer the term Subscription Management
+  (bkearney at redhat.com)
+- 846834: Updated verbiage to focus on subsriptions and not on entitlements
+  (bkearney at redhat.com)
+- 846105: Verbiage changes to empasize subscriptions over entitlements
+  (bkearney at redhat.com)
+- 836933: Handle empty spaces for servce levels (bkearney at redhat.com)
+- 836932,835050: Fix the service level lifecycle (bkearney at redhat.com)
+- 836932: Reduce extra loggging when setting the service level
+  (bkearney at redhat.com)
+- About dialog was not working due to key errors from python
+  (bkearney at redhat.com)
+- 833319: Updated the help text for registration and service levels
+  (bkearney at redhat.com)
+- 847060: Add missing requires on pygobject2 (bkearney at redhat.com)
+- 828954: Fix ta_IN.po file error with options (bkearney at redhat.com)
+- 842898: re-implement string fix for it.po (bkearney at redhat.com)
+- 828958: Fix the accidental translation of an option (bkearney at redhat.com)
+- fix up make stylish (jbowes at redhat.com)
+- No longer require root to run rct (mstead at redhat.com)
+- Remove manually_subscribe.py, it's class moved to rhsm_login.py
+  (alikins at redhat.com)
+- Bumping the required python-rhsm version (mstead at redhat.com)
+- Renamed rt command to rct. (mstead at redhat.com)
+- Fix test case failure on 5.9 (Exception.message) (alikins at redhat.com)
+- Refactor ManuallySubscribeScreen to use new Screen api (alikins at redhat.com)
+- Check passed args as None to allow empty args (mstead at redhat.com)
+- Exception.message is deprecated, just let _str_ do it (alikins at redhat.com)
+- use MockStdout intead of nosetests sys.stdout.getvalue() (alikins at redhat.com)
+
 * Thu Aug 09 2012 Alex Wood <awood at redhat.com> 1.0.13-1
 - Fix "Project-Id-Version" for ta_IN.po (alikins at redhat.com)
 - latest strings from zanata (alikins at redhat.com)


More information about the scm-commits mailing list