Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > a030d97bb4c99612e2eb2f61bab5752a > files > 13

rpmlint-0.84-1mdv2009.0.src.rpm

diff -p -up ./BinariesCheck.py.tvd ./BinariesCheck.py
--- ./BinariesCheck.py.tvd	2008-02-11 21:13:21.000000000 +0100
+++ ./BinariesCheck.py	2008-02-11 21:13:29.000000000 +0100
@@ -295,7 +295,7 @@ class BinariesCheck(AbstractCheck.Abstra
                 printError(pkg, 'no-binary')
 
         if has_usr_lib_file and not binary_in_usr_lib:
-            printError(pkg, 'only-non-binary-in-usr-lib')
+            printWarning(pkg, 'only-non-binary-in-usr-lib')
 
 # Create an object to enable the auto registration of the test
 check=BinariesCheck()