JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Name: bacula-mls-backup Version: 0.8.1 Release: alt1 Summary: Set of scripts and documentation to generate backup configs License: MIT Group: System/Configuration/Other Source: %name-%version.tar BuildArch: noarch %description Documentation and scripts to generate bacula backup scripts that will work with files of a particular MLS level, producing volumes marked with that level. %prep %setup %install mkdir -p %buildroot/%_docdir/bacula_mls_backup/ cp -ar doc %buildroot/%_docdir/bacula_mls_backup/ %files %_docdir/bacula_mls_backup/* %changelog * Fri Sep 04 2020 Denis Medvedev <nbr@altlinux.org> 0.8.1-alt1 - fix installer workdir to avoid intersection with main bacula * Tue Jan 24 2017 Denis Medvedev <nbr@altlinux.org> 0.8.0-alt0.M80P.1 - to p8 * Mon Jan 23 2017 Denis Medvedev <nbr@altlinux.org> 0.8.0-alt1 - Initial version