Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2011-12-06 13:53:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint", Maintainer is "dmuel...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2011-12-01 
12:25:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2011-12-06 
13:53:49.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec  5 15:57:28 CET 2011 - dmuel...@suse.de
+
+- fix invalid-suse-version-chec (bnc#732671)
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ suse-version.diff ++++++
--- /var/tmp/diff_new_pack.FQZ9i4/_old  2011-12-06 13:53:52.000000000 +0100
+++ /var/tmp/diff_new_pack.FQZ9i4/_new  2011-12-06 13:53:52.000000000 +0100
@@ -17,7 +17,7 @@
 +                res = suse_version_regex.search(line)
 +                if res and int(res.group(1)) > 0 and int(res.group(1)) < 1130:
 +                    printWarning(pkg, "obsolete-suse-version-check", 
res.group(1))
-+                elif res and int(res.group(1)) > 1140:
++                elif res and int(res.group(1)) > 1230:
 +                    printError(pkg, "invalid-suse-version-check", 
res.group(1))
 +
                  res = prereq_regex.search(line)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to