forked from pool/rpmlint
Dirk Mueller
2e4e338fbc
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=23
14 lines
495 B
Diff
14 lines
495 B
Diff
Index: SpecCheck.py
|
|
===================================================================
|
|
--- SpecCheck.py.orig
|
|
+++ SpecCheck.py
|
|
@@ -620,7 +620,7 @@ versions you can ignore this warning.'''
|
|
|
|
'hardcoded-path-in-buildroot-tag',
|
|
'''A path is hardcoded in your Buildroot tag. It should be replaced
|
|
-by something like %{_tmppath}/%name-root.''',
|
|
+by %{_tmppath}/%{name}-%{version}-build.''',
|
|
|
|
'hardcoded-packager-tag',
|
|
'''The Packager tag is hardcoded in your spec file. It should be removed, so
|