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