From 83935a296e12376a221400c9ba1c9506cbfbc8a0 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Aug 22 2016 15:04:02 +0000 Subject: Fix Requires in python2-yaql --- diff --git a/python-yaql.spec b/python-yaql.spec index 4928a84..b1ba615 100644 --- a/python-yaql.spec +++ b/python-yaql.spec @@ -10,7 +10,7 @@ Name: python-%{pypi_name} Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yet Another Query Language License: ASL 2.0 @@ -19,6 +19,13 @@ Source0: http://pypi.python.org/packages/source/y/%{pypi_name}/%{pypi_nam BuildArch: noarch +%description +YAQL library has a out of the box large set of commonly used functions. + +%package -n python2-%{pypi_name} +Summary: YAQL library has a out of the box large set of commonly used functions. +%{?python_provide:%python_provide python2-%{pypi_name}} + BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-pbr @@ -31,13 +38,6 @@ Requires: python-babel Requires: python-ply Requires: python-dateutil -%description -YAQL library has a out of the box large set of commonly used functions. - -%package -n python2-%{pypi_name} -Summary: YAQL library has a out of the box large set of commonly used functions. -%{?python_provide:%python_provide python2-%{pypi_name}} - %description -n python2-%{pypi_name} YAQL library has a out of the box large set of commonly used functions @@ -150,6 +150,9 @@ rm -fr %{buildroot}%{python_sitelib}/tests %changelog +* Mon Aug 22 2016 Haïkel Guémar - 1.1.0-3 +- Fix Requires in python2-yaql + * Fri Apr 8 2016 Haïkel Guémar - 1.1.0-2 - Fix RHBZ#1282081