Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2013-08-07 20:56:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2013-08-06 
12:41:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2013-08-07 
20:56:04.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug  7 10:09:22 UTC 2013 - dmuel...@suse.com
+
+- add suse-ignore-specfile-errors.diff:
+  ignore specfile-errors
+
+-------------------------------------------------------------------

New:
----
  suse-ignore-specfile-errors.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.sOvHPf/_old  2013-08-07 20:56:05.000000000 +0200
+++ /var/tmp/diff_new_pack.sOvHPf/_new  2013-08-07 20:56:05.000000000 +0200
@@ -123,6 +123,7 @@
 # PATCH-FIX-UPSTREAM: lnus...@suse.de - Fix setgroups error name
 Patch92:        rpmlint-1.5-Fix-setgroups-error-name.diff
 Patch93:        xdg-check-exception.diff
+Patch94:        suse-ignore-specfile-errors.diff
 
 %py_requires
 
@@ -200,6 +201,7 @@
 %patch91 -p1
 %patch92 -p1
 %patch93 -p1
+%patch94
 cp -p %{SOURCE2} .
 # Only move top-level python files 
 chmod 0755 rpmlint-checks-master/*.py

++++++ suse-ignore-specfile-errors.diff ++++++
--- SpecCheck.py
+++ SpecCheck.py
@@ -524,9 +524,8 @@
                 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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to