#8 Add centos-stream-repos as a mandatory package
Merged 3 years ago by bstinson. Opened 3 years ago by carlwgeorge.
centos/ carlwgeorge/comps mandatory-centos-stream-repos  into  master

@@ -2844,6 +2844,7 @@ 

        <packagereq variant="BaseOS" type="mandatory">chrony</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release-eula</packagereq>

+       <packagereq variant="BaseOS" type="mandatory">centos-stream-repos</packagereq>

        <packagereq variant="BaseOS" type="mandatory">polkit</packagereq>

        <packagereq variant="BaseOS" type="mandatory">realmd</packagereq>

        <packagereq variant="BaseOS" type="mandatory">timedatex</packagereq>
@@ -3055,6 +3056,7 @@ 

        <packagereq variant="BaseOS" type="mandatory">quota</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release-eula</packagereq>

+       <packagereq variant="BaseOS" type="mandatory">centos-stream-repos</packagereq>

        <packagereq variant="BaseOS" type="mandatory">sudo</packagereq>

        <packagereq variant="BaseOS" type="mandatory">symlinks</packagereq>

        <packagereq variant="BaseOS" type="mandatory">systemd-udev</packagereq>
@@ -3234,6 +3236,7 @@ 

        <packagereq variant="BaseOS" type="mandatory">quota</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release-eula</packagereq>

+       <packagereq variant="BaseOS" type="mandatory">centos-stream-repos</packagereq>

        <packagereq variant="BaseOS" type="mandatory">sudo</packagereq>

        <packagereq variant="BaseOS" type="mandatory">symlinks</packagereq>

        <packagereq variant="BaseOS" type="mandatory">systemd-udev</packagereq>
@@ -4038,6 +4041,7 @@ 

        <packagereq variant="BaseOS">realmd</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release</packagereq>

        <packagereq variant="BaseOS" type="mandatory">centos-stream-release-eula</packagereq>

+       <packagereq variant="BaseOS" type="mandatory">centos-stream-repos</packagereq>

        <packagereq variant="BaseOS">rsync</packagereq>

        <packagereq variant="BaseOS">sos</packagereq>

        <packagereq variant="BaseOS">sssd</packagereq>

This is part of an effort to permit centos-stream-release to not require centos-stream-repos, to better support Foreman/Spacewalk use cases.

Pull-Request has been merged by bstinson

3 years ago
Metadata