diff --git a/.gitignore b/.gitignore index 55bef34..486fb7a 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /subscription-manager-1.11.7.tar.gz /subscription-manager-1.12.3.tar.gz /subscription-manager-1.12.11.tar.gz +/subscription-manager-1.13.2.tar.gz diff --git a/sources b/sources index a4c90b0..388e3ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -695b750bcc8b5fa6926813d32361c2cb subscription-manager-1.12.11.tar.gz +e1454b58bee56b1500a88ecd24b5ce8a subscription-manager-1.13.2.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 9c1bb8d..c5a28d2 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -21,8 +21,8 @@ %endif Name: subscription-manager -Version: 1.12.11 -Release: 2%{?dist} +Version: 1.13.2 +Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base License: GPLv2 @@ -398,6 +398,7 @@ rm -rf %{buildroot} %{_datadir}/rhsm/subscription_manager/migrate/__init__.py* %{_datadir}/rhsm/subscription_manager/migrate/migrate.py* %attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm +%attr(755,root,root) %{_sbindir}/sat5to6 %doc %{_mandir}/man8/rhn-migrate-classic-to-rhsm.8* @@ -446,8 +447,35 @@ fi %endif %changelog -* Mon Aug 18 2014 Fedora Release Engineering - 1.12.11-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild +* Fri Sep 12 2014 Alex Wood 1.13.2-1 +- 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 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 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 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 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 1.12.11-1 - 1124726: Man page entry for '--no-subscriptions' option (wpoteat@redhat.com)