Skip to content
Snippets Groups Projects
Verified Commit 425f50c0 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

add back release eula to make syncing easier

parent 52e6cd25
No related branches found
No related tags found
No related merge requests found
......@@ -1024,6 +1024,7 @@
<packagelist>
<packagereq variant="BaseOS" type="mandatory">chrony</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release-eula</packagereq>
<packagereq variant="BaseOS" type="mandatory">polkit</packagereq>
<packagereq variant="BaseOS" type="mandatory">realmd</packagereq>
<packagereq variant="BaseOS" type="default">NetworkManager-config-server</packagereq>
......@@ -1072,6 +1073,7 @@
<packagereq variant="BaseOS" type="mandatory">psacct</packagereq>
<packagereq variant="BaseOS" type="mandatory">quota</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release-eula</packagereq>
<packagereq variant="BaseOS" type="mandatory">sudo</packagereq>
<packagereq variant="BaseOS" type="mandatory">symlinks</packagereq>
<packagereq variant="BaseOS" type="mandatory">systemd-udev</packagereq>
......@@ -1178,6 +1180,7 @@
<packagereq variant="BaseOS" type="mandatory">psacct</packagereq>
<packagereq variant="BaseOS" type="mandatory">quota</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release-eula</packagereq>
<packagereq variant="BaseOS" type="mandatory">sudo</packagereq>
<packagereq variant="BaseOS" type="mandatory">symlinks</packagereq>
<packagereq variant="BaseOS" type="mandatory">systemd-udev</packagereq>
......@@ -1691,6 +1694,7 @@
<packagereq variant="BaseOS">quota</packagereq>
<packagereq variant="BaseOS">realmd</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release</packagereq>
<packagereq variant="BaseOS" type="mandatory">rocky-release-eula</packagereq>
<packagereq variant="BaseOS">rsync</packagereq>
<packagereq variant="BaseOS">sos</packagereq>
<packagereq variant="BaseOS">sssd</packagereq>
......
......@@ -1023,6 +1023,7 @@
<packagelist>
<packagereq type="mandatory" variant="BaseOS">chrony</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release-eula</packagereq>
<packagereq type="mandatory" variant="BaseOS">polkit</packagereq>
<packagereq type="mandatory" variant="BaseOS">realmd</packagereq>
<packagereq type="default" variant="BaseOS">NetworkManager-config-server</packagereq>
......@@ -1071,6 +1072,7 @@
<packagereq type="mandatory" variant="BaseOS">psacct</packagereq>
<packagereq type="mandatory" variant="BaseOS">quota</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release-eula</packagereq>
<packagereq type="mandatory" variant="BaseOS">sudo</packagereq>
<packagereq type="mandatory" variant="BaseOS">symlinks</packagereq>
<packagereq type="mandatory" variant="BaseOS">systemd-udev</packagereq>
......@@ -1177,6 +1179,7 @@
<packagereq type="mandatory" variant="BaseOS">psacct</packagereq>
<packagereq type="mandatory" variant="BaseOS">quota</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release-eula</packagereq>
<packagereq type="mandatory" variant="BaseOS">sudo</packagereq>
<packagereq type="mandatory" variant="BaseOS">symlinks</packagereq>
<packagereq type="mandatory" variant="BaseOS">systemd-udev</packagereq>
......@@ -1690,6 +1693,7 @@
<packagereq variant="BaseOS">quota</packagereq>
<packagereq variant="BaseOS">realmd</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release</packagereq>
<packagereq type="mandatory" variant="BaseOS">rocky-release-eula</packagereq>
<packagereq variant="BaseOS">rsync</packagereq>
<packagereq variant="BaseOS">sos</packagereq>
<packagereq variant="BaseOS">sssd</packagereq>
......
#!/bin/bash
x=$1
y=$2
cp comps-rocky-${x}-lh.xml.in comps-rocky-${x}.${y}.xml.in
sed -i '/rocky-release-eula/d' comps-rocky-${x}.${y}.xml.in
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment