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

Devan Goodwin dgoodwin at fedoraproject.org
Wed May 16 19:30:40 UTC 2012


commit 5a1aeed563a00023cc1fbc444cd5a32432b994e9
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Wed May 16 16:30:37 2012 -0300

    Update subscription-manager to 1.0.2-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |  123 +++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 111 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a59d457..587dff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /subscription-manager-0.99.8.tar.gz
 /subscription-manager-0.99.10.tar.gz
 /subscription-manager-0.99.13.tar.gz
+/subscription-manager-1.0.2.tar.gz
diff --git a/sources b/sources
index 8369ed4..f0c5a39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae6e104659aa8e01d7caa750b62a66e8  subscription-manager-0.99.13.tar.gz
+99552106a13edf007279dadd9dc02f0d  subscription-manager-1.0.2.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index b607a8d..4ce66a7 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name: subscription-manager
-Version: 0.99.13
+Version: 1.0.2
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -27,7 +27,7 @@ Requires:  python-simplejson
 Requires:  python-iniparse
 Requires:  PyXML
 Requires:  virt-what
-Requires:  python-rhsm >= 0.99.5
+Requires:  python-rhsm >= 1.0.1
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 
@@ -48,6 +48,7 @@ BuildRequires: gtk2-devel
 BuildRequires: desktop-file-utils
 BuildRequires: redhat-lsb
 BuildRequires: scrollkeeper
+BuildRequires: GConf2-devel
 
 
 %description
@@ -80,7 +81,7 @@ Summary: Firstboot screens for subscription manager
 Group: System Environment/Base
 Requires: %{name}-gnome = %{version}-%{release}
 %{?el5:Requires: rhn-setup-gnome >= 0.4.20-49}
-%{?el6:Requires: rhn-setup-gnome >= 1.0.0-39}
+%{?el6:Requires: rhn-setup-gnome >= 1.0.0-82}
 
 # Fedora can figure this out automatically, but RHEL cannot:
 Requires: librsvg2
@@ -195,6 +196,7 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/certmgr.py*
 %{_datadir}/rhsm/subscription_manager/listing.py*
 %{_datadir}/rhsm/subscription_manager/release.py*
+%{_datadir}/rhsm/subscription_manager/utils.py*
 
 
 %attr(755,root,root) %{_sbindir}/subscription-manager
@@ -249,22 +251,18 @@ 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_select_sla.py*
+%{_datadir}/rhn/up2date_client/firstboot/rhsm_confirm_subs.py*
+%{_datadir}/rhn/up2date_client/firstboot/rhsm_manually_subscribe.py*
 
 %if 0%{?rhel} < 6
-  %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
+  %if 0%{?fedora} <= 12
     # 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*
+    %{_prefix}/share/firstboot/modules/rhsm_select_sla.py*
+    %{_prefix}/share/firstboot/modules/rhsm_confirm_subs.py*
+    %{_prefix}/share/firstboot/modules/rhsm_manually_subscribe.py*
   %endif
-%else
-  # 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
@@ -302,6 +300,103 @@ if [ $1 -eq 0 ] ; then
 fi
 
 %changelog
+* Wed May 16 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 1.0.2-1
+- Updating strings from zanata (mstead at redhat.com)
+- Add new server setup GUI screen. (dgoodwin at redhat.com)
+- Add new server setup CLI options. (alikins at redhat.com)
+- 813296: Remove check for candlepin_version (jbowes at redhat.com)
+- Allow importing multiple subscriptions at once (jbowes at redhat.com)
+- 820170: Subscription Manager release --list should display "not supported"
+  message for older candlepin. (wpoteat at redhat.com)
+- 817938: Make columns in subscription-manager tables sortable.
+  (awood at redhat.com)
+- 812153: Release command should have a --show command which is the default.
+  (wpoteat at redhat.com)
+- 820080: Fix "Configuration" spelling on firstboot page (alikins at redhat.com)
+- Set the parent window for the about dialog (mstead at redhat.com)
+- removing a sentence from the manpage about working on RHEL 5.8 and later,
+  bz820765 (deon at deonlackey.com)
+- 821024: Properly handle ESC on preferences dialog (mstead at redhat.com)
+- Replaced toolbar with menubar. (mstead at redhat.com)
+- 820040,820037,820030: don't break multibyte help blurbs (alikins at redhat.com)
+- 817036: Add a version command to subscription-manager. (awood at redhat.com)
+- The unbindAll command now returns JSON. (awood at redhat.com)
+- Explain the conditional imports more accurately. (alikins at redhat.com)
+- Print different message when subscribing to no service level.
+  (awood at redhat.com)
+- remove deprecated use of "md5" module (alikins at redhat.com)
+- Enable and disable available repos on client machine from Subscription
+  Manager CLI (wpoteat at redhat.com)
+- 790939: Add SLA to rhn-migrate-classic-to-rhsm. (awood at redhat.com)
+- 812388: Show the number of entitlements unsubscribed from. (awood at redhat.com)
+- 818298: release --list should not display rhel-5 when only rhel-6 product is
+  installed (wpoteat at redhat.com)
+- 810236: Update facts after registering with --consumerid.
+  (dgoodwin at redhat.com)
+- 818461: invalid date format error when using or_IN.UTF-8 (cduryee at redhat.com)
+- Store date of migration in migration facts for rhn-migrate-classic-to-rhsm.
+  (awood at redhat.com)
+- Unify our el5 and el6 firstboot modules (jbowes at redhat.com)
+- add a gconf setting for users who do not want to use the icon
+  (cduryee at redhat.com)
+- do not use the gui by default when migrating (cduryee at redhat.com)
+- Allow service level change for consumer via CLI independent of other calls.
+  (wpoteat at redhat.com)
+- 815479: Incorrect owner should be relayed on service level list call.
+  (wpoteat at redhat.com)
+- 817390: add completion support for servicelevel (alikins at redhat.com)
+- 817117: fix completion of environment command (alikins at redhat.com)
+- 816377: handle cert migration data being missing (alikins at redhat.com)
+- Store date of migration and installation number in migration facts.
+  (awood at redhat.com)
+- Fixing registration error when loading SlaWizard (mstead at redhat.com)
+
+* Thu Apr 26 2012 Michael Stead <mstead at redhat.com> 1.0.1-1
+- latest strings from zanata (alikins at redhat.com)
+- add test cases for autobind.py (alikins at redhat.com)
+- pep8 and pyflakes cleanups (jbowes at redhat.com)
+- 815563: Remove incorrect at-spi locators. (awood at redhat.com)
+- 795541: Environment command should omit the Library from katello
+  (bkearney at redhat.com)
+- 806993: Tolerate the provision of a scheme with the proxy string.
+  (awood at redhat.com)
+- remove remnants of subscription_assistant.py (alikins at redhat.com)
+- 811952: Don't try to unsubscribe old ents if we register (alikins at redhat.com)
+- 811952: Handle errors on unsubscribing ent certs (alikins at redhat.com)
+- 812929: Fix issue with selected sla not being in suitable_slas
+  (mstead at redhat.com)
+- 812897: Use consistent casing for the word "Error" (awood at redhat.com)
+- Improve preferences dialog error message. (dgoodwin at redhat.com)
+- 811863: Handle unforseen errors in preferences dialog. (dgoodwin at redhat.com)
+- 811340: Select the first product in My Installed Software table by default.
+  (awood at redhat.com)
+- 811594: The config, repos, and facts commands should default to --list if no
+  options are provided. (awood at redhat.com)
+- 812104: add "release" and "service-level" to completion (alikins at redhat.com)
+- 801434: Add at-spi accessibility name to calendar widget. (awood at redhat.com)
+- updates to man pages (deon at deonlackey.com)
+- 811591: Use consistent messages for not being registered
+  (bkearney at redhat.com)
+- Updated the --servicelevel option description (deon at deonlackey.com)
+- Use numeric index to access value returned by urlparse. (awood at redhat.com)
+- 790579: Show translations for errors thrown by installation number parsing.
+  (awood at redhat.com)
+- adding --servicelevel option to list command (deon at deonlackey.com)
+- 810306: Improved messaging in firstboot (mstead at redhat.com)
+- 811337: unregister any time we return to rhsm_login (jbowes at redhat.com)
+- 807153: Allow more aggressive deletion of product certs. (awood at redhat.com)
+- 810399: require the latest rhn-setup-gnome for firstboot (alikins at redhat.com)
+- 810290: use correct calculation for "Next update" time in sm-gui
+  (cduryee at redhat.com)
+- 810363: handle socket errors for bad proxy host in firstboot
+  (alikins at redhat.com)
+- Latest man page and documentation (dlackey at redhat.com)
+- 809989: Add the shortened password url to the strings files.
+  (bkearney at redhat.com)
+- 809989: Add a shorter URL to the registration screen (bkearney at redhat.com)
+- rev the zanata version to 1.0.X (alikins at redhat.com)
+- Incrementing version number after 6.3 branch. (mstead at redhat.com)
+
 * 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


More information about the scm-commits mailing list