Changes of Revision 7
[-] | Changed | bacula.spec |
1
2 --sysconfdir=%{_sysconfdir}/bacula \ 3 --with-working-dir=/var/lib/bacula/working \ 4 --with-openssl \ 5 - --with-tcp-wrappers 6 + --with-tcp-wrappers \ 7 + "$@" 8 } 9 # build mysql version 10 Build --with-mysql 11 |