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-04-21 10:12:02 +00:00
|
|
|
@@ -619,7 +619,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
|