Broke deps when installing/updating RHEL 74

Latest response

I need to install and update RHEL 7.4, without upgrading to RHEL 7.5
This was not a problem until 7.5 was released. Anyone have suggestions for a workaround?

1) Install 7.4
2) subscription-manager register
3) subscription-manager list --available
4) subscription-manager attach --pool=xxx
5) subscription-manager release --list
6) subscription-manager release --set=7.4
7) yum update

--> Finished Dependency Resolution
Error: Package: gnome-classic-session-3.26.2-3.el7.noarch (rhel-7-server-rpms)
Requires: gnome-shell-extension-top-icons = 3.26.2-3.el7

The default repos that are enabled after fresh install
Red Hat Enterprise Linux 7 Server (RPMs)
Red Hat Enterprise Linux for Real Time (RHEL 7 Server) (RPMs)

8) yum update --skip-broken
I'm speculating it cannot access some repodata because the path is dynamically modified based on my "--set=7.4"
https://cdn.redhat.com/content/dist/rhel/server/7/7.4/x86_64/os/repodata/....... [Errno 14] HTTPS Error 404 - Not Found

Responses