11Summary: CBL-Mariner repo files, gpg keys
22Name: mariner-repos
33Version: 2.0
4- Release: 8 %{?dist }
4+ Release: 9 %{?dist }
55License: MIT
66Vendor: Microsoft Corporation
77Distribution: Mariner
@@ -21,6 +21,8 @@ Source10: mariner-official-base.repo
2121Source11: mariner-official-preview.repo
2222Source12: mariner-extended-debuginfo.repo
2323Source13: mariner-extended-debuginfo-preview.repo
24+ Source14: mariner-cloud-native.repo
25+ Source15: mariner-cloud-native-preview.repo
2426
2527Requires: %{name }-shared = %{version }-%{release }
2628
@@ -29,6 +31,22 @@ BuildArch: noarch
2931%description
3032CBL-Mariner repo files and gpg keys
3133
34+ %package cloud-native
35+ Summary: CBL-Mariner cloud-native repo file.
36+ Group: System Environment/Base
37+ Requires: %{name }-shared = %{version }-%{release }
38+
39+ %description cloud-native
40+ %{summary }
41+
42+ %package cloud-native-preview
43+ Summary: CBL-Mariner cloud-native preview repo file.
44+ Group: System Environment/Base
45+ Requires: %{name }-shared = %{version }-%{release }
46+
47+ %description cloud-native-preview
48+ %{summary }
49+
3250%package debug
3351Summary: CBL-Mariner Debuginfo repo file.
3452Group: System Environment/Base
@@ -143,6 +161,8 @@ install -m 644 %{SOURCE10} $REPO_DIRECTORY
143161install -m 644 %{SOURCE11 } $REPO_DIRECTORY
144162install -m 644 %{SOURCE12 } $REPO_DIRECTORY
145163install -m 644 %{SOURCE13 } $REPO_DIRECTORY
164+ install -m 644 %{SOURCE14 } $REPO_DIRECTORY
165+ install -m 644 %{SOURCE15 } $REPO_DIRECTORY
146166
147167export RPM_GPG_DIRECTORY= "%{buildroot }%{_sysconfdir }/pki/rpm-gpg"
148168
@@ -164,6 +184,14 @@ gpg --batch --yes --delete-keys 2BC94FFF7015A5F28F1537AD0CD9FED33135CE90
164184%defattr(-,root,root,-)
165185%config(noreplace) %{_sysconfdir }/yum.repos.d/mariner-official-base.repo
166186
187+ %files cloud-native
188+ %defattr(-,root,root,-)
189+ %config(noreplace) %{_sysconfdir }/yum.repos.d/mariner-cloud-native.repo
190+
191+ %files cloud-native-preview
192+ %defattr(-,root,root,-)
193+ %config(noreplace) %{_sysconfdir }/yum.repos.d/mariner-cloud-native-preview.repo
194+
167195%files debug
168196%defattr(-,root,root,-)
169197%config(noreplace) %{_sysconfdir }/yum.repos.d/mariner-debuginfo.repo
@@ -214,6 +242,9 @@ gpg --batch --yes --delete-keys 2BC94FFF7015A5F28F1537AD0CD9FED33135CE90
214242%{_sysconfdir }/pki/rpm-gpg/MICROSOFT-METADATA-GPG-KEY
215243
216244%changelog
245+ * Wed Nov 29 2023 Jon Slobodzian <joslobo@microsoft.com> - 2.0-9
246+ - Add cloud native repos.
247+
217248* Thu Jul 14 2022 Andrew Phelps <anphel@microsoft.com> - 2.0-8
218249- Add SRPM and Debuginfo repos to existing base, extended, and preview subpackages
219250
0 commit comments