From: Eric Bollengier Date: Thu, 27 Mar 2025 14:32:40 +0000 (+0100) Subject: rpms: Add bacula-snapshot package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904a1d22f2647c88651fd5a55bcda9e360e11185;p=thirdparty%2Fbacula.git rpms: Add bacula-snapshot package --- diff --git a/bacula/platforms/rpms/redhat/bacula.spec.in b/bacula/platforms/rpms/redhat/bacula.spec.in index 93d72173c..9f72e5dd1 100644 --- a/bacula/platforms/rpms/redhat/bacula.spec.in +++ b/bacula/platforms/rpms/redhat/bacula.spec.in @@ -583,6 +583,23 @@ Group: System Environment/Daemons This package installs the TOTP Director Authentication plugin. +%package snapshot + +Summary: Bacula - The Network Backup Solution +Group: System Environment/Daemons + +%description snapshot +%{blurb} + +%{blurb2} +%{blurb3} +%{blurb4} +%{blurb5} +%{blurb6} +%{blurb7} + +This package installs the Snapshot FD plugin. + %package antivirus-plugin Summary: Bacula - The Network Backup Solution @@ -751,6 +768,7 @@ export BACULA="Bacula" --with-gpfsdir=${cwd}/%{depkgs}/gpfs/include make -j3 +make -C src/tools install-bsnapshot %install @@ -1435,6 +1453,10 @@ if [ -d %{sysconf_dir} ]; then done fi +%files snapshot +%defattr(-,root,root) +%attr(755, root, root) %{_sbindir}/bsnapshot + %files antivirus-plugin %defattr(-,root,root) %{plugin_dir}/antivirus-fd.so