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:
parent
024178b5e0
commit
b9831c9524
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user