#9 Add workaround for Python 3.8
Closed 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/samba bz1711638  into  master

file modified
+3
@@ -776,6 +776,9 @@ 

  xzcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -

  %autosetup -n samba-%{version}%{pre_release} -p1

  

+ # https://bugzilla.redhat.com/show_bug.cgi?id=1711638

+ sed -i 's/conf\.check_python_headers()/conf.check_python_headers(features="pyext")/' buildtools/wafsamba/samba_python.py

+ 

  %build

  %global _talloc_lib ,talloc,pytalloc,pytalloc-util

  %global _tevent_lib ,tevent,pytevent

Sorry, this needs to go through upstream and needs to pass Samba CI first. I will take care of it.

Pull-Request has been closed by churchyard

4 years ago