diff --git a/scripts/sync-from-upstream b/scripts/sync-from-upstream index 14b8cf8..3b89339 100755 --- a/scripts/sync-from-upstream +++ b/scripts/sync-from-upstream @@ -18,24 +18,26 @@ while read -r pattern; do sscript+="$pattern;" done <redhat-release/>rocky-release/g +s/>redhat-sb-certs/>rocky-sb-certs/g s/Red Hat Enterprise Linux/Rocky Linux/g s/RHEL/Rocky Linux/g s/Red Hat, Inc./Rocky Enterprise Software Foundation/g EOF sed -i "$sscript" "${COMPS_ROCKY}" -echo "Making sure some packages are RHEL only" -while read -r pattern; do - mscript+="$pattern;" -done <insights-clientinsights-client<\/packagereq>)/\1<\/rhel_only>/g -/>rhcrhc<\/packagereq>)/\1<\/rhel_only>/g -/>rhc-develrhc-devel<\/packagereq>)/\1<\/rhel_only>/g -/>subscription-managersubscription-manager<\/packagereq>)/\1<\/rhel_only>/g -/>subscription-manager-cockpitsubscription-manager-cockpit<\/packagereq>)/\1<\/rhel_only>/g -/>libdnf-plugin-subscription-managerlibdnf-plugin-subscription-manager<\/packagereq>)/\1<\/rhel_only>/g -EOF -sed -Ei "$mscript" "${COMPS_ROCKY}" +# This is taken care of upstream now. Left for visibility. +#echo "Making sure some packages are RHEL only" +#while read -r pattern; do +# mscript+="$pattern;" +#done <insights-clientinsights-client<\/packagereq>)/\1<\/rhel_only>/g +#/>rhcrhc<\/packagereq>)/\1<\/rhel_only>/g +#/>rhc-develrhc-devel<\/packagereq>)/\1<\/rhel_only>/g +#/>subscription-managersubscription-manager<\/packagereq>)/\1<\/rhel_only>/g +#/>subscription-manager-cockpitsubscription-manager-cockpit<\/packagereq>)/\1<\/rhel_only>/g +#/>libdnf-plugin-subscription-managerlibdnf-plugin-subscription-manager<\/packagereq>)/\1<\/rhel_only>/g +#EOF +#sed -Ei "$mscript" "${COMPS_ROCKY}" echo "Modifications to make sure certain scenarios work" while read -r pattern; do