1 |
# $Id: e-smith-backup.spec,v 1.1 2013/02/13 15:42:48 slords Exp $ |
# $Id: e-smith-backup.spec,v 1.8 2013/07/14 05:36:42 wellsi 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.4.0 |
%define version 2.4.0 |
7 |
%define release 2 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: e-smith-backup-2.4.0-df_ext4.patch |
Patch1: e-smith-backup-2.4.0-df_ext4.patch |
14 |
|
Patch2: e-smith-backup-2.4.0-CIFS_UNC_Path.patch |
15 |
|
Patch3: e-smith-backup-2.4.0-migrate_to_UNC_syntax.patch |
16 |
|
Patch4: e-smith-backup-2.4.0-workstation-backup-wol.patch |
17 |
|
Patch5: e-smith-backup-2.4.0-DesktopBackupCompression.patch |
18 |
|
Patch6: e-smith-backup-2.4.0-workstation-backup-spaces.patch |
19 |
|
Patch7: e-smith-backup-2.4.0-workstation-backup-ProcMounts.patch |
20 |
|
Patch8: e-smith-backup-2.4.0-cifsmount-error.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
23 |
BuildRequires: gettext |
BuildRequires: gettext |
33 |
Requires: perl(File::Copy) |
Requires: perl(File::Copy) |
34 |
Requires: perl(esmith::I18N) |
Requires: perl(esmith::I18N) |
35 |
Requires: dar |
Requires: dar |
36 |
|
Requires: cifs-utils |
37 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme |
41 |
|
- Workstation Backup, report cifs mount errors [SME: 7769] |
42 |
|
|
43 |
|
* Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
44 |
|
- Workstation Backup, do not access /proc/mounts [SME: 7785] |
45 |
|
- Incremental backup fix [SME: 7763] |
46 |
|
|
47 |
|
* Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
48 |
|
- Workstation Backup, allow spaces in the backup destination [SME: 7763] |
49 |
|
Includes fix for disk usage broken with spaces. [SME: 7784] |
50 |
|
|
51 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
52 |
|
- Desktop Backup, allow user setting of compression level [SME: 7744] |
53 |
|
|
54 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
55 |
|
- Use Wake on LAN before starting Backup with DAR, by Dave Liquorice [SME: 7743] |
56 |
|
|
57 |
|
* Mon Apr 1 2013 chris burnat <devlist@burnat.com> 2.4.0-4.sme |
58 |
|
- NFS syntax is deprecated for CIFS mount [SME: 7525] |
59 |
|
|
60 |
|
* Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
61 |
|
- Require cifs-utils and use UNC paths for cifs mount [SME: 7503] |
62 |
|
|
63 |
* Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
* Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
64 |
- Backup panel does not correctly report disk usage due to |
- Backup panel does not correctly report disk usage due to |
65 |
missing ext4 support in panel code [SME: 7401] |
missing ext4 support in panel code [SME: 7401] |
1260 |
%prep |
%prep |
1261 |
%setup |
%setup |
1262 |
%patch1 -p1 |
%patch1 -p1 |
1263 |
|
%patch2 -p1 |
1264 |
|
%patch3 -p1 |
1265 |
|
%patch4 -p1 |
1266 |
|
%patch5 -p1 |
1267 |
|
%patch6 -p1 |
1268 |
|
%patch7 -p1 |
1269 |
|
%patch8 -p1 |
1270 |
|
|
1271 |
%build |
%build |
1272 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |