2014-02-21 15:54:14 +01:00
|
|
|
Index: SpecCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- SpecCheck.py.orig
|
2013-08-07 12:09:42 +02:00
|
|
|
+++ SpecCheck.py
|
2014-02-21 15:54:14 +01:00
|
|
|
@@ -537,9 +537,8 @@ class SpecCheck(AbstractCheck.AbstractCh
|
2013-08-07 12:09:42 +02:00
|
|
|
printWarning(pkg, "patch-not-applied", "Patch%d:" % pnum,
|
|
|
|
pfile)
|
|
|
|
|
|
|
|
- # Rest of the checks require a real spec file
|
|
|
|
- if not self._spec_file:
|
|
|
|
- return
|
|
|
|
+ # Skip rest of the checks
|
|
|
|
+ return
|
|
|
|
|
|
|
|
# We'd like to parse the specfile only once using python bindings,
|
|
|
|
# but it seems errors from rpmlib get logged to stderr and we can't
|