#2 Fix python-ply Requires for rhel
Merged 6 years ago by hguemar. Opened 6 years ago by ykarel.
rpms/ ykarel/python-yaql master  into  master

file modified
+5 -2
@@ -10,7 +10,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        1.1.3

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Yet Another Query Language

  

  License:        ASL 2.0
@@ -39,7 +39,7 @@ 

  %if 0%{?fedora} || 0%{?rhel} > 7

  Requires:       python2-ply

  %else

- Requires:       python2-ply

+ Requires:       python-ply

  %endif

  

  %description -n python2-%{pypi_name}
@@ -154,6 +154,9 @@ 

  

  

  %changelog

+ * Wed Feb 14 2018 Yatin Karel <ykarel@redhat.com> - 1.1.3-2

+ - Fix python-ply Requires for rhel

+ 

  * Fri Feb 09 2018 Alfredo Moralejo <amoralej@redhat.com> - 1.1.3-1

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

  

no initial comment

Pull-Request has been merged by hguemar

6 years ago