]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
rpms: Fix missing query.sql
authorDavide Franco <packager@dflc.ch>
Sun, 28 Feb 2021 12:49:54 +0000 (12:49 +0000)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:24 +0000 (09:03 +0100)
bacula/platforms/rpms/redhat/bacula.spec.in

index a2884f8a85c3e97ddbdfda428355f5c2374ac059..103c934f32e9baff1d990fe851e649070574915f 100644 (file)
@@ -769,6 +769,7 @@ cp -p updatedb/* $RPM_BUILD_ROOT%{script_dir}/updatedb/
 %if ! %{client_only}
 # install the sample-query.sql file
 cp -p examples/sample-query.sql $RPM_BUILD_ROOT%{script_dir}/sample-query.sql
+cp -p src/dird/query.sql $RPM_BUILD_ROOT%{script_dir}/query.sql
 
 # install the logwatch scripts
 cp -p scripts/logwatch/bacula $RPM_BUILD_ROOT%{logwatch_dir}/scripts/services/bacula