Skip to content

Commit c112697

Browse files
kgodara912Kshitiz Godara
andauthored
cim-schema: deleting source tarballs from local directories (microsoft#14040)
Co-authored-by: Kshitiz Godara <[email protected]>
1 parent 9cafb9b commit c112697

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

SPECS-EXTENDED/cim-schema/cim-schema.spec

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Distribution: Azure Linux
3838
%global update 1
3939

4040
Name: cim-schema
41-
Url: http://www.dmtf.org/
41+
Url: https://www.dmtf.org/
4242
Summary: Common Information Model (CIM) Schema
4343
Version: %{major}.%{minor}.%{update}
44-
Release: 6%{?dist}
44+
Release: 7%{?dist}
4545
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
4848
Source2: LICENSE
4949
BuildArch: noarch
5050

@@ -63,7 +63,7 @@ provides the actual model descriptions.
6363

6464
Authors:
6565
--------
66-
DTMF <http://www.dmtf.org/about/contact>
66+
DTMF <https://www.dmtf.org/about/contact>
6767

6868
%description docs
6969
Common Information Model (CIM) schema documentation.
@@ -88,19 +88,22 @@ ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current
8888
ln -s cim_schema_%{version}.mof $RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof
8989
install -d $RPM_BUILD_ROOT/usr/bin
9090
mkdir -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
Binary file not shown.
Binary file not shown.

cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@
17181718
"other": {
17191719
"name": "cim-schema",
17201720
"version": "2.54.1",
1721-
"downloadUrl": "http://www.dmtf.org/standards/cim/cim_schema_v2541/cim_schema_2.54.1Experimental-MOFs.zip"
1721+
"downloadUrl": "https://www.dmtf.org/standards/cim/cim_schema_v2541/cim_schema_2.54.1Experimental-MOFs.zip"
17221722
}
17231723
}
17241724
},

0 commit comments

Comments
 (0)