From a2d2ef6ba0d40d06fde3071b3c91f7adb391638e Mon Sep 17 00:00:00 2001 From: David Nalley Date: Fri, 1 Jan 2010 20:44:36 +0000 Subject: [PATCH] - refined requires for epel compat --- import.log | 1 + pywbem.spec | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/import.log b/import.log index 6120e1d..b01594a 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ pywbem-0_7_0-2_fc11:HEAD:pywbem-0.7.0-2.fc11.src.rpm:1246214462 +pywbem-0_7_0-3_fc12:HEAD:pywbem-0.7.0-3.fc12.src.rpm:1262378585 diff --git a/pywbem.spec b/pywbem.spec index 4c41333..704dfb1 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -10,7 +10,8 @@ Source0: http://downloads.sourceforge.net/pywbem/pywbem-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-setuptools-devel BuildArch: noarch -Requires: python-twisted +Requires: python-twisted-core +Requires: python-twisted-web %description A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM @@ -49,9 +50,8 @@ rm -rf %{buildroot} %doc README %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 0.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - +* Fri Jan 01 2010 David Nalley 0.7.0-3 +- refined requires for epel compat * Sun Jun 28 2009 David Nalley 0.7.0-2 - Added some verbiage regarding what WBEM is and expanding WBEM and CIM acronyms - Added python-twisted as a dependency