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