Update subscription-manager to 1.13.2-1

Resolves: #1135621 - fix duplicate product ids from default dir (ckozak@redhat.com)
Resolves: #1128061 - Don't raise logged Disconnected on unreg (alikins@redhat.com)
Resolves: #1128658 - do not contact RHN if unregistered (jesusr@redhat.com)
Resolves: #1132919 - Repo dialog information is updated without the need for a gui
Resolves: #1132071 - Update rhsm-debug to collect product-default directory (wpoteat@redhat.com)
Resolves: #1123029 - Use default product certs if present. (alikins@redhat.com)
Resolves: #1124685 - Handle /status without rules-version (alikins@redhat.com)
Resolves: #1125132 - Label does not change to Attaching on Fristboot progress bar (wpoteat@redhat.com)
Resolves: #1128061 - Stop logging expected exceptions on unreg (alikins@redhat.com)
Resolves: #1129480 - don't query envs when actkey is given (ckozak@redhat.com)
Resolves: #1130637 - Correct call to os.path.isfile (awood@redhat.com)
Resolves: #1126724 - Use port instead of 443 for the url help text (bkearney@redhat.com)
This commit is contained in:
Alex Wood 2014-09-12 17:32:00 -04:00
parent 7a506a69df
commit f6fd32274c
3 changed files with 34 additions and 5 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/subscription-manager-1.11.7.tar.gz /subscription-manager-1.11.7.tar.gz
/subscription-manager-1.12.3.tar.gz /subscription-manager-1.12.3.tar.gz
/subscription-manager-1.12.11.tar.gz /subscription-manager-1.12.11.tar.gz
/subscription-manager-1.13.2.tar.gz

View File

@ -1 +1 @@
695b750bcc8b5fa6926813d32361c2cb subscription-manager-1.12.11.tar.gz e1454b58bee56b1500a88ecd24b5ce8a subscription-manager-1.13.2.tar.gz

View File

@ -21,8 +21,8 @@
%endif %endif
Name: subscription-manager Name: subscription-manager
Version: 1.12.11 Version: 1.13.2
Release: 2%{?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
License: GPLv2 License: GPLv2
@ -398,6 +398,7 @@ rm -rf %{buildroot}
%{_datadir}/rhsm/subscription_manager/migrate/__init__.py* %{_datadir}/rhsm/subscription_manager/migrate/__init__.py*
%{_datadir}/rhsm/subscription_manager/migrate/migrate.py* %{_datadir}/rhsm/subscription_manager/migrate/migrate.py*
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm %attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
%attr(755,root,root) %{_sbindir}/sat5to6
%doc %doc
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8* %{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
@ -446,8 +447,35 @@ fi
%endif %endif
%changelog %changelog
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.11-2 * Fri Sep 12 2014 Alex Wood <awood@redhat.com> 1.13.2-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Added non-overriding default prod dir tests (ckozak@redhat.com)
- 1135621: fix duplicate product ids from default dir (ckozak@redhat.com)
- Remove --force option for sat5to6. (awood@redhat.com)
- Disable RHN yum plugin for unentitled Satellite 5 systems. (awood@redhat.com)
- Don't ask for org and environment with consumerid. (awood@redhat.com)
- 1128061: Don't raise logged Disconnected on unreg (alikins@redhat.com)
- 1128658: do not contact RHN if unregistered (jesusr@redhat.com)
- 1132919: Repo dialog information is updated without the need for a gui
restart. (csnyder@csnyder.usersys.redhat.com)
* Thu Sep 04 2014 Alex Wood <awood@redhat.com> 1.13.1-1
- Make 'gettext_lint' target grok _(u"foo") strings. (alikins@redhat.com)
- Add a sat5to6 migration script.
* Thu Aug 28 2014 jesus m. rodriguez <jesusr@redhat.com> 1.12.14-1
- 1132071: Update rhsm-debug to collect product-default directory (wpoteat@redhat.com)
- 1123029: Use default product certs if present. (alikins@redhat.com)
- Latest strings from zanata. (alikins@redhat.com)
* Wed Aug 20 2014 jesus m. rodriguez <jesusr@redhat.com> 1.12.13-1
- 1124685: Handle /status without rules-version (alikins@redhat.com)
- 1125132: Label does not change to Attaching on Fristboot progress bar (wpoteat@redhat.com)
- 1128061: Stop logging expected exceptions on unreg (alikins@redhat.com)
- 1129480: don't query envs when actkey is given (ckozak@redhat.com)
- 1130637: Correct call to os.path.isfile (awood@redhat.com)
* Wed Aug 13 2014 jesus m. rodriguez <jesusr@redhat.com> 1.12.12-1
- Extract the latest strings from the code (bkearney@redhat.com)
- 1126724: Use port instead of 443 for the url help text (bkearney@redhat.com)
* Wed Jul 30 2014 Alex Wood <awood@redhat.com> 1.12.11-1 * Wed Jul 30 2014 Alex Wood <awood@redhat.com> 1.12.11-1
- 1124726: Man page entry for '--no-subscriptions' option (wpoteat@redhat.com) - 1124726: Man page entry for '--no-subscriptions' option (wpoteat@redhat.com)