Added '-d' option to /usr/bin/mofcomp to just check mof files and their includes.
This commit is contained in:
parent
ce985a75f2
commit
b26970e110
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/pywbem-20130723.tar.xz
|
||||
/pywbem-20130827.tar.xz
|
||||
/pywbem-20131121.tar.xz
|
||||
|
||||
12
pywbem.spec
12
pywbem.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user