diff --git a/389-ds-base.spec b/389-ds-base.spec index f1623a1..f468208 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -32,7 +32,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base Version: 1.3.7.1 -Release: %{?relprefix}1%{?prerel}%{?dist} +Release: %{?relprefix}2%{?prerel}%{?dist} License: GPLv3+ URL: http://www.port389.org Group: System Environment/Daemons @@ -143,7 +143,7 @@ Requires: perl-Socket %endif Requires: perl-NetAddr-IP Requires: systemd-libs -Requires: svrcore >= 4.1.2 +Requires: svrcore >= 4.1.3 # upgrade path from monolithic %{name} (including -libs & -devel) to %{name} + %{name}-snmp Obsoletes: %{name} <= 1.3.5.4 @@ -236,7 +236,7 @@ cp %{SOURCE2} README.devel # Make sure python3 is used in shebangs # FIX ME!! This should be fixed in the source code !!! -sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' ldap/admin/src/scripts/*.py +sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' ldap/admin/src/scripts/{*.py,ds-replcheck} %build @@ -507,6 +507,10 @@ fi %{python3_sitelib}/* %changelog +* Thu Jun 29 2017 Mark Reynolds - 1.3.7.1-2 +- Bump version to 1.3.7.1-2 +- Fix specfile for python dependency issue with ds-replcheck + * Mon Jun 26 2017 Mark Reynolds - 1.3.7.1-1 - Bump verson to 1.3.7.1 - Ticket 49288 - RootDN Access wrong plugin path in template-dse.ldif.in