diff --git a/pywbem.spec b/pywbem.spec index f80e2d7..4c41333 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pywbem Version: 0.7.0 -Release: 2%{dist} +Release: 3%{dist} Summary: Python WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 @@ -49,6 +49,9 @@ 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 + * 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