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

Devan Goodwin dgoodwin at fedoraproject.org
Thu Apr 5 15:05:02 UTC 2012


commit 06c04b4726e77b8e813d4ede7d50bf4733a67f87
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Thu Apr 5 12:04:59 2012 -0300

    Update subscription-manager to 0.99.13-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |  186 +++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 182 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f52df54..a59d457 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /subscription-manager-0.99.6.tar.gz
 /subscription-manager-0.99.8.tar.gz
 /subscription-manager-0.99.10.tar.gz
+/subscription-manager-0.99.13.tar.gz
diff --git a/sources b/sources
index d057eec..8369ed4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f903309c70ccfc885cac23d747bc8ee2  subscription-manager-0.99.10.tar.gz
+ae6e104659aa8e01d7caa750b62a66e8  subscription-manager-0.99.13.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 0e6005b..b607a8d 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name: subscription-manager
-Version: 0.99.10
+Version: 0.99.13
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -194,6 +194,8 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
 %{_datadir}/rhsm/subscription_manager/certmgr.py*
 %{_datadir}/rhsm/subscription_manager/listing.py*
+%{_datadir}/rhsm/subscription_manager/release.py*
+
 
 %attr(755,root,root) %{_sbindir}/subscription-manager
 %attr(755,root,root) %{_bindir}/subscription-manager
@@ -247,13 +249,22 @@ rm -rf %{buildroot}
 %files -n subscription-manager-firstboot
 %defattr(-,root,root,-)
 %{_datadir}/rhn/up2date_client/firstboot/rhsm_login.py*
-%{_datadir}/rhn/up2date_client/firstboot/rhsm_subscriptions.py*
+
 %if 0%{?rhel} < 6
-%if 0%{?fedora} > 12
+  %if 0%{?fedora} > 12
+    # we are building for fedora > 12 (not rhel)
+    %{_datadir}/rhn/up2date_client/firstboot/rhsm_select_sla.py*
+    %{_datadir}/rhn/up2date_client/firstboot/rhsm_confirm_subs.py*
+  %else
+    # we are building for fedora <= 12 or rhel < 6
+    %{_datadir}/rhn/up2date_client/firstboot/rhsm_subscriptions.py*
+    %{_prefix}/share/firstboot/modules/rhsm_login.py*
+    %{_prefix}/share/firstboot/modules/rhsm_subscriptions.py*
+  %endif
 %else
-%{_prefix}/share/firstboot/modules/rhsm_login.py*
-%{_prefix}/share/firstboot/modules/rhsm_subscriptions.py*
-%endif
+  # we are building for rhel >= 6 (not fedora)
+  %{_datadir}/rhn/up2date_client/firstboot/rhsm_select_sla.py*
+  %{_datadir}/rhn/up2date_client/firstboot/rhsm_confirm_subs.py*
 %endif
 
 %files -n subscription-manager-migration
@@ -291,6 +302,169 @@ if [ $1 -eq 0 ] ; then
 fi
 
 %changelog
+* Wed Apr 04 2012 Michael Stead <mstead at redhat.com> 0.99.13-1
+- latest strings into keys.pot and updated from zanata (alikins at redhat.com)
+- 809611: Fix undefined variable in installedtab for expired
+  (alikins at redhat.com)
+- pep8/pyflakes cleanups (alikins at redhat.com)
+- Repolib now requires a UEP connection. (awood at redhat.com)
+- Use numeric index to access portion of URL. (awood at redhat.com)
+- 807785: use a better title on the autobind wizard (jbowes at redhat.com)
+- latest strings from zanata (alikins at redhat.com)
+- Add release selection to preferences dialog (alikins at redhat.com)
+- 805415: handle entitlements for socket count of 0 (alikins at redhat.com)
+- 804201: Fix sla select in firstboot after back button (jbowes at redhat.com)
+- 807477: Delay attempt to connect to RHN until after basic error checks.
+  (awood at redhat.com)
+- 803374: Change the 'Subscribe' button to read 'Auto-subscribe.'
+  (awood at redhat.com)
+- 808217: Add a header to the release list (bkearney at redhat.com)
+- 807153: Provide a more informative error message when encountering repodata
+  errors. (awood at redhat.com)
+- 807822: Allow setting release to '' (mstead at redhat.com)
+- 807036: Instruct users to go to All Subscriptions for all SLA failures
+  (bkearney at redhat.com)
+- 807407: Subscripton Manager substitutes "" for $releasever when releaseVer
+  not set on consumer (wpoteat at redhat.com)
+- 803756: Trap RemoteServerException as well as RestLibException (404) for
+  service-level command (mstead at redhat.com)
+- 806941: Removed unknown swapped attribute from autobind.glade.
+  (mstead at redhat.com)
+- 807360: Allow the repos command to work without being registered
+  (bkearney at redhat.com)
+- 806457: Fix deletion of productids with yum localinstall (alikins at redhat.com)
+
+* Fri Mar 23 2012 Michael Stead <mstead at redhat.com> 0.99.12-1
+- Don't skip past firstboot login page on invalid user/pass (jbowes at redhat.com)
+- 805690: Turn repo gpgcheck off if no gpgkey specified. (dgoodwin at redhat.com)
+- 795552: Put safe int conversions around certain fact checks.
+  (bkearney at redhat.com)
+- 804100: display an error when candlepin doesn't support release
+  (jbowes at redhat.com)
+- 804227: expect a Release object instead of a bare string (alikins at redhat.com)
+- Latest string files from zanata (bkearney at redhat.com)
+- 805450: display better error message when autosubscribing
+  (cduryee at redhat.com)
+- 805594: Give each "Subscribe" button in the GUI a unique at-spi name.
+  (awood at redhat.com)
+- 803374: Provide unambiguous at-spi names for widgets. (awood at redhat.com)
+- 805353: subscription-manager list --help should use consistent wording for
+  servicelevel option. (awood at redhat.com)
+
+* Thu Mar 22 2012 Michael Stead <mstead at redhat.com> 0.99.11-1
+- 805906: fix missing imports for firstboot (jbowes at redhat.com)
+- Fix RHEL6 firstboot attribute error (dgoodwin at redhat.com)
+- 772218: throw an error if unparsed command line options exist
+  (cduryee at redhat.com)
+- Add missing imports to rhsm_login for error dialogs (jbowes at redhat.com)
+- 803386: Display product ID in GUI and CLI. (awood at redhat.com)
+- Fix specfile for el5 firstboot (jbowes at redhat.com)
+- 804227,804076,804228: Handle 404's from old candlepin servers without
+  /release (alikins at redhat.com)
+- 803778: Updated the --servicelevel not supported messages for subscribe
+  command (mstead at redhat.com)
+- 803778: Updated the --servicelevel not supported messages for register
+  command (mstead at redhat.com)
+- 803756,803762: Updated error message for service-level command
+  (mstead at redhat.com)
+- fixups for strings from zanata (alikins at redhat.com)
+- latest strings from zanata (alikins at redhat.com)
+- 789007: Migration should fail early when attempted with non org admin user.
+  (awood at redhat.com)
+- 805024: Hide extra separator along with redeem button. (awood at redhat.com)
+- 800999: Added --servicelevel arg to CLI list command (mstead at redhat.com)
+- 804227: Fix issues with repos --list (alikins at redhat.com)
+- Add proper back/forward logic for firstboot sla subscribe (jbowes at redhat.com)
+- 800933: Display service level and type in CLI list commands.
+  (dgoodwin at redhat.com)
+- 789008: Print a more specific error message when Candlepin calls fail.
+  (awood at redhat.com)
+- hook up sla firstboot to more registration cases (jbowes at redhat.com)
+- Define globals at module scope. (awood at redhat.com)
+- Remove firstboot subscriptions module (jbowes at redhat.com)
+- Fix broken tests for DST. Stop using time.time() (alikins at redhat.com)
+- Add error cases for firstboot autobind (jbowes at redhat.com)
+- Perform the actual entitlement bind on confirm subs screen
+  (jbowes at redhat.com)
+- Set up shared state for AutobindController in firstboot (jbowes at redhat.com)
+- Extract a controller class for sla select logic (jbowes at redhat.com)
+- Break apart autobind first boot module (jbowes at redhat.com)
+- Add some autobind wizard button spacing. (dgoodwin at redhat.com)
+- Always update the icon and notification details on status change.
+  (mstead at redhat.com)
+- Only add icon click listeners once. (mstead at redhat.com)
+- Adding notification nag icon support for Registration Required
+  (mstead at redhat.com)
+- add firstboot rhsm_autobind to spec file (jbowes at redhat.com)
+- Autobind cancel during registration will now unregister you.
+  (dgoodwin at redhat.com)
+- Update CLI to handle server that doesn't support service levels.
+  (dgoodwin at redhat.com)
+- Move back/forward/cancel buttons in sla selection to parent
+  (jbowes at redhat.com)
+- Revert "Update CLI to handle server that doesn't support service levels."
+  (dgoodwin at redhat.com)
+- Update GUI to handle server that does not support service levels.
+  (dgoodwin at redhat.com)
+- Update CLI to handle server that doesn't support service levels.
+  (dgoodwin at redhat.com)
+- Add autobind screen to firstboot (jbowes at redhat.com)
+- Fix firstboot unregister import error. (dgoodwin at redhat.com)
+- Add missing spacers to main window toolbar. (dgoodwin at redhat.com)
+- Fix an error handling bug. (dgoodwin at redhat.com)
+- Get register screen working in el6 firstboot (jbowes at redhat.com)
+- Center wizard's error dialog on main window (mstead at redhat.com)
+- Removing commented out code in register dialog (mstead at redhat.com)
+- Add skip option instead of autobind in register dialog. (mstead at redhat.com)
+- Fix preferences dialog error when not registered. (dgoodwin at redhat.com)
+- Improved error handling for autobind wizard. (dgoodwin at rm-rf.ca)
+- Fix message window warnings. (dgoodwin at rm-rf.ca)
+- Fix alignment on select SLA screen. (dgoodwin at redhat.com)
+- Display the service level selected when confirming autobind subs (dgoodwin
+  @rm-rf.ca)
+- Implement Cancel button on autobind wizard screens. (dgoodwin at redhat.com)
+- Allow setting service level from preferences dialog. (dgoodwin at redhat.com)
+- First cut at a preferences dialog. (dgoodwin at redhat.com)
+- Pack SLA's into a scrolled window. (dgoodwin at rm-rf.ca)
+- Handle any exception that happens when the autobind wizard is loaded.
+  (mstead at redhat.com)
+- Setting parent window on AutobindDialog and add titles to screens.
+  (mstead at redhat.com)
+- Integrating autobind wizard with register gui. (mstead at redhat.com)
+- Fix autobind wizard disappearing on window switch. (dgoodwin at redhat.com)
+- Do not set SLA until user hit's subscribe button. (dgoodwin at redhat.com)
+- Polish autobind glade UI (dgoodwin at redhat.com)
+- Set and use the system's service level. (dgoodwin at redhat.com)
+- Cleaning up Select SLA screen (mstead at redhat.com)
+- Added framework for back button support (mstead at redhat.com)
+- Handle no SLAs cover all installed products. (dgoodwin at rm-rf.ca)
+- Handle launching autobind when no entitlements needed. (dgoodwin at rm-rf.ca)
+- Set detected prod list in Select SLA screen (mstead at redhat.com)
+- Close autobind wizard once complete. (dgoodwin at redhat.com)
+- Hookup actual bind in autobind wizard. (dgoodwin at redhat.com)
+- SelectSLA now keeps track of selected SLA and pass to confirm dialog.
+  (mstead at redhat.com)
+- Load the autobind glade file on wizard creation. (mstead at redhat.com)
+- Switch to more explicit screen switching. (dgoodwin at redhat.com)
+- Set screen title when screen is changed. (mstead at redhat.com)
+- Allow screens to pass custum data during wizard screen change.
+  (mstead at redhat.com)
+- Hooking up button signals for selectsla (mstead at redhat.com)
+- Add callback to allow screen change in wizard (mstead at redhat.com)
+- Fixing broken tests due to leap year. (mstead at redhat.com)
+- Attempt to keep button bar right aligned. (mstead at redhat.com)
+- Removed the button bar form the wizard. (mstead at redhat.com)
+- Created AutobindWizardScreen to provide contract for AutobindWizard
+  (mstead at redhat.com)
+- Display appropriate screen in SLA wizard. (mstead at redhat.com)
+- Fixed GtkWarning: IA__gtk_widget_reparent error when launchig dialog
+  (mstead at redhat.com)
+- First cut at adding the Select SLA screen. (mstead at redhat.com)
+- Check if dry-run results cover required products. (dgoodwin at redhat.com)
+- Check dry run autobind results for each service level. (dgoodwin at redhat.com)
+- Sketch out an autobind wizard class. (dgoodwin at redhat.com)
+- Start sketching out the confirm subscriptions screen. (dgoodwin at redhat.com)
+
 * Wed Mar 14 2012 Michael Stead <mstead at redhat.com> 0.99.10-1
 - latest strings from zanata (alikins at redhat.com)
 - 801434: Add at-spi accessibility name to calendar selection widget.


More information about the scm-commits mailing list