Fix package requirements to use Python 3 packages for LDAP and SELinux

This commit is contained in:
Mark Reynolds 2018-02-15 16:49:18 -05:00
parent 5b671b0041
commit 7a4f7499f5

View File

@ -45,7 +45,7 @@ ExcludeArch: %{ix86}
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.4.0.5
Release: %{?relprefix}1%{?prerel}%{?dist}.4
Release: %{?relprefix}1%{?prerel}%{?dist}.5
License: GPLv3+
URL: http://www.port389.org
Group: System Environment/Daemons
@ -115,15 +115,15 @@ Requires: gperftools-libs
%endif
# 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: libsemanage-python
Requires: libsemanage-python%{python3_pkgversion}
Requires: selinux-policy >= 3.13.1-137
# the following are needed for some of our scripts
Requires: openldap-clients
Requires: python-ldap
Requires: python%{python3_pkgversion}-ldap
# use_openldap assumes perl-Mozilla-LDAP is built with openldap support
Requires: perl-Mozilla-LDAP
@ -593,7 +593,10 @@ fi
%{python3_sitelib}/dirsrvtests*
%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
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.3