@@ -38,13 +38,13 @@ Distribution: Azure Linux
3838%global update 1
3939
4040Name: cim-schema
41- Url: http ://www.dmtf.org/
41+ Url: https ://www.dmtf.org/
4242Summary: Common Information Model (CIM) Schema
4343Version: %{major }.%{minor }.%{update }
44- Release: 6 %{?dist }
44+ Release: 7 %{?dist }
4545License: LicenseRef-DMTF
46- Source0: http ://www.dmtf.org/standards/cim/cim_schema_v%{major }%{minor }%{update }/cim_schema_%{version }Experimental-MOFs.zip
47- Source1: http ://www.dmtf.org/standards/cim/cim_schema_v%{major }%{minor }%{update }/cim_schema_%{version }Experimental-Doc.zip
46+ Source0: https ://www.dmtf.org/standards/cim/cim_schema_v%{major }%{minor }%{update }/cim_schema_%{version }Experimental-MOFs.zip
47+ Source1: https ://www.dmtf.org/standards/cim/cim_schema_v%{major }%{minor }%{update }/cim_schema_%{version }Experimental-Doc.zip
4848Source2: LICENSE
4949BuildArch: noarch
5050
@@ -63,7 +63,7 @@ provides the actual model descriptions.
6363
6464Authors:
6565--------
66- DTMF < http ://www.dmtf.org/about/contact>
66+ DTMF < https ://www.dmtf.org/about/contact>
6767
6868%description docs
6969Common Information Model (CIM) schema documentation.
@@ -88,19 +88,22 @@ ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current
8888ln -s cim_schema_%{version }.mof $RPM_BUILD_ROOT /$MOFDIR /cim-current/CIM_Schema.mof
8989install -d $RPM_BUILD_ROOT /usr/bin
9090mkdir -p $RPM_BUILD_ROOT /%{_docdir }/%{name }
91- cp -a %{SOURCE2 } $RPM_BUILD_ROOT /%{ _docdir }/%{ name }
91+ cp -a %{SOURCE2 } .
9292
9393%files
9494%dir %{_datarootdir }/mof
9595%dir %{_datarootdir }/mof/cimv%{version }
9696%{_datarootdir }/mof/cimv%{version }/*
9797%{_datarootdir }/mof/cim-current
98- %doc %{ _docdir }/%{ name }/ LICENSE
98+ %license LICENSE
9999
100100%files docs
101101%doc ../%{name }-docs/*
102102
103103%changelog
104+ *
Thu Jun 19 2025 Kshitiz Godara <[email protected] > -
2.54.1-7 105+ - Address issues introduced by PR 11486
106+
104107*
Tue Dec 17 2024 Akarsh Chaudhary <[email protected] > -
2.54.1-6 105108- Initial Azure Linux import from Fedora 41 (license: MIT).
106109- License verified
0 commit comments