]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- fix without dbi files
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Oct 2010 09:15:51 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.159

bacula.spec

index 0512077d2723cbe3ea2c29f77df6f0dc3b77af8f..663a12ab81384da04dfb8dde239ac5a9aa219f94 100644 (file)
@@ -925,6 +925,7 @@ fi
 %ghost %{_libexecdir}/%{name}/make_bacula_tables
 %ghost %{_libexecdir}/%{name}/update_bacula_tables
 
+%if %{with dbi}
 %files db-dbi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libexecdir}/%{name}/create_postgresql_database
@@ -948,6 +949,7 @@ fi
 %attr(755,root,root) %{_libdir}/libbacsql-dbi-5*.so
 
 %ghost %attr(755,root,root) %{_libdir}/libbacsql-5*.so
+%endif
 
 %files fd
 %defattr(644,root,root,755)
This page took 0.102486 seconds and 4 git commands to generate.