Update myspell directory path to /usr/share/hunspell https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-17c45d5828
Please login to add feedback.
This update has been submitted for testing by pnemade.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'failed'.
This update's test gating status has been changed to 'passed'.
This update has been pushed to testing.
Works
This update can be pushed to stable now if the maintainer wishes
Works, I tested like this:
[mfabian@fedora ~]$ echo 'grünet' | enchant -d de_DE -a @(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0) & grünet 12 0: grünte, grüner, grüne, grünt, grüntet, gründet, grünes, grünst, grünen, grünem, grün et, grün-et
So enchant worked because of the symlink.
Then I removed the symlink:
[mfabian@fedora ~]$ ls /usr/share/myspell -l lrwxrwxrwx. 1 root root 19 2月 16 10:35 /usr/share/myspell -> /usr/share/hunspell [mfabian@fedora ~]$ sudo rm /usr/share/myspell
Now enchant failed:
[mfabian@fedora ~]$ echo 'grünet' | enchant -d de_DE -a @(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0) Couldn't create a dictionary for de_DE
Now I did the update to enchant-1.6.0-30.fc36.x86_64.rpm
Now it works again even without the symlink:
[mfabian@fedora ~]$ echo 'grünet' | enchant -d de_DE -a @(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0) & grünet 12 0: grünte, grüner, grüne, grünt, grüntet, gründet, grünes, grünst, grünen, grünem, grün et, grün-et
This update has been submitted for stable by bodhi.
Even if dropping the symlink of /usr/share/myspell, enchant works.
Works for me
This update has been pushed to stable.