[ntp] convert ChangeLog to UTF-8

Miroslav Lichvar mlichvar at fedoraproject.org
Thu Nov 25 16:11:24 UTC 2010


commit b7055f795c9cf9ddb6e7684f2db585d3fa204a59
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Thu Nov 25 16:52:19 2010 +0100

    convert ChangeLog to UTF-8

 ntp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ntp.spec b/ntp.spec
index 494794c..b8cd2c9 100644
--- a/ntp.spec
+++ b/ntp.spec
@@ -182,7 +182,7 @@ sed -i 's|/var/db/ntp-kod|%{_localstatedir}/lib/ntp/sntp-kod|' sntp/{sntp.1,main
 %patch52 -p1 -b .sysvars
 %patch53 -p1 -b .maxerror
 
-for f in COPYRIGHT; do
+for f in COPYRIGHT ChangeLog; do
 	iconv -f iso8859-1 -t utf8 -o ${f}{_,} && touch -r ${f}{,_} && mv -f ${f}{_,}
 done
 


More information about the scm-commits mailing list