Remove invalid comment from spec file

The Rawhide spec file briefly contained a comment regarding a
work-around for a localedef bug.  The bug was fixed and the comment
removed, but the comment got backported to Fedora 36 by mistake.
This commit removes the comment.
This commit is contained in:
Arjun Shankar 2022-03-03 20:25:27 +01:00
parent 024178b5e0
commit b9831c9524

View File

@ -1351,9 +1351,6 @@ ln locale-archive locale-archive.real
#
# LC_MEASUREMENT and LC_PAPER also have several duplicates but we don't
# bother with these because they are only ~30 bytes each.
#
# Note: This must be done AFTER locale-archive generation since the locale
# archive is incorrectly generated when symbolic links are present.
pushd %{glibc_sysroot}/usr/lib/locale
for f in $(find eo *_* -samefile C.utf8/LC_CTYPE); do
rm $f && ln -s '../C.utf8/LC_CTYPE' $f