Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2018-08-10 09:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint"

Fri Aug 10 09:43:55 2018 rev:300 rq:628019 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2018-07-28 
12:38:24.880196642 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2018-08-10 
09:43:59.117711472 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 08:34:23 UTC 2018 - lnus...@suse.de
+
+- adjust maximum valid suse_version to 1550 (boo#1104110)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
rpmlint.spec: same change
++++++ suse-version.diff ++++++
--- /var/tmp/diff_new_pack.P8DgFn/_old  2018-08-10 09:44:00.533713740 +0200
+++ /var/tmp/diff_new_pack.P8DgFn/_new  2018-08-10 09:44:00.533713740 +0200
@@ -26,7 +26,7 @@
 +                res = suse_version_regex.search(line)
 +                if res and int(res.group(1)) > 0 and int(res.group(1)) < 1315:
 +                    printWarning(pkg, "obsolete-suse-version-check", 
res.group(1))
-+                elif res and int(res.group(1)) > 1330:
++                elif res and int(res.group(1)) > 1550:
 +                    printError(pkg, "invalid-suse-version-check", 
res.group(1))
 +
                  res = prereq_regex.search(line)


Reply via email to