dls-controls / dev-c7

A container for running the DLS Controls RHEL7 developer environment on a RHEL8 workstation
Apache License 2.0
0 stars 2 forks source link

Add clarity to the EDM fonts #68

Closed MichaelStubbings closed 1 year ago

MichaelStubbings commented 1 year ago

To support EDM on RHEL8, we needed to update the font RPMs so that they could be correctly installed via satellite. These are now with SciComp.

With these deployed, there should be significantly less people looking to install the fonts on their machine. However, in the event that they still need them, the installation here will work locally.

Because of this, I have made the following changes:

What's wrong with them: The symlink is created in the %post scriptlet and uninstalled in the %postun step. When reinstalling or upgrading a package the %post of the new package is run before %postun of the old package. In short, when reinstalling the package the symlinks were being created then immediately removed.

gilesknap commented 1 year ago

Looks good. Thanks!