Added '-d' option to /usr/bin/mofcomp to just check mof files and their includes.

This commit is contained in:
Jan Safranek 2013-11-21 14:50:52 +01:00
parent ce985a75f2
commit b26970e110
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/pywbem-20130723.tar.xz
/pywbem-20130827.tar.xz
/pywbem-20131121.tar.xz

View File

@ -1,10 +1,10 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%global svnrev 625
%global revdate 20130827
%global svnrev 626
%global revdate 20131121
Name: pywbem
Version: 0.7.0
Release: 16.%{revdate}svn%{svnrev}%{?dist}
Release: 17.%{revdate}svn%{svnrev}%{?dist}
Summary: Python WBEM Client and Provider Interface
Group: Development/Libraries
License: LGPLv2
@ -80,7 +80,11 @@ rm -rf %{buildroot}
%{python_sitelib}/pywbem/twisted_client.py*
%changelog
* Tue Aug 27 2013 Jan Safranek <jsafrane@redhat.com>0.7.0-16.20130827svn625
* Thu Nov 21 2013 Jan Safranek <jsafrane@redhat.com> 0.7.0-17.20131121svn626
- Added '-d' option to /usr/bin/mofcomp to just check mof files and their
includes.
* Tue Aug 27 2013 Jan Safranek <jsafrane@redhat.com> 0.7.0-16.20130827svn625
- Fixed parsing of IPv6 addresses.
* Fri Aug 09 2013 Michal Minar <miminar@redhat.com> 0.7.0-15.20130723svn623

View File

@ -1 +1 @@
c3a015f7511d31a358cea9abf7d35fd2 pywbem-20130827.tar.xz
7101377e20bd66194f8feabe3e753069 pywbem-20131121.tar.xz