--- rpms/e-smith-backup/sme9/e-smith-backup.spec 2013/02/13 15:42:48 1.1 +++ rpms/e-smith-backup/sme9/e-smith-backup.spec 2013/07/14 04:47:35 1.7 @@ -1,15 +1,21 @@ -# $Id: e-smith-backup.spec,v 1.93 2012/07/09 03:21:36 wellsi Exp $ +# $Id: e-smith-backup.spec,v 1.6 2013/07/05 23:27:42 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 1 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: Artistic Group: Networking/Daemons 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 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools >= 1.11.0-03 BuildRequires: gettext @@ -25,9 +31,30 @@ Requires: perl(Digest::MD5) Requires: perl(File::Copy) Requires: perl(esmith::I18N) Requires: dar +Requires: cifs-utils Requires: e-smith-formmagick >= 1.4.0-12 %changelog +* 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] + +* Wed Mar 20 2013 Ian Wells 2.4.0-3.sme +- Require cifs-utils and use UNC paths for cifs mount [SME: 7503] + +* Thu Feb 28 2013 Ian Wells 2.4.0-2.sme +- Backup panel does not correctly report disk usage due to + missing ext4 support in panel code [SME: 7401] + * Wed Feb 13 2013 Shad L. Lords 2.4.0-1.sme - Roll new stream for sme9 - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] @@ -1223,6 +1250,12 @@ e-smith server central backup administra %prep %setup +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 %build /sbin/e-smith/buildtests 10e-smith-backup