@@ -38,13 +38,13 @@ Distribution: Azure Linux
38
38
%global update 1
39
39
40
40
Name: cim-schema
41
- Url: http ://www.dmtf.org/
41
+ Url: https ://www.dmtf.org/
42
42
Summary: Common Information Model (CIM) Schema
43
43
Version: %{major }.%{minor }.%{update }
44
- Release: 6 %{?dist }
44
+ Release: 7 %{?dist }
45
45
License: 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
48
48
Source2: LICENSE
49
49
BuildArch: noarch
50
50
@@ -63,7 +63,7 @@ provides the actual model descriptions.
63
63
64
64
Authors:
65
65
--------
66
- DTMF < http ://www.dmtf.org/about/contact>
66
+ DTMF < https ://www.dmtf.org/about/contact>
67
67
68
68
%description docs
69
69
Common Information Model (CIM) schema documentation.
@@ -88,19 +88,22 @@ ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current
88
88
ln -s cim_schema_%{version }.mof $RPM_BUILD_ROOT /$MOFDIR /cim-current/CIM_Schema.mof
89
89
install -d $RPM_BUILD_ROOT /usr/bin
90
90
mkdir -p $RPM_BUILD_ROOT /%{_docdir }/%{name }
91
- cp -a %{SOURCE2 } $RPM_BUILD_ROOT /%{ _docdir }/%{ name }
91
+ cp -a %{SOURCE2 } .
92
92
93
93
%files
94
94
%dir %{_datarootdir }/mof
95
95
%dir %{_datarootdir }/mof/cimv%{version }
96
96
%{_datarootdir }/mof/cimv%{version }/*
97
97
%{_datarootdir }/mof/cim-current
98
- %doc %{ _docdir }/%{ name }/ LICENSE
98
+ %license LICENSE
99
99
100
100
%files docs
101
101
%doc ../%{name }-docs/*
102
102
103
103
%changelog
104
+ *
Thu Jun 19 2025 Kshitiz Godara <[email protected] > -
2.54.1-7
105
+ - Address issues introduced by PR 11486
106
+
104
107
*
Tue Dec 17 2024 Akarsh Chaudhary <[email protected] > -
2.54.1-6
105
108
- Initial Azure Linux import from Fedora 41 (license: MIT).
106
109
- License verified
0 commit comments