Update to CIM Schema 2.29.0
This commit is contained in:
parent
43b421ae66
commit
4ed2f52778
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
cim_schema_2.25.0Final-Doc.zip
|
cim_schema_2.25.0Final-Doc.zip
|
||||||
cim_schema_2.25.0Final-MOFs.zip
|
cim_schema_2.25.0Final-MOFs.zip
|
||||||
|
/cim_schema_2.29.0Final-MOFs.zip
|
||||||
|
/cim_schema_2.29.0Final-Doc.zip
|
||||||
|
@ -31,16 +31,20 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
%global major 2
|
||||||
|
%global minor 29
|
||||||
|
%global update 0
|
||||||
|
|
||||||
Name: cim-schema
|
Name: cim-schema
|
||||||
Url: http://www.dmtf.org/
|
Url: http://www.dmtf.org/
|
||||||
Summary: Common Information Model (CIM) Schema
|
Summary: Common Information Model (CIM) Schema
|
||||||
Version: 2.25.0
|
Version: %{major}.%{minor}.%{update}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: DMTF
|
License: DMTF
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.dmtf.org/standards/cim/cim_schema_v2250/cim_schema_%{version}Final-MOFs.zip
|
Source0: http://www.dmtf.org/standards/cim/cim_schema_v%{major}%{minor}%{update}/cim_schema_%{version}Final-MOFs.zip
|
||||||
Source1: http://www.dmtf.org/standards/cim/cim_schema_v2250/cim_schema_%{version}Final-Doc.zip
|
Source1: http://www.dmtf.org/standards/cim/cim_schema_v%{major}%{minor}%{update}/cim_schema_%{version}Final-Doc.zip
|
||||||
Source2: loadmof.sh
|
Source2: loadmof.sh
|
||||||
Source3: rmmof.sh
|
Source3: rmmof.sh
|
||||||
Source4: LICENSE
|
Source4: LICENSE
|
||||||
@ -109,6 +113,9 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
|
|||||||
%doc ../%{name}-%{version}-docs/*
|
%doc ../%{name}-%{version}-docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.29.0-1
|
||||||
|
- Update to CIM Schema 2.29.0
|
||||||
|
|
||||||
* Tue Jun 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.25.0-2
|
* Tue Jun 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.25.0-2
|
||||||
- Minor spec file fixes
|
- Minor spec file fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user