This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master
in repository 389-ds-base.
The following commit(s) were added to refs/heads/master by this push:
new 8566e32 Remove __python3 from local specfile
8566e32 is described below
commit 8566e327d9589e5ace7996b1c0b35535aeeaa83f
Author: Mark Reynolds <mreynolds(a)redhat.com>
AuthorDate: Mon Nov 5 10:43:38 2018 -0500
Remove __python3 from local specfile
Description: Fix regression from previous commit
---
rpm/389-ds-base.spec.in | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in
index 62b1b95..8aee723 100644
--- a/rpm/389-ds-base.spec.in
+++ b/rpm/389-ds-base.spec.in
@@ -117,7 +117,7 @@ BuildRequires: doxygen
BuildRequires: libcmocka-devel
BuildRequires: libevent-devel
# For lib389 and related components.
-BuildRequires: %{__python3}
+BuildRequires: python%{python3_pkgversion}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-ldap
@@ -289,7 +289,7 @@ Requires: openssl
# This is for /usr/bin/c_rehash tool
Requires: openssl-perl
Requires: iproute
-Requires: %{__python3}
+Requires: python%{python3_pkgversion}
Requires: python%{python3_pkgversion}-pytest
Requires: python%{python3_pkgversion}-ldap
Requires: python%{python3_pkgversion}-six
@@ -308,7 +308,7 @@ This module contains tools and libraries for accessing, testing,
Summary: Cockpit UI Plugin for configuring and administering the 389 Directory Server
BuildArch: noarch
Requires: cockpit
-Requires: %{__python3}
+Requires: python%{python3_pkgversion}
Requires: python%{python3_pkgversion}-lib389
%description -n cockpit-389-ds
@@ -323,9 +323,6 @@ A cockpit UI Plugin for configuring and administering the 389 Directory Server
cp %{SOURCE2} README.devel
-# Make sure python3 is used in shebangs
-sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' ldap/admin/src/scripts/{*.py,ds-replcheck}
-
%build
%if %{use_clang}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.