]> git.pld-linux.org Git - packages/python3.git/commitdiff
openssl 1.0.2g rebuild, strict openssl version dep auto/th/python3-3.5.0-9
authorElan Ruusamäe <glen@delfi.ee>
Fri, 4 Mar 2016 08:13:17 +0000 (10:13 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 4 Mar 2016 08:13:31 +0000 (10:13 +0200)
$ python3 -m ssl
Traceback (most recent call last):
  File "/usr/lib64/python3.5/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib64/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib64/python3.5/ssl.py", line 98, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: /usr/lib64/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so: undefined symbol: SSLv2_method

python3.spec

index 4b6221bf6834dc6c20ced049a0febcab741f526d..4c13b431e3a3e1b8ff7f30edf302da504c5f4f2c 100644 (file)
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):    X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8):     Мова програмування дуже високого рівня з X-інтерфейсом
 Name:          python3
 Version:       %{py_ver}.0
-Release:       8
+Release:       9
 Epoch:         1
 License:       PSF
 Group:         Applications
@@ -226,6 +226,7 @@ Requires:   %{name}-libs = %{epoch}:%{version}-%{release}
 Provides:      python3-enum
 Obsoletes:     python3-enum
 Obsoletes:     python3-modules-sqlite
+%requires_eq_to        openssl openssl-devel
 
 %description modules
 Python officially distributed modules.
This page took 0.063765 seconds and 4 git commands to generate.