Skip to content

Commit

Permalink
Fix some packaging problems.
Browse files Browse the repository at this point in the history
- Added autoxflate-sd.so to debian storage daemon package
- Moved bscrypto and scsicrypto-sd.so to storage daemon tape package
  • Loading branch information
Marco van Wieringen authored and joergsteffens committed Jul 5, 2016
1 parent c8105fb commit 367ce57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions debian/bareos-storage-tape.install.in
Expand Up @@ -2,7 +2,9 @@
/etc/bareos/bareos-sd.d/device-tape-with-autoloader.conf
@backenddir@/libbareossd-gentape*.so
@backenddir@/libbareossd-tape*.so
@plugindir@/scsicrypto-sd.so
@plugindir@/scsitapealert-sd.so
@scriptdir@/mtx-changer
/usr/share/man/man8/bscrypto.8.gz
/usr/share/man/man8/btape.8.gz
/usr/sbin/btape
3 changes: 1 addition & 2 deletions debian/bareos-storage.install.in
@@ -1,7 +1,6 @@
/usr/sbin/bscrypto
@plugindir@/scsicrypto-sd.so
@plugindir@/autoxflate-sd.so
@scriptdir@/disk-changer
@sysconfdir@/bareos-sd.conf @configtemplatedir@
/usr/sbin/bareos-sd
/usr/share/man/man8/bscrypto.8.gz
/usr/share/man/man8/bareos-sd.8.gz
6 changes: 3 additions & 3 deletions platforms/packaging/bareos.spec
Expand Up @@ -863,11 +863,8 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d
%{_sysconfdir}/rc.d/init.d/bareos-sd
%endif
%{_sbindir}/bareos-sd
%{_sbindir}/bscrypto
%{script_dir}/disk-changer
%{plugin_dir}/autoxflate-sd.so
%{plugin_dir}/scsicrypto-sd.so
%{_mandir}/man8/bscrypto.8.gz
%{_mandir}/man8/bareos-sd.8.gz
%if 0%{?systemd_support}
%{_unitdir}/bareos-sd.service
Expand All @@ -881,9 +878,12 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d
%{backend_dir}/libbareossd-tape*.so
%{script_dir}/mtx-changer
%config(noreplace) %{_sysconfdir}/bareos/mtx-changer.conf
%{_mandir}/man8/bscrypto.8.gz
%{_mandir}/man8/btape.8.gz
%{_sbindir}/bscrypto
%{_sbindir}/btape
%attr(0640, %{storage_daemon_user}, %{daemon_group}) %config(noreplace) %{_sysconfdir}/bareos/bareos-sd.d/device-tape-with-autoloader.conf
%{plugin_dir}/scsicrypto-sd.so
%{plugin_dir}/scsitapealert-sd.so

%files storage-fifo
Expand Down

0 comments on commit 367ce57

Please sign in to comment.