]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- enable python scripting auto/th/bacula-5_0_1-1
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 17 Mar 2010 09:18:06 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.130

bacula.spec

index 045c6f6510b73e23431330034db20e4637c6f3d3..9fff18afa584af32b36c519a4174ca0d2a5c162c 100644 (file)
@@ -9,9 +9,9 @@
 %bcond_without dbi                     # use Database Independent Abstraction Layer (libdbi)
 %bcond_without mysql                   # use MySQL
 %bcond_without pgsql                   # use PostgreSQL
-%bcond_with    python
-%bcond_with    rescue
 %bcond_without sqlite3                 # use SQLite3
+%bcond_without python
+%bcond_with    rescue
 %bcond_with    sqlite3_sync_off        # makes SQLite3 backend much faster, but less reliable
 #
 %if %{without sqlite3}
@@ -65,7 +65,7 @@ BuildRequires:        ncurses-devel
 BuildRequires: openssl-devel
 BuildRequires: pkgconfig
 %if %{with python}
-BuildRequires: python-static
+BuildRequires: python-devel
 %endif
 %if %{with bat}
 BuildRequires: QtCore-devel
This page took 0.055019 seconds and 4 git commands to generate.