Bump version to 1.3.7.1-2
Fix specfile for python dependency issue with ds-replcheck
This commit is contained in:
parent
ca673ecc27
commit
de72b93d99
@ -32,7 +32,7 @@
|
|||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.7.1
|
Version: 1.3.7.1
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}2%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.port389.org
|
URL: http://www.port389.org
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -143,7 +143,7 @@ Requires: perl-Socket
|
|||||||
%endif
|
%endif
|
||||||
Requires: perl-NetAddr-IP
|
Requires: perl-NetAddr-IP
|
||||||
Requires: systemd-libs
|
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
|
# upgrade path from monolithic %{name} (including -libs & -devel) to %{name} + %{name}-snmp
|
||||||
Obsoletes: %{name} <= 1.3.5.4
|
Obsoletes: %{name} <= 1.3.5.4
|
||||||
@ -236,7 +236,7 @@ cp %{SOURCE2} README.devel
|
|||||||
|
|
||||||
# Make sure python3 is used in shebangs
|
# Make sure python3 is used in shebangs
|
||||||
# FIX ME!! This should be fixed in the source code !!!
|
# 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
|
%build
|
||||||
|
|
||||||
@ -507,6 +507,10 @@ fi
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 29 2017 Mark Reynolds <mreynolds@redhat.com> - 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 <mreynoilds@redhat.com> - 1.3.7.1-1
|
* Mon Jun 26 2017 Mark Reynolds <mreynoilds@redhat.com> - 1.3.7.1-1
|
||||||
- Bump verson to 1.3.7.1
|
- Bump verson to 1.3.7.1
|
||||||
- Ticket 49288 - RootDN Access wrong plugin path in template-dse.ldif.in
|
- Ticket 49288 - RootDN Access wrong plugin path in template-dse.ldif.in
|
||||||
|
Loading…
Reference in New Issue
Block a user