Update subscription-manager to 0.99.10-1
This commit is contained in:
parent
1ad1c7d0f8
commit
ebe8418cd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/subscription-manager-0.99.4.tar.gz
|
/subscription-manager-0.99.4.tar.gz
|
||||||
/subscription-manager-0.99.6.tar.gz
|
/subscription-manager-0.99.6.tar.gz
|
||||||
/subscription-manager-0.99.8.tar.gz
|
/subscription-manager-0.99.8.tar.gz
|
||||||
|
/subscription-manager-0.99.10.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
6fd5948b7d86c806167ad1a15bbbd4d7 subscription-manager-0.99.8.tar.gz
|
f903309c70ccfc885cac23d747bc8ee2 subscription-manager-0.99.10.tar.gz
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
# Skip rhsm-icon on Fedora 15+ and RHEL 7+
|
# Skip rhsm-icon on Fedora 15+ and RHEL 7+
|
||||||
%define use_rhsm_icon (0%{?fedora} && 0%{?fedora} < 15) || (0%{?rhel} && 0%{?rhel} < 7)
|
%define use_rhsm_icon (0%{?fedora} && 0%{?fedora} < 15) || (0%{?rhel} && 0%{?rhel} < 7)
|
||||||
|
|
||||||
|
# A couple files are for RHEL 5 only:
|
||||||
|
%if 0%{?rhel} == 5
|
||||||
|
%define el5 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 0.99.8
|
Version: 0.99.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
|
||||||
@ -22,7 +27,7 @@ Requires: python-simplejson
|
|||||||
Requires: python-iniparse
|
Requires: python-iniparse
|
||||||
Requires: PyXML
|
Requires: PyXML
|
||||||
Requires: virt-what
|
Requires: virt-what
|
||||||
Requires: python-rhsm >= 0.98.2
|
Requires: python-rhsm >= 0.99.5
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: yum >= 3.2.19-15
|
Requires: yum >= 3.2.19-15
|
||||||
|
|
||||||
@ -62,6 +67,9 @@ Requires: dbus-x11
|
|||||||
Requires(post): scrollkeeper
|
Requires(post): scrollkeeper
|
||||||
Requires(postun): scrollkeeper
|
Requires(postun): scrollkeeper
|
||||||
|
|
||||||
|
# Fedora can figure this out automatically, but RHEL cannot:
|
||||||
|
Requires: librsvg2
|
||||||
|
|
||||||
%description -n subscription-manager-gnome
|
%description -n subscription-manager-gnome
|
||||||
This package contains a GTK+ graphical interface for configuring and
|
This package contains a GTK+ graphical interface for configuring and
|
||||||
registering a system with a Red Hat Entitlement platform and manage
|
registering a system with a Red Hat Entitlement platform and manage
|
||||||
@ -74,6 +82,10 @@ Requires: %{name}-gnome = %{version}-%{release}
|
|||||||
%{?el5:Requires: rhn-setup-gnome >= 0.4.20-49}
|
%{?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-39}
|
||||||
|
|
||||||
|
# Fedora can figure this out automatically, but RHEL cannot:
|
||||||
|
Requires: librsvg2
|
||||||
|
|
||||||
|
|
||||||
%description -n subscription-manager-firstboot
|
%description -n subscription-manager-firstboot
|
||||||
This package contains the firstboot screens for subscription manager.
|
This package contains the firstboot screens for subscription manager.
|
||||||
|
|
||||||
@ -181,6 +193,7 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/rhsm/subscription_manager/quantity.py*
|
%{_datadir}/rhsm/subscription_manager/quantity.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
|
%{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/certmgr.py*
|
%{_datadir}/rhsm/subscription_manager/certmgr.py*
|
||||||
|
%{_datadir}/rhsm/subscription_manager/listing.py*
|
||||||
|
|
||||||
%attr(755,root,root) %{_sbindir}/subscription-manager
|
%attr(755,root,root) %{_sbindir}/subscription-manager
|
||||||
%attr(755,root,root) %{_bindir}/subscription-manager
|
%attr(755,root,root) %{_bindir}/subscription-manager
|
||||||
@ -246,13 +259,15 @@ rm -rf %{buildroot}
|
|||||||
%files -n subscription-manager-migration
|
%files -n subscription-manager-migration
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
|
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
|
||||||
|
# Install num migration is only for RHEL 5:
|
||||||
%{?el5:%attr(755,root,root) %{_sbindir}/install-num-migrate-to-rhsm}
|
%{?el5:%attr(755,root,root) %{_sbindir}/install-num-migrate-to-rhsm}
|
||||||
|
|
||||||
%doc
|
%doc
|
||||||
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
|
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
|
||||||
|
# Install num migration is only for RHEL 5:
|
||||||
%{?el5:%{_mandir}/man8/install-num-migrate-to-rhsm.8*}
|
%{?el5:%{_mandir}/man8/install-num-migrate-to-rhsm.8*}
|
||||||
#only install this file on Fedora
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
#only install this file on Fedora
|
||||||
%if 0%{?fedora} > 14
|
%if 0%{?fedora} > 14
|
||||||
%doc README.Fedora
|
%doc README.Fedora
|
||||||
%endif
|
%endif
|
||||||
@ -276,6 +291,66 @@ if [ $1 -eq 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 14 2012 Michael Stead <mstead@redhat.com> 0.99.10-1
|
||||||
|
- latest strings from zanata (alikins@redhat.com)
|
||||||
|
- 801434: Add at-spi accessibility name to calendar selection widget.
|
||||||
|
(awood@redhat.com)
|
||||||
|
- 800917: Display service level and type in All Subs tab (dgoodwin@redhat.com)
|
||||||
|
- Add support for "release" command (alikins@redhat.com)
|
||||||
|
- 801517: Missed translating a label during the registration process
|
||||||
|
(bkearney@redhat.com)
|
||||||
|
- 801513: One translation had a copy/paste error (bkearney@redhat.com)
|
||||||
|
- The migration script should write default proxy auth settings.
|
||||||
|
(awood@redhat.com)
|
||||||
|
- Revert "801513: A replacement variable was used in a translation file where
|
||||||
|
it was not needed" (dgoodwin@redhat.com)
|
||||||
|
- 801545: Break apart the string to make them easier for the translators
|
||||||
|
(bkearney@redhat.com)
|
||||||
|
- 801513: A replacement variable was used in a translation file where it was
|
||||||
|
not needed (bkearney@redhat.com)
|
||||||
|
- 798015: Migration script should play nicely with proxies. (awood@redhat.com)
|
||||||
|
- 742033: Unsubscribe button is not greyed out when nothing is selected
|
||||||
|
(wpoteat@redhat.com)
|
||||||
|
- 783990: Handle network errors when migrating. (awood@redhat.com)
|
||||||
|
|
||||||
|
* Tue Mar 06 2012 Michael Stead <mstead@redhat.com> 0.99.9-1
|
||||||
|
- Updating required version of python-rhsm (mstead@redhat.com)
|
||||||
|
- fixes for po files (alikins@redhat.com)
|
||||||
|
- latest translations from zanata (alikins@redhat.com)
|
||||||
|
- 799394: Do not attempt to remove redhat.repo if it does not exist.
|
||||||
|
(awood@redhat.com)
|
||||||
|
- 800121: do not attempt to call UEP when system is unregistered
|
||||||
|
(cduryee@redhat.com)
|
||||||
|
- 799271: The usage string for service-levels contained the incorrect command
|
||||||
|
name (bkearney@redhat.com)
|
||||||
|
- 799271: The usage string for service-levels contained the incorrect command
|
||||||
|
name (bkearney@redhat.com)
|
||||||
|
- 704408: date field patch fixes per jbowes (cduryee@redhat.com)
|
||||||
|
- 797243: make unregister finish updating repos (alikins@redhat.com)
|
||||||
|
- 704408: allow users to clear the date box for contract searches
|
||||||
|
(cduryee@redhat.com)
|
||||||
|
- 799316: Re-add librsvg2 dependency (dgoodwin@redhat.com)
|
||||||
|
- 797996: Add manage_repos setting to default rhsm.conf (dgoodwin@redhat.com)
|
||||||
|
- 795564: Add a newline at the end of the options error (bkearney@redhat.com)
|
||||||
|
- 752756: Cache the facts, and refresh the validity facts whenever they change.
|
||||||
|
(bkearney@redhat.com)
|
||||||
|
- Return a consistent scope for public IPv6 addresses across EL5 and EL6.
|
||||||
|
(awood@redhat.com)
|
||||||
|
- 737773: Do not show the forgotten password url as a link.
|
||||||
|
(bkearney@redhat.com)
|
||||||
|
- Fixing broken tests due to leap year. (mstead@redhat.com)
|
||||||
|
- Explicitly define el5 macro in spec file. (dgoodwin@redhat.com)
|
||||||
|
- 796730: Improve the clarity of the usage statement (bkearney@redhat.com)
|
||||||
|
- 767790: Improve the messaging when a system is not registered.
|
||||||
|
(bkearney@redhat.com)
|
||||||
|
- 797294: Typo in commit caused execution error. (bkearney@redhat.com)
|
||||||
|
- 796756: use only the basename for the usage string (bkearney@redhat.com)
|
||||||
|
- 796756: The usage string should be less verbose to be more consistent with
|
||||||
|
the other executable files (bkearney@redhat.com)
|
||||||
|
- CLI service-levels touchups. (dgoodwin@redhat.com)
|
||||||
|
- 656896: remove attribute 'swapped' (msuchy@redhat.com)
|
||||||
|
- Release to Fedora 17 branch as well. (dgoodwin@redhat.com)
|
||||||
|
|
||||||
* Wed Feb 22 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.8-1
|
* Wed Feb 22 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 0.99.8-1
|
||||||
- 790205: do not lay down install-num-migrate-to-rhsm on rhel6 systems
|
- 790205: do not lay down install-num-migrate-to-rhsm on rhel6 systems
|
||||||
(cduryee@redhat.com)
|
(cduryee@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user