2011-05-20 11:08:13 +02:00
|
|
|
Index: SpecCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- SpecCheck.py.orig
|
2011-04-26 15:26:38 +02:00
|
|
|
+++ SpecCheck.py
|
2012-09-13 18:01:40 +02:00
|
|
|
@@ -609,8 +609,8 @@ SPEC file to build a valid RPM package.'
|
2011-04-26 15:26:38 +02:00
|
|
|
("Name:" tag). Either rename your package or the specfile.''',
|
|
|
|
|
|
|
|
'non-utf8-spec-file',
|
|
|
|
-'''The character encoding of the spec file is not UTF-8. Convert it for
|
|
|
|
-example using iconv(1).''',
|
|
|
|
+'''The character encoding of the spec file (or the merged bits from the .changes file)
|
|
|
|
+is not UTF-8. Convert it for example using iconv(1).''',
|
|
|
|
|
|
|
|
'use-of-RPM_SOURCE_DIR',
|
|
|
|
'''You use $RPM_SOURCE_DIR or %{_sourcedir} in your spec file. If you have to
|