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

Devan Goodwin dgoodwin at fedoraproject.org
Wed Oct 10 16:01:21 UTC 2012


commit d0d61ab084e523d1aead4d6a64e711fbc6d38154
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Wed Oct 10 13:01:18 2012 -0300

    Update subscription-manager to 1.1.3-1

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


More information about the scm-commits mailing list