Explicitly require lzo(3) since features introduced in version 5.2.1 use it.

Thu, 13 Sep 2012 20:08:16 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 13 Sep 2012 20:08:16 +0200
changeset 678
b8c50872fca3
parent 677
bbdbd736796e
child 679
714b450dc37c

Explicitly require lzo(3) since features introduced in version 5.2.1 use it.

bacula/bacula.spec file | annotate | diff | comparison | revisions
     1.1 --- a/bacula/bacula.spec	Thu Sep 13 20:06:28 2012 +0200
     1.2 +++ b/bacula/bacula.spec	Thu Sep 13 20:08:16 2012 +0200
     1.3 @@ -60,8 +60,8 @@
     1.4  #   build information
     1.5  BuildPreReq:  OpenPKG, openpkg >= 20100101, make, gcc, gcc::with_cxx = yes
     1.6  PreReq:       OpenPKG, openpkg >= 20100101
     1.7 -BuildPreReq:  ncurses, readline, zlib
     1.8 -PreReq:       ncurses, readline, zlib
     1.9 +BuildPreReq:  ncurses, readline, zlib, lzo
    1.10 +PreReq:       ncurses, readline, zlib, lzo
    1.11  %if "%{with_ssl}" == "yes"
    1.12  BuildPreReq:  openssl >= 0.9.8, openssl::with_threads = yes
    1.13  PreReq:       openssl >= 0.9.8, openssl::with_threads = yes

mercurial