#35 Require python3-other-rpm-macros instead of python3-rpm-macros
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python34 epel7-macors-split  into  epel7

file modified
+8 -1
@@ -153,7 +153,7 @@ 

  Summary: Version 3 of the Python programming language aka Python 3000

  Name: python%{pyshortver}

  Version: %{pybasever}.10

- Release: 1%{?dist}

+ Release: 2%{?dist}

  License: Python

  

  
@@ -574,7 +574,11 @@ 

  Requires: %{name} = %{version}-%{release}

  Requires: %{name}-libs%{?_isa} = %{version}-%{release}

  Requires: python-rpm-macros

+ %if 0%{?main_python3}

  Requires: python3-rpm-macros

+ %else

+ Requires: python3-other-rpm-macros

+ %endif

  Conflicts: %{name} < %{version}-%{release}

  

  %description devel
@@ -1684,6 +1688,9 @@ 

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

  

  %changelog

+ * Tue Apr 30 2019 Miro Hrončok <mhroncok@redhat.com> - 3.4.10-2

+ - Require python3-other-rpm-macros instead of python3-rpm-macros

+ 

  * Sun Apr 07 2019 Carl George <carl@george.computer> - 3.4.10-1

  - Latest upstream

  - Use system expat on EL6