Update subscription-manager to 1.1.3-1

This commit is contained in:
Devan Goodwin 2012-10-10 13:01:18 -03:00
parent 8544f574d7
commit d0d61ab084
3 changed files with 97 additions and 12 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/subscription-manager-1.0.16.tar.gz /subscription-manager-1.0.16.tar.gz
/subscription-manager-1.0.17.tar.gz /subscription-manager-1.0.17.tar.gz
/subscription-manager-1.1.1.tar.gz /subscription-manager-1.1.1.tar.gz
/subscription-manager-1.1.3.tar.gz

View File

@ -1 +1 @@
f46b507a206c61b6f7ff6a04d0bf2d78 subscription-manager-1.1.1.tar.gz 11e7bafef696a4d9991c46989482aa0b subscription-manager-1.1.3.tar.gz

View File

@ -1,5 +1,3 @@
# Skip rhsm-icon on Fedora 15+ and RHEL 7+
%define use_rhsm_icon (0%{?fedora} && 0%{?fedora} < 15) || (0%{?rhel} && 0%{?rhel} < 7)
# Prefer systemd over sysv on Fedora 17+ and RHEL 7+ # Prefer systemd over sysv on Fedora 17+ and RHEL 7+
%define use_systemd (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 7) %define use_systemd (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 7)
@ -9,7 +7,7 @@
%endif %endif
Name: subscription-manager Name: subscription-manager
Version: 1.1.1 Version: 1.1.3
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
@ -28,7 +26,7 @@ Requires: python-ethtool
Requires: python-simplejson Requires: python-simplejson
Requires: python-iniparse Requires: python-iniparse
Requires: pygobject2 Requires: pygobject2
Requires: PyXML Requires: python-dateutil
Requires: virt-what Requires: virt-what
Requires: python-rhsm >= 1.1.1 Requires: python-rhsm >= 1.1.1
Requires: dbus-python Requires: dbus-python
@ -78,7 +76,7 @@ Requires(post): scrollkeeper
Requires(postun): scrollkeeper Requires(postun): scrollkeeper
# Renamed from -gnome, so obsolete it properly # Renamed from -gnome, so obsolete it properly
Obsoletes: %{name}-gnome < %{version}-%{release} Obsoletes: %{name}-gnome < 1.0.3-1
Provides: %{name}-gnome = %{version}-%{release} Provides: %{name}-gnome = %{version}-%{release}
# Fedora can figure this out automatically, but RHEL cannot: # Fedora can figure this out automatically, but RHEL cannot:
@ -122,13 +120,11 @@ make -f Makefile
rm -rf %{buildroot} rm -rf %{buildroot}
make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir} make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir}
%if %use_rhsm_icon
desktop-file-validate \ desktop-file-validate \
%{buildroot}/etc/xdg/autostart/rhsm-icon.desktop %{buildroot}/etc/xdg/autostart/rhsm-icon.desktop
%endif
desktop-file-validate \ desktop-file-validate \
%{buildroot}/usr/share/applications/subscription-manager.desktop %{buildroot}/usr/share/applications/subscription-manager-gui.desktop
%find_lang rhsm %find_lang rhsm
# fix timestamps on our byte compiled files so them match across arches # fix timestamps on our byte compiled files so them match across arches
@ -253,7 +249,7 @@ rm -rf %{buildroot}
%dir %{_datadir}/rhsm/subscription_manager/gui/data/icons %dir %{_datadir}/rhsm/subscription_manager/gui/data/icons
%{_datadir}/rhsm/subscription_manager/gui/* %{_datadir}/rhsm/subscription_manager/gui/*
%{_datadir}/rhsm/subscription_manager/gui/data/icons/*.svg %{_datadir}/rhsm/subscription_manager/gui/data/icons/*.svg
%{_datadir}/applications/subscription-manager.desktop %{_datadir}/applications/subscription-manager-gui.desktop
%{_datadir}/icons/hicolor/16x16/apps/*.png %{_datadir}/icons/hicolor/16x16/apps/*.png
%{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/22x22/apps/*.png
%{_datadir}/icons/hicolor/24x24/apps/*.png %{_datadir}/icons/hicolor/24x24/apps/*.png
@ -263,10 +259,8 @@ rm -rf %{buildroot}
%attr(755,root,root) %{_sbindir}/subscription-manager-gui %attr(755,root,root) %{_sbindir}/subscription-manager-gui
%attr(755,root,root) %{_bindir}/subscription-manager-gui %attr(755,root,root) %{_bindir}/subscription-manager-gui
%if %use_rhsm_icon
%{_bindir}/rhsm-icon %{_bindir}/rhsm-icon
%{_sysconfdir}/xdg/autostart/rhsm-icon.desktop %{_sysconfdir}/xdg/autostart/rhsm-icon.desktop
%endif
%{_sysconfdir}/pam.d/subscription-manager-gui %{_sysconfdir}/pam.d/subscription-manager-gui
%{_sysconfdir}/security/console.apps/subscription-manager-gui %{_sysconfdir}/security/console.apps/subscription-manager-gui
@ -351,6 +345,96 @@ fi
%endif %endif
%changelog %changelog
* Wed Oct 10 2012 Adrian Likins <alikins@redhat.com> 1.1.3-1
- 863961: Expect id cert Version to be populated in tests (alikins@redhat.com)
- 863565: Give focus to the login field during subscription registration.
(awood@redhat.com)
- 838123: remove python2.5ism (alikins@redhat.com)
- 844072: remove use and dep of PyXML (alikins@redhat.com)
- 838123: Omit mac addresses from facts for lot and sit ipaddress types
(bkearney@redhat.com)
- 856236: Do not allow environmenets to be specified during registration if an
activation key is used (bkearney@redhat.com)
- 858289: Rename the desktop file to subscription-manager-gui.deskstop
(bkearney@redhat.com)
- 808217: Add a text banner to the output of release --list
(bkearney@redhat.com)
- 863428: Add environment support to the migration script. (awood@redhat.com)
- 862099: Fix several dialog closing issues. (dgoodwin@redhat.com)
- 854374: Removed extra spacing around help, and improved he rct text output a
bit. (bkearney@redhat.com)
- 853572: Fix a typoin the help messages (bkearney@redhat.com)
- 859090: Remove the word technology from the branding string
(bkearney@redhat.com)
- 862308: Subscription Manager version reports registered to value when system
not registered (wpoteat@redhat.com)
- 861443: Re-raise GoneException in rhsmcertd-worker (mstead@redhat.com)
- 861151: make stylish cleanup (alikins@redhat.com)
- 852911: Add padding around firstboot tooltips icon. (dgoodwin@redhat.com)
- 854312: Do not install a certificate that has expired. (mstead@redhat.com)
- Make rhsm-icon work on gnome 3 (jbowes@redhat.com)
- 853885: Fix icon notification popup only displaying once.
(dgoodwin@redhat.com)
- 853006: Wrap label in the manually subscribe firstboot screen.
(dgoodwin@redhat.com)
- 861151: release should not list for incompatible variants
(alikins@redhat.com)
- 861170: re.escape() values provided to the apply_hightlight() function.
(awood@redhat.com)
- 852630: Suscription manager unsubscribe --all shows error on expired
subscriptions (wpoteat@redhat.com)
- Freeze obsoletes version for -gnome to -gui rename (jbowes@redhat.com)
- 860084: remove unused _x from ja_JP translation (alikins@redhat.com)
- 860088: remove trailing dot from url in de_DE.po (alikins@redhat.com)
- Don't reparse entitlement certs on every search filter change
(jbowes@redhat.com)
- 855257: fix issues with default contract quantity being wrong
(alikins@redhat.com)
- 860088: some translations were splitting urls into two lines
(alikins@redhat.com)
- Add to nosetest to ensure that Cert V3 check for validity passes.
(wpoteat@redhat.com)
- 860344: Subscription-manager import --certificate fails to recognize a new
version 3.0 certificate (wpoteat@redhat.com)
- New icon set. (awood@redhat.com)
- 853035: Fix firstboot "back" issues. (dgoodwin@redhat.com)
- Check the full version info of the yum api in productid (alikins@redhat.com)
- 847319: Left align manually subscribe firstboot message (jbowes@redhat.com)
- 860030: make server_version_check use a non authenticated call
(alikins@redhat.com)
- 847387: Display tooltip for info icon in RHEL 5.9. (awood@redhat.com)
* Mon Sep 24 2012 Adrian Likins <alikins@redhat.com> 1.1.2-1
- 829825: Adding tests. (awood@redhat.com)
- 853876: No need to check for GoneException when getting status
(mstead@redhat.com)
- 829825: Disable unsubscribe button when nothing is selected.
(awood@redhat.com)
- Remove unused import. (awood@redhat.com)
- 859197: Fix product cert cleanup. (dgoodwin@redhat.com)
- 781280: Add I18N comments for some string length issues.
(dgoodwin@redhat.com)
- 830193: Ensure logging is not diabled by RHN Classic Registration
(bkearney@redhat.com)
- remove unused RepoFile import (alikins@redhat.com)
- 855081: Translate Arch as Arq. (bkearney@redhat.com)
- Check identity cert permissions when running CLI commands (mstead@redhat.com)
- mock all of RepoFile for the cli tests (alikins@redhat.com)
- 845349: Don't clutter the repo file with empty keys (jbowes@redhat.com)
- 845349: remove 'return' left in for debugging (jbowes@redhat.com)
- Stylish errors for mr.po (bkearney@redhat.com)
- 855085: Fixed the translation for [OPTIONS] (bkearney@redhat.com)
- 855087: Fix a mis translated [OPTIONS] in the mr.po file.
(bkearney@redhat.com)
- Strings with the same value are not always the same instance.
(awood@redhat.com)
- updates from sefler for bz850881 (dlackey@redhat.com.com)
- mock out utils.is_valid_server_info for tests (alikins@redhat.com)
- 846207: Print error message for each invalid repo. (awood@redhat.com)
- change test async to check for a number of thread callbacks
(alikins@redhat.com)
- latest strings from zanata (alikins@redhat.com)
* Wed Sep 19 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 1.1.1-1 * Wed Sep 19 2012 Devan Goodwin <dgoodwin@rm-rf.ca> 1.1.1-1
- updates to stat-cert for cert v3 (jbowes@redhat.com) - updates to stat-cert for cert v3 (jbowes@redhat.com)
- rct: Check for and handle files that aren't x509 certs (jbowes@redhat.com) - rct: Check for and handle files that aren't x509 certs (jbowes@redhat.com)