forked from pool/rpmlint
- 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:
parent
e98a390627
commit
fad8761a2b
@ -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
|
||||
|
||||
|
@ -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
13
suse-speccheck-utf8.diff
Normal 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
|
Loading…
Reference in New Issue
Block a user