Update subscription-manager to 1.11.7-1
Resolves: #1098891 - Apply overrides to mutable properties (ckozak@redhat.com) Resolves: #1098891 - Update repos, persisting local settings when possible Resolves: #1094617 - Status line reporting for installed products uses incorrect date Resolves: #1097208 - 1097703: Fix rhsmcertd-worker daemon (ckozak@redhat.com) Resolves: #1086301 - Fix product id product version compare (alikins@redhat.com) Resolves: #1096777 - Bad URI for remove by serial (wpoteat@redhat.com) Resolves: #1095938 - re-add at-spi locator in repos window (ckozak@redhat.com) Resolves: #1094492 - Consumer name length issues in certificate (wpoteat@redhat.com)
This commit is contained in:
parent
025e3d9008
commit
d302a5a4ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
e8b8bb816aff1e42eb56e7d202d90190 subscription-manager-1.11.6.tar.gz
|
||||
6658582312bf1821dd61c1ea137ef067 subscription-manager-1.11.7.tar.gz
|
||||
|
@ -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
|
||||
|
||||
# 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 <dgoodwin@rm-rf.ca> 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 <awood@redhat.com> 1.11.6-1
|
||||
- s/certmgr/action_client in spec (alikins@redhat.com)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user