forked from pool/rpmlint
eaf5a8d432
Copy from Base:System/rpmlint based on submit request 20532 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/20532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=46
14 lines
495 B
Diff
14 lines
495 B
Diff
Index: SpecCheck.py
|
|
===================================================================
|
|
--- SpecCheck.py.orig
|
|
+++ SpecCheck.py
|
|
@@ -539,7 +539,7 @@ allow building the package as non root o
|
|
|
|
'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
|