From 7a4f7499f56634e646e2df2eec20aded7d738ba2 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Feb 15 2018 21:49:18 +0000 Subject: Fix package requirements to use Python 3 packages for LDAP and SELinux --- diff --git a/389-ds-base.spec b/389-ds-base.spec index 09dd745..09b70a0 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -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 - 1.4.0.5-1.4 +* Thu Feb 15 2018 Mark Reynolds - 1.4.0.5-1.5 +- Fix package requirements to use Python 3 packages for LDAP and SELinux + +* Thu Feb 15 2018 Mark Reynolds - 1.4.0.5-1.4 - Only exclude Ix86 arches * Thu Feb 15 2018 Adam Williamson - 1.4.0.5-1.3