- make error description more clearn (bnc#686328)

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=5
This commit is contained in:
Dirk Mueller 2011-04-26 13:26:38 +00:00 committed by Git OBS Bridge
parent e98a390627
commit fad8761a2b
3 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 26 15:19:36 CEST 2011 - dmueller@suse.de
- make error description more clearn (bnc#686328)
-------------------------------------------------------------------
Sat Apr 23 11:11:37 CEST 2011 - dmueller@suse.de

View File

@ -122,6 +122,7 @@ Patch85: suse-changelog.patch
Patch86: suse-rclink-check.diff
# already upstream
Patch87: rpmlint-add-details.diff
Patch88: suse-speccheck-utf8.diff
%py_requires
%description
@ -199,6 +200,7 @@ Authors:
%patch85
%patch86
%patch87 -p1
%patch88
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .
cp -p %{SOURCE3} .

13
suse-speccheck-utf8.diff Normal file
View File

@ -0,0 +1,13 @@
--- SpecCheck.py
+++ SpecCheck.py
@@ -597,8 +597,8 @@
("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