#20 Require large enough gdbm (fixup for previous commit)
Merged 6 years ago by cstratak. Opened 6 years ago by churchyard.
rpms/ churchyard/python3 gdbm_fix  into  master

file modified
+9 -1
@@ -14,7 +14,7 @@ 

  #  WARNING  When rebasing to a new Python version,

  #           remember to update the python3-docs package as well

  Version: %{pybasever}.4

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: Python

  

  
@@ -442,6 +442,11 @@ 

  # See https://bugzilla.redhat.com/show_bug.cgi?id=1410644

  Requires: glibc%{?_isa} >= 2.24.90-26

  

+ %if %{with gdbm}

+ # When built with this (as guarded by the BuildRequires above), require it

+ Requires: gdbm-devel%{?_isa} >= 1:1.13

+ %endif

+ 

  # For backward compatibility only, remove in F29:

  Provides: system-python-libs = %{version}-%{release}

  Provides: system-python-libs%{?_isa} = %{version}-%{release}
@@ -1484,6 +1489,9 @@ 

  # ======================================================

  

  %changelog

+ * Wed Jan 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.4-3

+ - Require large enough gdbm (fixup for previous bump)

+ 

  * Tue Jan 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.6.4-2

  - Rebuild for reverted gdbm 1.13 on Fedora 27

  

no initial comment

Pull-Request has been merged by cstratak

6 years ago
Metadata