2015-04-10 16:35:46 +02:00
|
|
|
From: Some One <nobody@opensuse.org>
|
|
|
|
Date: Thu, 9 Apr 2015 14:55:40 +0200
|
|
|
|
Subject: [PATCH] suse-speccheck-utf8.diff
|
|
|
|
|
2011-05-20 11:08:13 +02:00
|
|
|
===================================================================
|
2015-04-10 16:35:46 +02:00
|
|
|
---
|
|
|
|
SpecCheck.py | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
2019-01-13 15:33:18 +01:00
|
|
|
Index: rpmlint-rpmlint-1.11/SpecCheck.py
|
2017-09-28 22:18:14 +02:00
|
|
|
===================================================================
|
2019-01-13 15:33:18 +01:00
|
|
|
--- rpmlint-rpmlint-1.11.orig/SpecCheck.py
|
|
|
|
+++ rpmlint-rpmlint-1.11/SpecCheck.py
|
|
|
|
@@ -642,8 +642,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
|