From 746c98f30c4edaf00f3a3296cc57f9a42a82eb3e Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Oct 19 2017 15:17:10 +0000 Subject: Add missing runtime dependency python2-ply and python3-ply Signed-off-by: Gris Ge --- diff --git a/pywbem.spec b/pywbem.spec index f86003c..81dcd23 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -2,13 +2,13 @@ Name: pywbem Version: 0.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python2 WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 URL: https://github.com/pywbem/pywbem Source0: https://github.com/pywbem/pywbem/archive/v%{version}.tar.gz -BuildRequires: python-pip PyYAML python-ply python2-rpm-macros +BuildRequires: python2-pip PyYAML python2-ply python2-rpm-macros BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros BuildArch: noarch @@ -30,7 +30,7 @@ easiest way to write providers on the planet. %package -n python2-pywbem Summary: %summary -Requires: m2crypto PyYAML python-six +Requires: m2crypto PyYAML python2-six python2-ply %{?python_provide:%python_provide python2-pywbem} # Remove before F30 Provides: pywbem%{?_isa} = %{version}-%{release} @@ -42,7 +42,7 @@ Obsoletes: pywbem < %{version}-%{release} Group: Development/Libraries Summary: Python3 WBEM Client and Provider Interface BuildArch: noarch -Requires: python3-PyYAML python3-six +Requires: python3-PyYAML python3-six python3-ply %description -n python3-pywbem A WBEM client allows issuing operations to a WBEM server, using the CIM @@ -107,6 +107,9 @@ rm -rf %{buildroot} %{python_sitelib}/pywbem/twisted_client.py* %changelog +* Thu Oct 19 2017 Gris Ge - 0.11.0-2 +- Add missing runtime dependency python2-ply and python3-ply + * Wed Oct 11 2017 Gris Ge - 0.11.0-1 - Upgrade to 0.11.0