1 |
# $Id: e-smith-backup.spec,v 1.53 2009/11/06 14:30:57 snetram Exp $ |
# $Id: e-smith-backup.spec,v 1.57 2010/01/31 06:00:13 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 24 |
%define release 28 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
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 |
Patch22: e-smith-backup-2.2.0-moreexcludes.patch |
35 |
Patch23: e-smith-backup-2.2.0-fullSunday.patch |
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 |
|
Patch27: e-smith-backup-2.2.0-create_mount.patch |
40 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
41 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
42 |
BuildRequires: gettext |
BuildRequires: gettext |
55 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Tue Feb 9 2010 Stephen Noble <support@dungog.net> 2.2.0-28.sme |
59 |
|
- create mount point for verify [SME: 5765] |
60 |
|
|
61 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme |
62 |
|
- remove comment re smbpasswd being last [SME: 5600] |
63 |
|
|
64 |
|
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-26.sme |
65 |
|
- Fix mounting usb disks [SME: 4809] |
66 |
|
|
67 |
|
* Mon Jan 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme |
68 |
|
- Don't backup more than once per day [SME: 5445] |
69 |
|
|
70 |
* Wed Nov 25 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-24.sme |
* Wed Nov 25 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-24.sme |
71 |
- Fix full backup on Sunday diplayed as Everyday [SME: 5623] |
- Fix full backup on Sunday diplayed as Everyday [SME: 5623] |
72 |
|
|
1169 |
%patch21 -p1 |
%patch21 -p1 |
1170 |
%patch22 -p1 |
%patch22 -p1 |
1171 |
%patch23 -p1 |
%patch23 -p1 |
1172 |
|
%patch24 -p1 |
1173 |
|
%patch25 -p1 |
1174 |
|
%patch26 -p1 |
1175 |
|
%patch27 -p1 |
1176 |
|
|
1177 |
%build |
%build |
1178 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |