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