Fixed checking of CIMVERSION in CIM-XML.
This commit is contained in:
parent
1b612256a5
commit
5fcd245fb2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ pywbem-0.7.0.tar.gz
|
||||
/pywbem-20130128.tar.xz
|
||||
/pywbem-20130411.tar.xz
|
||||
/pywbem-20130702.tar.xz
|
||||
/pywbem-20130723.tar.xz
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%global svnrev 622
|
||||
%global svnrev 623
|
||||
%global revdate 20130702
|
||||
|
||||
Name: pywbem
|
||||
Version: 0.7.0
|
||||
Release: 11.%{revdate}svn%{svnrev}%{?dist}
|
||||
Release: 12.%{revdate}svn%{svnrev}%{?dist}
|
||||
Summary: Python WBEM Client and Provider Interface
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
@ -64,6 +64,9 @@ rm -rf %{buildroot}
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Tue Jul 23 2013 <jsafrane@redhat.com> 0.7.0-11.20130702svn623
|
||||
- Fixed checking of CIMVERSION in CIM-XML.
|
||||
|
||||
* Tue Jul 2 2013 Jan Safranek <jsafrane@redhat.com> 0.7.0-11.20130702svn622
|
||||
- New upstream version.
|
||||
- Method parameters are now case-insensitive.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user