diff --git a/comps-rocky-10-lh.xml b/comps-rocky-10-lh.xml
index 59553edefbb3cd562f3c5024a4b10d82c2cda288..b373bcdd365a6511b7d4d65c6c5849faa8c931c4 100644
--- a/comps-rocky-10-lh.xml
+++ b/comps-rocky-10-lh.xml
@@ -3154,6 +3154,7 @@
       <packagereq type="default">python3-test</packagereq>
       <packagereq type="default">python3-wheel</packagereq>
       <packagereq type="default">python3-wheel-wheel</packagereq>
+      <packagereq type="default">python3-PyMySQL+rsa</packagereq>
       <packagereq type="default" arch="x86_64">qatlib-devel</packagereq>
       <packagereq type="default" arch="x86_64">qatlib-tests</packagereq>
       <packagereq type="default" arch="x86_64">qatzip-devel</packagereq>
diff --git a/comps-rocky-10-lh.xml.in b/comps-rocky-10-lh.xml.in
index 35769d825e1f389e9404b9f312a7e013431f0207..fa9cbc0a24b1a69c68f2612a88f73c2280154d73 100644
--- a/comps-rocky-10-lh.xml.in
+++ b/comps-rocky-10-lh.xml.in
@@ -3351,6 +3351,7 @@
       <packagereq type="default">python3-test</packagereq>
       <packagereq type="default">python3-wheel</packagereq>
       <packagereq type="default">python3-wheel-wheel</packagereq>
+      <packagereq type="default">python3-PyMySQL+rsa</packagereq>
       <packagereq type="default" arch="x86_64">qatlib-devel</packagereq>
       <packagereq type="default" arch="x86_64">qatlib-tests</packagereq>
       <packagereq type="default" arch="x86_64">qatzip-devel</packagereq>
diff --git a/comps-rocky-9-lh.xml b/comps-rocky-9-lh.xml
index 92ec52a780b005e398405c24190f146c02df71f0..4192563c99a5d74019ac0da631065cdaeaaa4d4a 100644
--- a/comps-rocky-9-lh.xml
+++ b/comps-rocky-9-lh.xml
@@ -1150,7 +1150,7 @@
       <packagereq variant="BaseOS" type="default">time</packagereq>
       <packagereq variant="BaseOS" type="default">unzip</packagereq>
       <packagereq variant="BaseOS" type="default">usbutils</packagereq>
-      <packagereq variant="BaseOS" type="default" arch="ppc64le,s390x,x86_64">vdo</packagereq>
+      <packagereq variant="BaseOS" type="default">vdo</packagereq>
       <packagereq variant="BaseOS" type="optional">vdo-support</packagereq>
       <packagereq variant="BaseOS" type="default" arch="ppc64le,s390x,x86_64">kmod-kvdo</packagereq>
       <packagereq variant="BaseOS" type="default">virt-what</packagereq>
@@ -1257,7 +1257,7 @@
       <packagereq variant="BaseOS" type="default">time</packagereq>
       <packagereq variant="BaseOS" type="default">unzip</packagereq>
       <packagereq variant="BaseOS" type="default">usbutils</packagereq>
-      <packagereq variant="BaseOS" type="default" arch="ppc64le,s390x,x86_64">vdo</packagereq>
+      <packagereq variant="BaseOS" type="default">vdo</packagereq>
       <packagereq variant="BaseOS" type="optional">vdo-support</packagereq>
       <packagereq variant="BaseOS" type="default" arch="ppc64le,s390x,x86_64">kmod-kvdo</packagereq>
       <packagereq variant="BaseOS" type="default">virt-what</packagereq>
diff --git a/comps-rocky-9-lh.xml.in b/comps-rocky-9-lh.xml.in
index 6c56ce9d2a01deb149ea4826b8d36b74e34214a5..3957fafe95bd1b4ea9a8ef89cc288c9e3cd345b8 100644
--- a/comps-rocky-9-lh.xml.in
+++ b/comps-rocky-9-lh.xml.in
@@ -1155,7 +1155,7 @@
       <packagereq type="default" variant="BaseOS">time</packagereq>
       <packagereq type="default" variant="BaseOS">unzip</packagereq>
       <packagereq type="default" variant="BaseOS">usbutils</packagereq>
-      <packagereq type="default" arch="ppc64le,s390x,x86_64" variant="BaseOS">vdo</packagereq>
+      <packagereq type="default" variant="BaseOS">vdo</packagereq>
       <packagereq type="optional" variant="BaseOS">vdo-support</packagereq>
       <packagereq type="default" arch="ppc64le,s390x,x86_64" variant="BaseOS">kmod-kvdo</packagereq>
       <packagereq type="default" variant="BaseOS">virt-what</packagereq>
@@ -1266,7 +1266,7 @@
       <packagereq type="default" variant="BaseOS">time</packagereq>
       <packagereq type="default" variant="BaseOS">unzip</packagereq>
       <packagereq type="default" variant="BaseOS">usbutils</packagereq>
-      <packagereq type="default" arch="ppc64le,s390x,x86_64" variant="BaseOS">vdo</packagereq>
+      <packagereq type="default" variant="BaseOS">vdo</packagereq>
       <packagereq type="optional" variant="BaseOS">vdo-support</packagereq>
       <packagereq type="default" arch="ppc64le,s390x,x86_64" variant="BaseOS">kmod-kvdo</packagereq>
       <packagereq type="default" variant="BaseOS">virt-what</packagereq>
diff --git a/scripts/sync-from-upstream b/scripts/sync-from-upstream
index 3b89339fd5c6d24973c2dc97d772a30f603e2472..8dbac56b6146eff199ccc4158cfbb9b17de1e4a7 100755
--- a/scripts/sync-from-upstream
+++ b/scripts/sync-from-upstream
@@ -39,14 +39,14 @@ sed -i "$sscript" "${COMPS_ROCKY}"
 #EOF
 #sed -Ei "$mscript" "${COMPS_ROCKY}"
 
-echo "Modifications to make sure certain scenarios work"
-while read -r pattern; do
-  wscript+="$pattern;"
-done <<EOF
-/>kmod-kvdo</ s/type="default"/type="default" arch="ppc64le,s390x,x86_64"/g
-/>vdo</ s/type="default"/type="default" arch="ppc64le,s390x,x86_64"/g
-EOF
-sed -i "$wscript" "${COMPS_ROCKY}"
+#echo "Modifications to make sure certain scenarios work"
+#while read -r pattern; do
+#  wscript+="$pattern;"
+#done <<EOF
+#/>kmod-kvdo</ s/type="default"/type="default" arch="ppc64le,s390x,x86_64"/g
+#/>vdo</ s/type="default"/type="default" arch="ppc64le,s390x,x86_64"/g
+#EOF
+#sed -i "$wscript" "${COMPS_ROCKY}"
 
 echo "Generating proper XML"
 /bin/bash ./scripts/update-comps "${COMPS_ROCKY/.in/}" rocky