Update subscription-manager to 1.0.2-1
This commit is contained in:
parent
06c04b4726
commit
5a1aeed563
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ae6e104659aa8e01d7caa750b62a66e8 subscription-manager-0.99.13.tar.gz
|
||||
99552106a13edf007279dadd9dc02f0d subscription-manager-1.0.2.tar.gz
|
||||
|
@ -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@rm-rf.ca> 1.0.2-1
|
||||
- Updating strings from zanata (mstead@redhat.com)
|
||||
- Add new server setup GUI screen. (dgoodwin@redhat.com)
|
||||
- Add new server setup CLI options. (alikins@redhat.com)
|
||||
- 813296: Remove check for candlepin_version (jbowes@redhat.com)
|
||||
- Allow importing multiple subscriptions at once (jbowes@redhat.com)
|
||||
- 820170: Subscription Manager release --list should display "not supported"
|
||||
message for older candlepin. (wpoteat@redhat.com)
|
||||
- 817938: Make columns in subscription-manager tables sortable.
|
||||
(awood@redhat.com)
|
||||
- 812153: Release command should have a --show command which is the default.
|
||||
(wpoteat@redhat.com)
|
||||
- 820080: Fix "Configuration" spelling on firstboot page (alikins@redhat.com)
|
||||
- Set the parent window for the about dialog (mstead@redhat.com)
|
||||
- removing a sentence from the manpage about working on RHEL 5.8 and later,
|
||||
bz820765 (deon@deonlackey.com)
|
||||
- 821024: Properly handle ESC on preferences dialog (mstead@redhat.com)
|
||||
- Replaced toolbar with menubar. (mstead@redhat.com)
|
||||
- 820040,820037,820030: don't break multibyte help blurbs (alikins@redhat.com)
|
||||
- 817036: Add a version command to subscription-manager. (awood@redhat.com)
|
||||
- The unbindAll command now returns JSON. (awood@redhat.com)
|
||||
- Explain the conditional imports more accurately. (alikins@redhat.com)
|
||||
- Print different message when subscribing to no service level.
|
||||
(awood@redhat.com)
|
||||
- remove deprecated use of "md5" module (alikins@redhat.com)
|
||||
- Enable and disable available repos on client machine from Subscription
|
||||
Manager CLI (wpoteat@redhat.com)
|
||||
- 790939: Add SLA to rhn-migrate-classic-to-rhsm. (awood@redhat.com)
|
||||
- 812388: Show the number of entitlements unsubscribed from. (awood@redhat.com)
|
||||
- 818298: release --list should not display rhel-5 when only rhel-6 product is
|
||||
installed (wpoteat@redhat.com)
|
||||
- 810236: Update facts after registering with --consumerid.
|
||||
(dgoodwin@redhat.com)
|
||||
- 818461: invalid date format error when using or_IN.UTF-8 (cduryee@redhat.com)
|
||||
- Store date of migration in migration facts for rhn-migrate-classic-to-rhsm.
|
||||
(awood@redhat.com)
|
||||
- Unify our el5 and el6 firstboot modules (jbowes@redhat.com)
|
||||
- add a gconf setting for users who do not want to use the icon
|
||||
(cduryee@redhat.com)
|
||||
- do not use the gui by default when migrating (cduryee@redhat.com)
|
||||
- Allow service level change for consumer via CLI independent of other calls.
|
||||
(wpoteat@redhat.com)
|
||||
- 815479: Incorrect owner should be relayed on service level list call.
|
||||
(wpoteat@redhat.com)
|
||||
- 817390: add completion support for servicelevel (alikins@redhat.com)
|
||||
- 817117: fix completion of environment command (alikins@redhat.com)
|
||||
- 816377: handle cert migration data being missing (alikins@redhat.com)
|
||||
- Store date of migration and installation number in migration facts.
|
||||
(awood@redhat.com)
|
||||
- Fixing registration error when loading SlaWizard (mstead@redhat.com)
|
||||
|
||||
* Thu Apr 26 2012 Michael Stead <mstead@redhat.com> 1.0.1-1
|
||||
- latest strings from zanata (alikins@redhat.com)
|
||||
- add test cases for autobind.py (alikins@redhat.com)
|
||||
- pep8 and pyflakes cleanups (jbowes@redhat.com)
|
||||
- 815563: Remove incorrect at-spi locators. (awood@redhat.com)
|
||||
- 795541: Environment command should omit the Library from katello
|
||||
(bkearney@redhat.com)
|
||||
- 806993: Tolerate the provision of a scheme with the proxy string.
|
||||
(awood@redhat.com)
|
||||
- remove remnants of subscription_assistant.py (alikins@redhat.com)
|
||||
- 811952: Don't try to unsubscribe old ents if we register (alikins@redhat.com)
|
||||
- 811952: Handle errors on unsubscribing ent certs (alikins@redhat.com)
|
||||
- 812929: Fix issue with selected sla not being in suitable_slas
|
||||
(mstead@redhat.com)
|
||||
- 812897: Use consistent casing for the word "Error" (awood@redhat.com)
|
||||
- Improve preferences dialog error message. (dgoodwin@redhat.com)
|
||||
- 811863: Handle unforseen errors in preferences dialog. (dgoodwin@redhat.com)
|
||||
- 811340: Select the first product in My Installed Software table by default.
|
||||
(awood@redhat.com)
|
||||
- 811594: The config, repos, and facts commands should default to --list if no
|
||||
options are provided. (awood@redhat.com)
|
||||
- 812104: add "release" and "service-level" to completion (alikins@redhat.com)
|
||||
- 801434: Add at-spi accessibility name to calendar widget. (awood@redhat.com)
|
||||
- updates to man pages (deon@deonlackey.com)
|
||||
- 811591: Use consistent messages for not being registered
|
||||
(bkearney@redhat.com)
|
||||
- Updated the --servicelevel option description (deon@deonlackey.com)
|
||||
- Use numeric index to access value returned by urlparse. (awood@redhat.com)
|
||||
- 790579: Show translations for errors thrown by installation number parsing.
|
||||
(awood@redhat.com)
|
||||
- adding --servicelevel option to list command (deon@deonlackey.com)
|
||||
- 810306: Improved messaging in firstboot (mstead@redhat.com)
|
||||
- 811337: unregister any time we return to rhsm_login (jbowes@redhat.com)
|
||||
- 807153: Allow more aggressive deletion of product certs. (awood@redhat.com)
|
||||
- 810399: require the latest rhn-setup-gnome for firstboot (alikins@redhat.com)
|
||||
- 810290: use correct calculation for "Next update" time in sm-gui
|
||||
(cduryee@redhat.com)
|
||||
- 810363: handle socket errors for bad proxy host in firstboot
|
||||
(alikins@redhat.com)
|
||||
- Latest man page and documentation (dlackey@redhat.com)
|
||||
- 809989: Add the shortened password url to the strings files.
|
||||
(bkearney@redhat.com)
|
||||
- 809989: Add a shorter URL to the registration screen (bkearney@redhat.com)
|
||||
- rev the zanata version to 1.0.X (alikins@redhat.com)
|
||||
- Incrementing version number after 6.3 branch. (mstead@redhat.com)
|
||||
|
||||
* Wed Apr 04 2012 Michael Stead <mstead@redhat.com> 0.99.13-1
|
||||
- latest strings into keys.pot and updated from zanata (alikins@redhat.com)
|
||||
- 809611: Fix undefined variable in installedtab for expired
|
||||
|
Loading…
Reference in New Issue
Block a user