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

Devan Goodwin dgoodwin at fedoraproject.org
Thu Jul 19 17:24:11 UTC 2012


commit a3a712ea91fec43f1a1ff5fae81c9aa71b518ff5
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Thu Jul 19 14:24:08 2012 -0300

    Update subscription-manager to 1.0.10-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   96 +++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 91 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c5721b..b4d4c04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /subscription-manager-1.0.2.tar.gz
 /subscription-manager-1.0.3.tar.gz
 /subscription-manager-1.0.7.tar.gz
+/subscription-manager-1.0.10.tar.gz
diff --git a/sources b/sources
index 4a11386..d1df568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-936418d02b14c269ea0ad672d6356795  subscription-manager-1.0.7.tar.gz
+d779221396e0b121b728e7fb142e9bec  subscription-manager-1.0.10.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index cb642a7..80740d9 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -9,7 +9,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.0.7
+Version: 1.0.10
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -225,6 +225,7 @@ rm -rf %{buildroot}
 
 %if %use_systemd
     %attr(644,root,root) %{_unitdir}/rhsmcertd.service
+    %attr(644,root,root) %{_prefix}/lib/tmpfiles.d/%{name}.conf
 %else
     %attr(755,root,root) %{_initrddir}/rhsmcertd
 %endif
@@ -267,17 +268,11 @@ 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 or rhel < 6
     %{_prefix}/share/firstboot/modules/rhsm_login.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
 %endif
 
@@ -340,6 +335,93 @@ fi
 %endif
 
 %changelog
+* Thu Jul 19 2012 Alex Wood <awood at redhat.com> 1.0.10-1
+- 828903: Pull in the latest translation for error messages with no options
+  translated (bkearney at redhat.com)
+- 841011: Fix double words in the korean translations (bkearney at redhat.com)
+- 828958: Untranslate the word password when it it used as an option in the
+  pt_BR translations (bkearney at redhat.com)
+- Fixes for translations from zanata (alikins at redhat.com)
+- Latest translations from zanata (alikins at redhat.com)
+- 839887: Make error message text more clear when network is disconnected
+  (bkearney at redhat.com)
+- 839760: Fix the screen text for preferences based on UXD feedback
+  (bkearney at redhat.com)
+- 818355: Rename the use of 'Contract Number' to contract in the gui
+  (bkearney at redhat.com)
+- 840169: The service level was incorrectly being set after auto-subscription.
+  (awood at redhat.com)
+- 840637: Fixed missing reference to parent window. (mstead at redhat.com)
+- Import and translate error strings for 'envirovment' cmd (alikins at redhat.com)
+- Removed --wait arg, delay 2 min in rhsmcertd (mstead at redhat.com)
+- Interval CLI args for rhsmcertd now specified as minutes. (mstead at redhat.com)
+- Update rhsmcertd.init.d to use new CLI args (mstead at redhat.com)
+- Bad url format test and a refactor of parse_url (alikins at redhat.com)
+- Print message when rhsmcertd is shutting down (mstead at redhat.com)
+- Fixed spelling and newline issues in rhsmcertd (mstead at redhat.com)
+- Handle a few new bad url formats (http//foo or http:sdf) (alikins at redhat.com)
+- Add wait and now args to rhsmcertd (mstead at redhat.com)
+- 839683: Add some strings from older optparse to our i18n version
+  (alikins at redhat.com)
+- 838146: Subscription-manager cli does not allow unsubscribe when consumer not
+  registered. (wpoteat at redhat.com)
+- rhsmcertd: add format specifier checking to r_log (jbowes at redhat.com)
+- Improve rhsmcertd logging (jbowes at redhat.com)
+- Fix bug where filter options were not persisted when the dialog was reopened.
+  (awood at redhat.com)
+- 838242: proxy password from the cli wasn't getting used (alikins at redhat.com)
+- Adding options parsing support (work-in-progress). (mstead at redhat.com)
+- Added initial check delay to rhsmcertd (mstead at redhat.com)
+
+* Tue Jul 10 2012 Alex Wood <awood at redhat.com> 1.0.9-1
+- On invalid credentials in register, return to the login screen
+  (jbowes at redhat.com)
+- 821065: Make SLA/subscription asyncronous (jbowes at redhat.com)
+- 838942: make gui and cli use the same releaseVer check (jbowes at redhat.com)
+- fixes for translations from zanata (alikins at redhat.com)
+- latest strings from zanata (alikins at redhat.com)
+- Remove check for date parsing not failing when we expect it to
+  (alikins at redhat.com)
+- Remove glade orientation properties. (awood at redhat.com)
+- Moving the filter counting mechanism into the Filters class.
+  (awood at redhat.com)
+- Adjust expand and fill properties for the filter dialog. (awood at redhat.com)
+- add za_CN.utf to list of known busted locales (alikins at redhat.com)
+- 824424: Fixing AttributeError thrown when accessing online help in RHEL 5.
+  (awood at redhat.com)
+- Add icon to update progress window. (awood at redhat.com)
+- 806986: Display SKU for available and consumed subscriptions
+  (jbowes at redhat.com)
+- Increase the default size of the subscriptions viewport. (awood at redhat.com)
+- Add no overlapping to the default filters. (awood at redhat.com)
+- Tweaks to filter options dialog. (awood at redhat.com)
+- 801187: print Provides: for all subs, even with no provides
+  (jbowes at redhat.com)
+- The filter dialog now updates results in real time. (awood at redhat.com)
+- 837106: Add a11y property for register button (jbowes at redhat.com)
+- 813336: Break filter options out into a separate dialog box.
+  (awood at redhat.com)
+- 837036: Do not refer to options as commands (bkearney at redhat.com)
+- 829495: Delete a mis-translated string to force re-translation
+  (bkearney at redhat.com)
+- 828966: Delete a mis-translated string to force trasnlations
+  (bkearney at redhat.com)
+- 767133: Remove english to english translations from bn_IN to force a new
+  translation (bkearney at redhat.com)
+- 829491: Remove english trnaslations for italian translations
+  (bkearney at redhat.com)
+
+* Tue Jul 03 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 1.0.8-1
+- Add rpmlint config for tmpfiles.d (jbowes at redhat.com)
+- Use the i18n_optparse.OptionParser instead of optparse (alikins at redhat.com)
+- Use our i18n_optparse for the migration scripts (alikins at redhat.com)
+- Look for rhn-migrate* in bin for generating string catalogs
+  (alikins at redhat.com)
+- 826874: add gladelint support for 'orientation' prop (alikins at redhat.com)
+- 826874: Remove unneeded property 'orientation' from glade
+  (alikins at redhat.com)
+- 796782: add systemd tmpfiles configuration (jbowes at redhat.com)
+
 * Thu Jun 28 2012 Alex Wood <awood at redhat.com> 1.0.7-1
 - Revamp choose server screen. (dgoodwin at redhat.com)
 


More information about the scm-commits mailing list