From 0efdaad6e74dbf33f2525901d818ee4b3c090705 Mon Sep 17 00:00:00 2001 From: Nicolas Mailhot Date: Nov 28 2009 16:55:13 +0000 Subject: repo-font-audit: fix libmagic test for bitmap fonts --- diff --git a/bin/repo-font-audit b/bin/repo-font-audit index a129c92..9e8c2c4 100755 --- a/bin/repo-font-audit +++ b/bin/repo-font-audit @@ -757,7 +757,7 @@ echo -n "— " "$DATADIR/test-info" libmagic title awk -F '|' '(NR > 1) && ($16 != "Link") && ($24!="X") && \ - ($16 !~ /font/) && ($14 !~ /Font/)' "$FL" > tmp/tmp.csv + (tolower($16) !~ / font /)' "$FL" > tmp/tmp.csv list_rpm tmp/tmp.csv test_wrapup libmagic tmp/tmp.csv "$TSUM" diff --git a/changelog.txt b/changelog.txt index 8ad0ebd..29a2dd9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +Git + - repo-font-audit: fix libmagic test for bitmap fonts 1.38 - fontconfig-priorities.txt: reference corresponding fontconfig readme - filter-fontlint: filter out fontlint success message when fontlint has