forked from pool/rpmlint
Ludwig Nussel
5ad6c8a066
+ add ghost file checks + print names of failed tests - fix update_git.sh - make sure tmpfiles are listed in %files (add-check-for-tmpfiles-created-at-r.diff) - don't complain about missingok ghost files (fix-ghost-file-handling.diff) - remove obsolete check for %defattr in spec files (remove-files-attr-not-set-check.diff) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=328
25 lines
881 B
Diff
25 lines
881 B
Diff
From: Some One <nobody@opensuse.org>
|
|
Date: Thu, 9 Apr 2015 14:55:40 +0200
|
|
Subject: [PATCH] suse-speccheck-utf8.diff
|
|
|
|
===================================================================
|
|
---
|
|
SpecCheck.py | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/SpecCheck.py b/SpecCheck.py
|
|
index d0d381a..60e946b 100644
|
|
--- a/SpecCheck.py
|
|
+++ b/SpecCheck.py
|
|
@@ -650,8 +650,8 @@ SPEC file to build a valid RPM package.''',
|
|
("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
|