# HG changeset patch # User Michael Schloh von Bennewitz # Date 1347559696 -7200 # Node ID b8c50872fca34cebb1db061c8b9a88848ed683e7 # Parent bbdbd736796e396034fc67df56eda2c696adb9cd Explicitly require lzo(3) since features introduced in version 5.2.1 use it. diff -r bbdbd736796e -r b8c50872fca3 bacula/bacula.spec --- a/bacula/bacula.spec Thu Sep 13 20:06:28 2012 +0200 +++ b/bacula/bacula.spec Thu Sep 13 20:08:16 2012 +0200 @@ -60,8 +60,8 @@ # build information BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc, gcc::with_cxx = yes PreReq: OpenPKG, openpkg >= 20100101 -BuildPreReq: ncurses, readline, zlib -PreReq: ncurses, readline, zlib +BuildPreReq: ncurses, readline, zlib, lzo +PreReq: ncurses, readline, zlib, lzo %if "%{with_ssl}" == "yes" BuildPreReq: openssl >= 0.9.8, openssl::with_threads = yes PreReq: openssl >= 0.9.8, openssl::with_threads = yes