1 |
# $Id: e-smith-backup.spec,v 1.51 2009/08/26 17:34:27 snetram Exp $ |
# $Id: e-smith-backup.spec,v 1.56 2010/01/31 05:22:09 dungog Exp $ |
2 |
|
|
3 |
Summary: e-smith module to provide the backup panel |
Summary: e-smith module to provide the backup panel |
4 |
%define name e-smith-backup |
%define name e-smith-backup |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 22 |
%define release 27 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
31 |
Patch19: e-smith-backup-2.2.0-many_daily_dar.patch |
Patch19: e-smith-backup-2.2.0-many_daily_dar.patch |
32 |
Patch20: e-smith-backup-2.2.0-CIFScredentials.patch |
Patch20: e-smith-backup-2.2.0-CIFScredentials.patch |
33 |
Patch21: e-smith-backup-2.2.0-CIFScredentials2.patch |
Patch21: e-smith-backup-2.2.0-CIFScredentials2.patch |
34 |
|
Patch22: e-smith-backup-2.2.0-moreexcludes.patch |
35 |
|
Patch23: e-smith-backup-2.2.0-fullSunday.patch |
36 |
|
Patch24: e-smith-backup-2.2.0-once_a_day.patch |
37 |
|
Patch25: e-smith-backup-2.2.0-perform_backup-hal.patch |
38 |
|
Patch26: e-smith-backup-2.2.0-smbpasswd_not_last.patch |
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
41 |
BuildRequires: gettext |
BuildRequires: gettext |
54 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme |
58 |
|
- remove comment re smbpasswd being last [SME: 5600] |
59 |
|
|
60 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-26.sme |
61 |
|
- Fix mounting usb disks [SME: 4809] |
62 |
|
|
63 |
|
* Mon Jan 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme |
64 |
|
- Don't backup more than once per day [SME: 5445] |
65 |
|
|
66 |
|
* Wed Nov 25 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-24.sme |
67 |
|
- Fix full backup on Sunday diplayed as Everyday [SME: 5623] |
68 |
|
|
69 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-23.sme |
70 |
|
- Add more excludes for compressed filetypes [SME: 4765] |
71 |
|
|
72 |
* Wed Aug 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-22.sme |
* Wed Aug 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-22.sme |
73 |
Porting Jean-Paul Leclere changes in the SME Server 7 tree to SME Server 8: |
Porting Jean-Paul Leclere changes in the SME Server 7 tree to SME Server 8: |
74 |
- using credentials file for cifs mount [SME: 5442] |
- using credentials file for cifs mount [SME: 5442] |
1163 |
%patch19 -p1 |
%patch19 -p1 |
1164 |
%patch20 -p1 |
%patch20 -p1 |
1165 |
%patch21 -p1 |
%patch21 -p1 |
1166 |
|
%patch22 -p1 |
1167 |
|
%patch23 -p1 |
1168 |
|
%patch24 -p1 |
1169 |
|
%patch25 -p1 |
1170 |
|
%patch26 -p1 |
1171 |
|
|
1172 |
%build |
%build |
1173 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |