diff --git a/incoherent-warning-fix.diff b/incoherent-warning-fix.diff new file mode 100644 index 0000000..b61f33d --- /dev/null +++ b/incoherent-warning-fix.diff @@ -0,0 +1,13 @@ +--- TagsCheck.py ++++ TagsCheck.py +@@ -644,8 +644,8 @@ + printWarning(pkg, + 'incoherent-version-dependency-on', + base_or_libs, +- Pkg.versionToString(dep[2][0], +- dep[2][1], None), ++ Pkg.versionToString((dep[2][0], ++ dep[2][1], None)), + sexp) + res = devel_number_regex.search(name) + if not res: diff --git a/rpmlint.changes b/rpmlint.changes index c80f4de..8c3b556 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 19 13:23:56 CET 2010 - dmueller@suse.de + +- fix exception on postgresql build + ------------------------------------------------------------------- Thu Nov 18 10:46:19 UTC 2010 - lnussel@suse.de diff --git a/rpmlint.spec b/rpmlint.spec index 9141400..2620325 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -121,6 +121,7 @@ Patch79: rpmlint-fscaps.diff Patch80: remove-expand-macros.diff Patch81: suse-whitelist-opensuse.diff Patch82: rpmlint-badness-info.diff +Patch83: incoherent-warning-fix.diff %py_requires %description @@ -198,6 +199,7 @@ Authors: %patch80 %patch81 %patch82 -p1 +%patch83 cp -p %{SOURCE1} . cp -p %{SOURCE2} . cp -p %{SOURCE3} .