Hi,
Tomorrow (Tues Feb 14) we'll merge a patch [1] that upgrades the version of PatternFly used by webadmin and userportal to the latest 3.y version.
In addition to updating the library, we've also changed the delivery mechanism. We're no longer maintaining a PatternFly RPM on copr [2]. The new method is a new project called ovirt-js-dependencies [3] that contains any runtime JS dependencies required by the engine -- currently patternfly, bootstrap, and jquery. This project is using oVirt Standard CI [4], and thus you should get the RPM from the tested master repo [5].
TL;DR: What you need to do (from the README)
Set Up the Tested Master Repository
* Automatically
- Run the following command (replace `@distro@` in the following code block
with `fc` for Fedora or `el` for RHEL or an equivalent distribution):
# dnf config-manager --add-repo \
* Manually
- Create the file `/etc/yum.repos.d/ovirt-tested-master.repo`, and replace
`@distro@` in the following code block with `fc` for Fedora or `el` for RHEL
or an equivalent distribution.
[ovirt-tested-master]
name=ovirt-tested-master
enabled=1
gpgcheck=0
And then
sudo dnf install ovirt-js-dependencies
Let me know if you have any questions.
Best wishes,
Greg