Changes of Revision 11
[-] | Changed | bacula.spec |
x 1
2 Group: Productivity/Archiving/Backup 3 AutoReqProv: on 4 Version: 3.0.3 5 -Release: 2 6 +Release: 3 7 Summary: Bacula--The Network Backup Solution: Client Part 8 Url: http://www.bacula.org 9 Source0: %{name}-%{version}.tar.bz2 10
11 %dir /var/lib/bacula 12 %dir /var/lib/bacula/working 13 14 -%files server-mysql 15 +%files server-postgresql 16 %defattr(-,root,root) 17 %{_sbindir}/bacula-sd.postgresql 18 %{_sbindir}/bacula-dir.postgresql 19 %{_sbindir}/bscan.postgresql 20 %{_sbindir}/bcopy.postgresql 21 22 -%files server-postgresql 23 +%files server-mysql 24 %defattr(-,root,root) 25 %{_sbindir}/bacula-sd.mysql 26 %{_sbindir}/bacula-dir.mysql 27 |