--- rpms/e-smith-backup/sme9/e-smith-backup.spec 2013/04/02 03:07:48 1.4 +++ rpms/e-smith-backup/sme9/e-smith-backup.spec 2013/12/13 05:05:51 1.20 @@ -1,10 +1,10 @@ -# $Id: e-smith-backup.spec,v 1.3 2013/03/21 04:30:54 wellsi Exp $ +# $Id: e-smith-backup.spec,v 1.19 2013/12/13 03:55:43 wellsi Exp $ Summary: e-smith module to provide the backup panel %define name e-smith-backup Name: %{name} %define version 2.4.0 -%define release 4 +%define release 19 Version: %{version} Release: %{release}%{?dist} License: Artistic @@ -13,6 +13,21 @@ Source: %{name}-%{version}.tar.xz Patch1: e-smith-backup-2.4.0-df_ext4.patch Patch2: e-smith-backup-2.4.0-CIFS_UNC_Path.patch Patch3: e-smith-backup-2.4.0-migrate_to_UNC_syntax.patch +Patch4: e-smith-backup-2.4.0-workstation-backup-wol.patch +Patch5: e-smith-backup-2.4.0-DesktopBackupCompression.patch +Patch6: e-smith-backup-2.4.0-workstation-backup-spaces.patch +Patch7: e-smith-backup-2.4.0-workstation-backup-ProcMounts.patch +Patch8: e-smith-backup-2.4.0-cifsmount-error.patch +Patch9: e-smith-backup-2.4.0-workstation-CreateCatalog.patch +Patch10: e-smith-backup-2.4.0-workstation-smbhost.patch +Patch11: e-smith-backup-2.4.0-workstation-removeTemp.patch +Patch12: e-smith-backup-2.4.0-workstation-DeleteEarly.patch +Patch13: e-smith-backup-2.4.0-BackupPanelText.patch +Patch14: e-smith-backup-2.4.0-workstation-report.patch +Patch15: e-smith-backup-2.4.0-workstation-SlowMounts.patch +Patch16: e-smith-backup-2.4.0-workstation-restoreList.patch +Patch17: e-smith-backup-2.4.0-workstation-selectiveRestore.patch +Patch18: e-smith-backup-2.4.0-workstation-setNumbering.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools >= 1.11.0-03 BuildRequires: gettext @@ -32,6 +47,57 @@ Requires: cifs-utils Requires: e-smith-formmagick >= 1.4.0-12 %changelog +* Thu Dec 12 2013 Ian Wells 2.4.0-19.sme +- Workstation Backup, count backup sets from 1 [SME: 8059] + Set numbering patch by Dave Liquorice + +* Thu Dec 12 2013 Ian Wells 2.4.0-18.sme +- Workstation Backup, fix selective restore by requesting array + of results from CGI.pm [SME: 8057] + +* Thu Dec 12 2013 Ian Wells 2.4.0-17.sme +- Workstation Backup, new method to show files being restored is needed + when using dar 2.4 [SME: 8058] + +* Tue Dec 02 2013 Ian Wells 2.4.0-16.sme +- Allow more time for cifs mounts before reporting errors [SME: 8034] + +* Sat Nov 30 2013 Ian Wells 2.4.0-15.sme +- Simplify the workstation backup report [SME: 7791] + +* Sat Nov 30 2013 Ian Wells 2.4.0-14.sme +- Update the text in the Backup panel [SME: 7817] + +* Sun Jul 14 2013 Ian Wells 2.4.0-13.sme +- Workstation Backup, add a choice to delete old backup before or after backup [SME: 7766] + +* Sun Jul 14 2013 Ian Wells 2.4.0-12.sme +- Workstation Backup, remove temporary directory on success [SME: 7765] +- Refactor directory tree creation and removal. + +* Sun Jul 14 2013 Ian Wells 2.4.0-11.sme +- Workstation Backup, inconsistent formatting of host share name in messages [SME: 7783] + +* Sun Jul 14 2013 Ian Wells 2.4.0-10.sme +- Workstation Backup, more reliable catalog creation [SME: 7786] + +* Sat Jul 13 2013 Ian Wells 2.4.0-9.sme +- Workstation Backup, report cifs mount errors [SME: 7769] + +* Sat Jul 13 2013 Ian Wells 2.4.0-8.sme +- Workstation Backup, do not access /proc/mounts [SME: 7785] +- Incremental backup fix [SME: 7763] + +* Sat Jul 13 2013 Ian Wells 2.4.0-7.sme +- Workstation Backup, allow spaces in the backup destination [SME: 7763] + Includes fix for disk usage broken with spaces. [SME: 7784] + +* Fri Jul 5 2013 Ian Wells 2.4.0-6.sme +- Desktop Backup, allow user setting of compression level [SME: 7744] + +* Fri Jul 5 2013 Ian Wells 2.4.0-5.sme +- Use Wake on LAN before starting Backup with DAR, by Dave Liquorice [SME: 7743] + * Mon Apr 1 2013 chris burnat 2.4.0-4.sme - NFS syntax is deprecated for CIFS mount [SME: 7525] @@ -1240,6 +1306,21 @@ e-smith server central backup administra %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 %build /sbin/e-smith/buildtests 10e-smith-backup