Fix package requirements to use Python 3 packages for LDAP and SELinux
This commit is contained in:
parent
5b671b0041
commit
7a4f7499f5
@ -45,7 +45,7 @@ ExcludeArch: %{ix86}
|
|||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.4.0.5
|
Version: 1.4.0.5
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}.4
|
Release: %{?relprefix}1%{?prerel}%{?dist}.5
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.port389.org
|
URL: http://www.port389.org
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -115,15 +115,15 @@ Requires: gperftools-libs
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# this is needed for using semanage from our setup scripts
|
# this is needed for using semanage from our setup scripts
|
||||||
Requires: policycoreutils-python-utils
|
Requires: policycoreutils-python%{python3_pkgversion}-utils
|
||||||
Requires: /usr/sbin/semanage
|
Requires: /usr/sbin/semanage
|
||||||
Requires: libsemanage-python
|
Requires: libsemanage-python%{python3_pkgversion}
|
||||||
|
|
||||||
Requires: selinux-policy >= 3.13.1-137
|
Requires: selinux-policy >= 3.13.1-137
|
||||||
|
|
||||||
# the following are needed for some of our scripts
|
# the following are needed for some of our scripts
|
||||||
Requires: openldap-clients
|
Requires: openldap-clients
|
||||||
Requires: python-ldap
|
Requires: python%{python3_pkgversion}-ldap
|
||||||
|
|
||||||
# use_openldap assumes perl-Mozilla-LDAP is built with openldap support
|
# use_openldap assumes perl-Mozilla-LDAP is built with openldap support
|
||||||
Requires: perl-Mozilla-LDAP
|
Requires: perl-Mozilla-LDAP
|
||||||
@ -593,7 +593,10 @@ fi
|
|||||||
%{python3_sitelib}/dirsrvtests*
|
%{python3_sitelib}/dirsrvtests*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.4
|
* Thu Feb 15 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.5
|
||||||
|
- Fix package requirements to use Python 3 packages for LDAP and SELinux
|
||||||
|
|
||||||
|
* Thu Feb 15 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.4
|
||||||
- Only exclude Ix86 arches
|
- Only exclude Ix86 arches
|
||||||
|
|
||||||
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.3
|
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user