Changes of Revision 8
[-] | Changed | bacula.spec |
x 1
2 # as they are not needed (bug #145310) 3 rm $RPM_BUILD_ROOT/etc/bacula/startmysql $RPM_BUILD_ROOT/etc/bacula/stopmysql 4 rm $RPM_BUILD_ROOT/etc/bacula/bacula-ctl-dir $RPM_BUILD_ROOT/etc/bacula/bacula-ctl-fd $RPM_BUILD_ROOT/etc/bacula/bacula-ctl-sd 5 +# remove .old / .new files from duplicate build 6 +rm $RPM_BUILD_ROOT/etc/bacula/*.new 7 +rm $RPM_BUILD_ROOT/etc/bacula/*.old 8 + 9 #install fw definitions 10 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}/ 11 install -m 644 %SOURCE20 $RPM_BUILD_ROOT/%{_fwdefdir}/bacula-dir 12
13 %config /etc/init.d/bacula-dir 14 %{_sbindir}/rcbacula-sd 15 %{_sbindir}/rcbacula-dir 16 +%{_sbindir}/bacula 17 +%{_sbindir}/bextract 18 +%{_sbindir}/bls 19 +%{_sbindir}/bregex 20 +%{_sbindir}/bsmtp 21 +%{_sbindir}/btape 22 +%{_sbindir}/bwild 23 +%{_sbindir}/dbcheck 24 %exclude %{_sbindir}/bacula-sd* 25 %exclude %{_sbindir}/bacula-dir* 26 %exclude %{_sbindir}/bscan* 27 |