forked from pool/rpmlint
12 lines
361 B
Diff
12 lines
361 B
Diff
--- SpecCheck.py
|
|
+++ SpecCheck.py
|
|
@@ -408,7 +408,7 @@
|
|
|
|
'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
|