forked from pool/rpmlint
Dirk Mueller
b0b29cefb3
* 0001-Python-3-compatibility-tweaks.patch - Change openstack- related users to non-prefixed variants, as they get renamed with the switch to Icehouse OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=244
17 lines
616 B
Diff
17 lines
616 B
Diff
Index: SpecCheck.py
|
|
===================================================================
|
|
--- SpecCheck.py.orig
|
|
+++ SpecCheck.py
|
|
@@ -537,9 +537,8 @@ class SpecCheck(AbstractCheck.AbstractCh
|
|
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
|