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

Devan Goodwin dgoodwin at fedoraproject.org
Thu Aug 9 15:42:35 UTC 2012


commit a9f34bce23a582a010425c900f3ec74290a26dd2
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Thu Aug 9 12:42:32 2012 -0300

    Update subscription-manager to 1.0.13-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |  133 ++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 134 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4d4c04..6baaefa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /subscription-manager-1.0.3.tar.gz
 /subscription-manager-1.0.7.tar.gz
 /subscription-manager-1.0.10.tar.gz
+/subscription-manager-1.0.13.tar.gz
diff --git a/sources b/sources
index d1df568..c6292e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d779221396e0b121b728e7fb142e9bec  subscription-manager-1.0.10.tar.gz
+706837407810d879d62537616f8e32fc  subscription-manager-1.0.13.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 80740d9..3cbef4f 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -9,7 +9,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.0.10
+Version: 1.0.13
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -230,6 +230,14 @@ rm -rf %{buildroot}
     %attr(755,root,root) %{_initrddir}/rhsmcertd
 %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
+
 %doc
 %{_mandir}/man8/subscription-manager.8*
 %{_mandir}/man8/rhsmcertd.8*
@@ -335,6 +343,129 @@ fi
 %endif
 
 %changelog
+* 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)
+- Remove the 'repos' unittests until they are more mockable
+  (alikins at redhat.com)
+- Created CLI tool for viewing certificate data. (mstead at redhat.com)
+- add versionlint to "make stylish" (alikins at redhat.com)
+- add versionlint, requires pyqver (alikins at redhat.com)
+- Remove unused mock return values (alikins at redhat.com)
+- Remove enable_grid_lines from contract details glade file
+  (alikins at redhat.com)
+- more test cases for ConfigCommand (alikins at redhat.com)
+- 837897: Terminology Change: Service Level Agreement -> Service Level
+  (wpoteat at redhat.com)
+- add test cases for ConfigCommand (alikins at redhat.com)
+- Better error when rm'ing config item from missing section
+  (alikins at redhat.com)
+- unittest coverage for managercli.CLI (alikins at redhat.com)
+- Adding unit tests for migration script regexes. (awood at redhat.com)
+- 812903: Autosubscribe not working for newly added product cert after Register
+  (wpoteat at redhat.com)
+- 845827: Update command that do not require a candlepin connection
+  (alikins at redhat.com)
+- 845827: Split server version checkout out to avoid errors
+  (alikins at redhat.com)
+- Hack to address double mapping for 180.pem and 17{6|8}.pem (awood at redhat.com)
+- fix pep8 (jesusr at redhat.com)
+- don't show access.redhat.com url after registering to Katello
+  (jesusr at redhat.com)
+- remove the explicit url search from error handling. (jesusr at redhat.com)
+- Make gettext_lint also check for _(foo) usage (alikins at redhat.com)
+- Remove unneeded _(somevar) (alikins at redhat.com)
+- Fix NameError in migration script. (awood at redhat.com)
+- bogus newline in glade file (alikins at redhat.com)
+- 826874: Reenable grid lines on newer gtk (alikins at redhat.com)
+- 826874: Remove enable_grid_lines from treeviews in glade (alikins at redhat.com)
+- 826874: Removing more properties that don't exist on gtk2.10
+  (alikins at redhat.com)
+- 826874: Change gtk target version to gtk 2.10 for all glade files
+  (alikins at redhat.com)
+- 826874: Clean of gtk properties not in gtk2.10 in our glade files
+  (alikins at redhat.com)
+- Add support for migrating to Katello. (jesusr at redhat.com)
+- 843191: 'version' command showed wrong info with no network
+  (alikins at redhat.com)
+- 843915: Multiple-specifications of --enable and --disable repos
+  (wpoteat at redhat.com)
+- fix Package-Id-Version in ta_IN.po (alikins at redhat.com)
+- Fix es_ES.po (missing newline) (alikins at redhat.com)
+- 842898: fix missing --password in it.po (alikins at redhat.com)
+- 843113: latest strings from zanata (alikins at redhat.com)
+- 837280: Show users that we strip out any scheme given with a proxy.
+  (awood at redhat.com)
+- new strings (alikins at redhat.com)
+- Refactor of SubDetailsWidget and GladeWidget (alikins at redhat.com)
+- 826729: Move Cert Status up to top of Product's Subscription Details
+  (wpoteat at redhat.com)
+
+* Thu Aug 02 2012 Alex Wood <awood at redhat.com> 1.0.12-1
+- remove test cases that use si_LK locale (alikins at redhat.com)
+- 842845: Show better error if serverurl port is non numeric
+  (alikins at redhat.com)
+- 838113: 'unregister' was not cleaning up repos (alikins at redhat.com)
+- 842170: replace None service level/type with "" not None (alikins at redhat.com)
+- 844069: Allow register --force even if ID cert is totally invalid.
+  (dgoodwin at redhat.com)
+- 826874: Remove use of deprecated Gtk.Notebook.set_page (alikins at redhat.com)
+- 818355: Terminology Change: Contract Number -> Contract (wpoteat at redhat.com)
+- 844368: productid plugin was failing on ProductCert.product
+  (alikins at redhat.com)
+- Ignore warning about use of dbus.dbus_bindings (alikins at redhat.com)
+- 844178: Fix error message when importing a non-entitlement cert bundle.
+  (dgoodwin at redhat.com)
+- remove deprecated use of DateRange.hasNow() (jbowes at redhat.com)
+- remove use of DateRange.hasDate() (alikins at redhat.com)
+
+* Wed Jul 25 2012 Alex Wood <awood at redhat.com> 1.0.11-1
+- Remove deprecated use of hasDate. (dgoodwin at redhat.com)
+- Fix missed use of renamed method. (dgoodwin at redhat.com)
+- make stylish clean (alikins at redhat.com)
+- use isoformat() here instead of strftime format string (alikins at redhat.com)
+- create warn and expire colors once, fix test failure (alikins at redhat.com)
+- make stylish cleanups (alikins at redhat.com)
+- Additional tests for date logic. (awood at redhat.com)
+- Update for some minor changes in python-rhsm. (dgoodwin at redhat.com)
+- add rhsm_display module (alikins at redhat.com)
+- Add module to set DISPLAY if RHSM_DISPLAY is set (alikins at redhat.com)
+- 837132: fix typo (alikins at redhat.com)
+- Add "ctrl-X" as accelerator for proxy config (alikins at redhat.com)
+- Make "Usage" consistent across rhel5/6 (alikins at redhat.com)
+- Add __str__ for our fake exception. (alikins at redhat.com)
+- class ClassName(): is not legal syntax on python2.4 (alikins at redhat.com)
+- Exception by default doesn't pass 'args' (alikins at redhat.com)
+- Linkify() doesn't work on rhel5, so disble the tests there
+  (alikins at redhat.com)
+- hashlib doesn't exist on 2.4, md5 is deprecated on 2.6 (alikins at redhat.com)
+- use simplejson since 'json' isnt part of python 2.4 (alikins at redhat.com)
+- Use ISO8601 date format in allsubs tab (alikins at redhat.com)
+- Fix syntax for RHEL5. (dgoodwin at redhat.com)
+- Fix awkward stretching in Subscription column. (awood at redhat.com)
+- 804144: Fix awkward stretching of Product column. (awood at redhat.com)
+- 814731: Change the name of the menu item to Preferences from Settings, and
+  change the accelerator keys (bkearney at redhat.com)
+- 837132: Clean up the error message in the yum plugin (bkearney at redhat.com)
+- 837038: Fix a grammatical error in the yum plugin (bkearney at redhat.com)
+- Fix certificate parsing error reporting. (dgoodwin at redhat.com)
+- Removing unnecessary assignments. (awood at redhat.com)
+- F15 builds can't be submitted in Fedora anymore. (dgoodwin at redhat.com)
+- updating options for rhn-migrate-classic-to-rhsm per bz840152; rewriting
+  rhsmcertd for different options and usage examples (dlackey at redhat.com.com)
+- Account/contract number field rename. (dgoodwin at redhat.com)
+- Stylish fixes. (dgoodwin at redhat.com)
+- Fix a certv2 error. (dgoodwin at redhat.com)
+- 829825: Alter highlighting used in My Subscriptions tab (awood at redhat.com)
+- 772040: Have no overlap filter properly handles subscription dates.
+  (mstead at redhat.com)
+- Update order support level/type to service. (dgoodwin at redhat.com)
+- Remove explicit use of certificate2 module. (dgoodwin at redhat.com)
+- Fix issues introduced in certv2 refactor. (dgoodwin at redhat.com)
+- Change entitlement_version fact to certificate_version. (dgoodwin at redhat.com)
+- Update to use new certificate2 module and classes. (dgoodwin at redhat.com)
+- Send entitlement version fact. (dgoodwin at redhat.com)
+
 * Thu Jul 19 2012 Alex Wood <awood at redhat.com> 1.0.10-1
 - 828903: Pull in the latest translation for error messages with no options
   translated (bkearney at redhat.com)


More information about the scm-commits mailing list