diff --git a/.gitignore b/.gitignore index d4cdaaa..4a66bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /subscription-manager-1.11.2.tar.gz /subscription-manager-1.11.3.tar.gz /subscription-manager-1.11.6.tar.gz +/subscription-manager-1.11.7.tar.gz diff --git a/sources b/sources index e167b58..c7e3546 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8b8bb816aff1e42eb56e7d202d90190 subscription-manager-1.11.6.tar.gz +6658582312bf1821dd61c1ea137ef067 subscription-manager-1.11.7.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 8cc2d56..9fafee0 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -1,6 +1,5 @@ # Prefer systemd over sysv on Fedora 17+ and RHEL 7+ %global use_systemd (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 7) -%global use_dateutil (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 6) %global use_old_firstboot (0%{?rhel} && 0%{?rhel} <= 6) %global rhsm_plugins_dir /usr/share/rhsm-plugins @@ -13,7 +12,7 @@ %endif Name: subscription-manager -Version: 1.11.6 +Version: 1.11.7 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -36,16 +35,7 @@ Requires: python-rhsm >= 1.10.9 Requires: dbus-python Requires: yum >= 3.2.19-15 Requires: usermode -# dateutil is better than our version -# built using PyXML utils, but PyXML is -# deprecated for f17+, and dateutil doesn't -# exist on rhel5 -%if %use_dateutil -# we are building for fedora >= 12 or rhel >= 6 -Requires: python-dateutil -%else -Requires: PyXML -%endif +Requires: python-dateutil # There's no dmi to read on these arches, so don't pull in this dep. %ifnarch ppc ppc64 s390 s390x @@ -425,6 +415,24 @@ fi %endif %changelog +* Mon May 26 2014 Devan Goodwin 1.11.7-1 +- update existing repos with non-default overrides (ckozak@redhat.com) +- correct repos --list behavior (ckozak@redhat.com) +- Cache overrides when RepoFile is written (ckozak@redhat.com) +- 1098891: Apply overrides to mutable properties (ckozak@redhat.com) +- 1076359; Removes the extra l from --remove all (csnyder@redhat.com) +- 1098891: Update repos, persisting local settings when possible + (ckozak@redhat.com) +- 1094617: Status line reporting for installed products uses incorrect date + (wpoteat@redhat.com) +- 1097208: 1097703: Fix rhsmcertd-worker daemon (ckozak@redhat.com) +- 1086301: Fix product id product version compare (alikins@redhat.com) +- 1096777: Bad URI for remove by serial (wpoteat@redhat.com) +- 1095938: re-add at-spi locator in repos window (ckozak@redhat.com) +- 1094492: Consumer name length issues in certificate (wpoteat@redhat.com) +- Fix yum subman plugin RepoActionInvoker error. (alikins@redhat.com) +- Overrides had no "cp", the connection was named uep (ckozak@redhat.com) + * Thu May 01 2014 Alex Wood 1.11.6-1 - s/certmgr/action_client in spec (alikins@redhat.com)