2009-09-16 18:41:21 +02:00
|
|
|
Index: SpecCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- SpecCheck.py.orig
|
2008-04-17 04:52:37 +02:00
|
|
|
+++ SpecCheck.py
|
2011-05-20 11:08:13 +02:00
|
|
|
@@ -620,7 +620,7 @@ versions you can ignore this warning.'''
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
'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
|