Control: reopen -1
On 31/03/2021 15.50, Andreas Beckmann wrote:
On 10/03/2021 10.39, Thomas Goirand wrote:
https://salsa.debian.org/openstack-team/services/horizon/-/commit/c841eedc22bfd099cb1bafbe814f847dd050ff60
* Fix upgrade from Buster to Bullseye by manually copying the
font-awesome
scss files in Horizon static folder (Closes: #983853).
fonts-font-awesome has changed its layout:
This happened in 5.0.10+really4.7.0~dfsg-2
(buster has 5.0.10+really4.7.0~dfsg-1)
Is that manual copying in the postinst the correct solution
or does some path need to be updated (and the dependency (where
is it btw?) bumped the version)
python3-django-horizon
Depends: python3-xstatic-font-awesome
Depends: fonts-font-awesome (>= 4.7.0~)
If I install openstack-dashboard in a buster and a sid chroot, I find
the same set of files in
/var/lib/openstack-dashboard/static/horizon/lib/font_awesome/scss, so
the changed layout does not really matter.
But what is different during the buster2bullseye upgrade?
Found it: /usr/share/fonts-font-awesome/scss/ is an empty directory
after the buster->bullseye upgrade, but it should be a symlink to
../sass/font-awesome (i.e. missing dir_to_symlink)
Please revert the workaround you added to openstack-dashboard, let's fix
this in fonts-font-awesome.
Andreas