Skip to content

Commit 7a8a835

Browse files
authored
Add RHEL to os-packages.json for .NET 9 (#9442)
1 parent eb2ed03 commit 7a8a835

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

release-notes/9.0/os-packages.json

+89
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,95 @@
312312
}
313313
]
314314
},
315+
{
316+
"name": "RHEL",
317+
"install-commands":
318+
[
319+
{
320+
"run-under-sudo": true,
321+
"command-root": "dnf",
322+
"command-parts": ["install", "-y", "{packageName}"]
323+
}
324+
],
325+
"releases": [
326+
{
327+
"name": "RHEL 8",
328+
"release": "8",
329+
"packages": [
330+
{
331+
"id": "libc",
332+
"name": "glibc"
333+
},
334+
{
335+
"id": "libgcc",
336+
"name": "libgcc"
337+
},
338+
{
339+
"id": "ca-certificates",
340+
"name": "ca-certificates"
341+
},
342+
{
343+
"id": "openssl",
344+
"name": "openssl-libs"
345+
},
346+
{
347+
"id": "libstdc++",
348+
"name": "libstdc++"
349+
},
350+
{
351+
"id": "libicu",
352+
"name": "libicu"
353+
},
354+
{
355+
"id": "tzdata",
356+
"name": "tzdata"
357+
},
358+
{
359+
"id": "krb5",
360+
"name": "krb5-libs"
361+
}
362+
]
363+
},
364+
{
365+
"name": "RHEL 9",
366+
"release": "9",
367+
"packages": [
368+
{
369+
"id": "libc",
370+
"name": "glibc"
371+
},
372+
{
373+
"id": "libgcc",
374+
"name": "libgcc"
375+
},
376+
{
377+
"id": "ca-certificates",
378+
"name": "ca-certificates"
379+
},
380+
{
381+
"id": "openssl",
382+
"name": "openssl-libs"
383+
},
384+
{
385+
"id": "libstdc++",
386+
"name": "libstdc++"
387+
},
388+
{
389+
"id": "libicu",
390+
"name": "libicu"
391+
},
392+
{
393+
"id": "tzdata",
394+
"name": "tzdata"
395+
},
396+
{
397+
"id": "krb5",
398+
"name": "krb5-libs"
399+
}
400+
]
401+
}
402+
]
403+
},
315404
{
316405
"name": "Ubuntu",
317406
"install-commands":

0 commit comments

Comments
 (0)