Merge pull request 'INT-215: add chkconfig and initscripts packages to core id for BaseOS and Minimal' (#1) from tigro/pungi-msvsphere:i9 into i9

Reviewed-on: msvsphere/pungi-msvsphere#1
i9
Arkady L. Shane 1 year ago
commit 484abfdd72

@ -1254,6 +1254,7 @@
<packagereq variant="BaseOS" type="mandatory">basesystem</packagereq> <packagereq variant="BaseOS" type="mandatory">basesystem</packagereq>
<packagereq variant="BaseOS" type="mandatory">bash</packagereq> <packagereq variant="BaseOS" type="mandatory">bash</packagereq>
<packagereq variant="BaseOS" type="mandatory">coreutils</packagereq> <packagereq variant="BaseOS" type="mandatory">coreutils</packagereq>
<packagereq variant="BaseOS" type="mandatory">chkconfig</packagereq>
<packagereq variant="BaseOS" type="mandatory">cronie</packagereq> <packagereq variant="BaseOS" type="mandatory">cronie</packagereq>
<packagereq variant="BaseOS" type="mandatory">crypto-policies</packagereq> <packagereq variant="BaseOS" type="mandatory">crypto-policies</packagereq>
<packagereq variant="BaseOS" type="mandatory">crypto-policies-scripts</packagereq> <packagereq variant="BaseOS" type="mandatory">crypto-policies-scripts</packagereq>
@ -1265,6 +1266,7 @@
<packagereq variant="BaseOS" type="mandatory">glibc</packagereq> <packagereq variant="BaseOS" type="mandatory">glibc</packagereq>
<packagereq variant="BaseOS" type="mandatory">grubby</packagereq> <packagereq variant="BaseOS" type="mandatory">grubby</packagereq>
<packagereq variant="BaseOS" type="mandatory">hostname</packagereq> <packagereq variant="BaseOS" type="mandatory">hostname</packagereq>
<packagereq variant="BaseOS" type="mandatory">initscripts</packagereq>
<packagereq variant="BaseOS" type="mandatory">iproute</packagereq> <packagereq variant="BaseOS" type="mandatory">iproute</packagereq>
<packagereq variant="BaseOS" type="mandatory">iproute-tc</packagereq> <packagereq variant="BaseOS" type="mandatory">iproute-tc</packagereq>
<packagereq variant="BaseOS" type="mandatory">iputils</packagereq> <packagereq variant="BaseOS" type="mandatory">iputils</packagereq>
@ -1515,6 +1517,7 @@
<packagereq variant="Minimal" type="mandatory">audit</packagereq> <packagereq variant="Minimal" type="mandatory">audit</packagereq>
<packagereq variant="Minimal" type="mandatory">basesystem</packagereq> <packagereq variant="Minimal" type="mandatory">basesystem</packagereq>
<packagereq variant="Minimal" type="mandatory">bash</packagereq> <packagereq variant="Minimal" type="mandatory">bash</packagereq>
<packagereq variant="Minimal" type="mandatory">chkconfig</packagereq>
<packagereq variant="Minimal" type="mandatory">coreutils</packagereq> <packagereq variant="Minimal" type="mandatory">coreutils</packagereq>
<packagereq variant="Minimal" type="mandatory">cronie</packagereq> <packagereq variant="Minimal" type="mandatory">cronie</packagereq>
<packagereq variant="Minimal" type="mandatory">crypto-policies</packagereq> <packagereq variant="Minimal" type="mandatory">crypto-policies</packagereq>
@ -1527,6 +1530,7 @@
<packagereq variant="Minimal" type="mandatory">glibc</packagereq> <packagereq variant="Minimal" type="mandatory">glibc</packagereq>
<packagereq variant="Minimal" type="mandatory">grubby</packagereq> <packagereq variant="Minimal" type="mandatory">grubby</packagereq>
<packagereq variant="Minimal" type="mandatory">hostname</packagereq> <packagereq variant="Minimal" type="mandatory">hostname</packagereq>
<packagereq variant="Minimal" type="mandatory">initscripts</packagereq>
<packagereq variant="Minimal" type="mandatory">iproute</packagereq> <packagereq variant="Minimal" type="mandatory">iproute</packagereq>
<packagereq variant="Minimal" type="mandatory">iproute-tc</packagereq> <packagereq variant="Minimal" type="mandatory">iproute-tc</packagereq>
<packagereq variant="Minimal" type="mandatory">iputils</packagereq> <packagereq variant="Minimal" type="mandatory">iputils</packagereq>

Loading…
Cancel
Save