Update subscription-manager to 1.0.16-1

This commit is contained in:
Devan Goodwin 2012-08-31 09:37:16 -03:00
parent a9f34bce23
commit 3dd30e637d
3 changed files with 103 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
706837407810d879d62537616f8e32fc subscription-manager-1.0.13.tar.gz
a78fe5d33b35077c207cc75d3fa24950 subscription-manager-1.0.16.tar.gz

View File

@ -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@redhat.com> 1.0.16-1
- 853187: Verbiage change in install-num-migrate-to-rhsm. (awood@redhat.com)
- 852894: Abort migration if multiple JBEAP channels are detected.
(awood@redhat.com)
- 850715: Fix malloc for Config (jbowes@redhat.com)
- 852001: output the orgs key as part of the identity command.
(bkearney@redhat.com)
- fix "make gettext", wrong var name for the find root (alikins@redhat.com)
- 850715: Fixes based on coverity scans (bkearney@redhat.com)
- 846316: Use the full name of Subscrition Manager during first boot
(bkearney@redhat.com)
- 851346: Remove special case channel certs before subscribing.
(awood@redhat.com)
- 847354: When printing, translate None type into an empty string
(bkearney@redhat.com)
* Wed Aug 29 2012 Alex Wood <awood@redhat.com> 1.0.15-1
- Replace 16x16 icon with a new version that has no background
(bkearney@redhat.com)
- 852107: Update verbiage in migration script. (awood@redhat.com)
- 847060: Push dependency higher up in the chain (bkearney@redhat.com)
- 848534: Change the about dialog icon to be a PNG to ensure accurate
representation. (bkearney@redhat.com)
- 841396: Select first item in My Subscriptions table by default.
(awood@redhat.com)
- 849483: Prompt user for org name if necessary. (awood@redhat.com)
- 849644: Calls made with --no-auto were not actually registering the system.
(awood@redhat.com)
- 849494: Fix variable name collision. (awood@redhat.com)
- 846834: Use Subscription instead of entitlement certificate
(bkearney@redhat.com)
- 847859: Expiration highlighting was being set incorrectly. (awood@redhat.com)
- 847750: Handle bad proxy values in migration script. (awood@redhat.com)
- 841961: Ignore case when specifying the service level in migration
(bkearney@redhat.com)
- 842020: Remove an extraneous option group for rhsmcertd (bkearney@redhat.com)
- Refactored some of the shared CLI code in 'rct' (mstead@redhat.com)
* Fri Aug 17 2012 Alex Wood <awood@redhat.com> 1.0.14-1
- 849171: Remove an extraneous print statement (bkearney@redhat.com)
- 849105: Fixed a typo in the error message (bkearney@redhat.com)
- 772161: Notifiy virt who, if running, when the identity changes
(bkearney@redhat.com)
- Reduce reads/parses of certificates (jbowes@redhat.com)
- remove unused function 'getInstalledProductHashMap' (jbowes@redhat.com)
- 843191: handle network errors better for 'version' command
(alikins@redhat.com)
- 826739, 827553: Combine Service Level and Service Type and move up in display
order. (awood@redhat.com)
- 847316: Remove the menu path for Subscription Manager from the manual
registration screen. (bkearney@redhat.com)
- 848409,848195,848190,848184: Do not print the exception when attempting to do
the server version check (bkearney@redhat.com)
- 847795: String and terminology clean up (bkearney@redhat.com)
- 847380: Update the verbiage to prefer the term Subscription Management
(bkearney@redhat.com)
- 846834: Updated verbiage to focus on subsriptions and not on entitlements
(bkearney@redhat.com)
- 846105: Verbiage changes to empasize subscriptions over entitlements
(bkearney@redhat.com)
- 836933: Handle empty spaces for servce levels (bkearney@redhat.com)
- 836932,835050: Fix the service level lifecycle (bkearney@redhat.com)
- 836932: Reduce extra loggging when setting the service level
(bkearney@redhat.com)
- About dialog was not working due to key errors from python
(bkearney@redhat.com)
- 833319: Updated the help text for registration and service levels
(bkearney@redhat.com)
- 847060: Add missing requires on pygobject2 (bkearney@redhat.com)
- 828954: Fix ta_IN.po file error with options (bkearney@redhat.com)
- 842898: re-implement string fix for it.po (bkearney@redhat.com)
- 828958: Fix the accidental translation of an option (bkearney@redhat.com)
- fix up make stylish (jbowes@redhat.com)
- No longer require root to run rct (mstead@redhat.com)
- Remove manually_subscribe.py, it's class moved to rhsm_login.py
(alikins@redhat.com)
- Bumping the required python-rhsm version (mstead@redhat.com)
- Renamed rt command to rct. (mstead@redhat.com)
- Fix test case failure on 5.9 (Exception.message) (alikins@redhat.com)
- Refactor ManuallySubscribeScreen to use new Screen api (alikins@redhat.com)
- Check passed args as None to allow empty args (mstead@redhat.com)
- Exception.message is deprecated, just let _str_ do it (alikins@redhat.com)
- use MockStdout intead of nosetests sys.stdout.getvalue() (alikins@redhat.com)
* Thu Aug 09 2012 Alex Wood <awood@redhat.com> 1.0.13-1
- Fix "Project-Id-Version" for ta_IN.po (alikins@redhat.com)
- latest strings from zanata (alikins@redhat.com)