1 |
# $Id: e-smith-backup.spec,v 1.22 2014/01/04 01:11:52 wellsi Exp $ |
# $Id: e-smith-backup.spec,v 1.29 2014/02/09 16:44:55 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 22 |
%define release 29 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
31 |
Patch19: e-smith-backup-2.4.0-workstation-backup-dar-whitespace.patch |
Patch19: e-smith-backup-2.4.0-workstation-backup-dar-whitespace.patch |
32 |
Patch20: e-smith-backup-2.4.0-workstation-50exclude |
Patch20: e-smith-backup-2.4.0-workstation-50exclude |
33 |
Patch21: e-smith-backup-2.4.0-workstation-updateDarCatalog.patch |
Patch21: e-smith-backup-2.4.0-workstation-updateDarCatalog.patch |
34 |
|
Patch22: e-smith-backup-2.4.0-workstation-nousb.patch |
35 |
|
Patch23: e-smith-backup-2.4.0-workstation-noTempDir.patch |
36 |
|
Patch24: e-smith-backup-2.4.0-workstation-Time.patch |
37 |
|
Patch25: e-smith-backup-2.4.0-workstation-WolMail.patch |
38 |
|
Patch26: e-smith-backup-2.4.0-workstation-newSet.patch |
39 |
|
Patch27: e-smith-backup-2.4.0-workstation-selectiveRestoreK.patch |
40 |
|
Patch28: e-smith-backup-2.4.0-30vfstype.patch |
41 |
|
Patch29: e-smith-backup-2.4.0-moveConsoleBackup.patch |
42 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
43 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
44 |
BuildRequires: gettext |
BuildRequires: gettext |
58 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Thu Mar 10 2014 Ian Wells <esmith@wellsi.com> 2.4.0-29.sme |
62 |
|
- Move console backup to e-smith-backup [SME: 3324] |
63 |
|
|
64 |
|
* Sun Feb 9 2014 Ian Wells <esmith@wellsi.com> 2.4.0-28.sme |
65 |
|
- Workstation Backup, selective restore of deleted files [SME: 8200] |
66 |
|
- Remove migrate fragment 30vfstype [SME: 8199] |
67 |
|
|
68 |
|
* Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-27.sme |
69 |
|
- Workstation Backup, Don't delete old sets, only empty them. [SME: 8195] |
70 |
|
|
71 |
|
* Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-26.sme |
72 |
|
- Workstation Backup, Mail and WOL now subroutines [SME: 8193] |
73 |
|
- Workstation Backup, remove the need for a temporary directory, updated. [SME: 7767] |
74 |
|
|
75 |
|
* Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-25.sme |
76 |
|
- Workstation Backup, backupname includes seconds. [SME: 8194] |
77 |
|
- Simplification of the time routines. |
78 |
|
|
79 |
|
* Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-24.sme |
80 |
|
- Workstation Backup, remove the need for a temporary directory. [SME: 7767] |
81 |
|
|
82 |
|
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-23.sme |
83 |
|
- Allow configuration of workstation backup if no removable disk present [SME: 7815] |
84 |
|
|
85 |
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-22.sme |
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-22.sme |
86 |
- Create simplified function for updating the DarCatalog [SME: 8129] |
- Create simplified function for updating the DarCatalog [SME: 8129] |
87 |
|
|
1370 |
%patch19 -p1 |
%patch19 -p1 |
1371 |
%patch20 -p1 |
%patch20 -p1 |
1372 |
%patch21 -p1 |
%patch21 -p1 |
1373 |
|
%patch22 -p1 |
1374 |
|
%patch23 -p1 |
1375 |
|
%patch24 -p1 |
1376 |
|
%patch25 -p1 |
1377 |
|
%patch26 -p1 |
1378 |
|
%patch27 -p1 |
1379 |
|
%patch28 -p1 |
1380 |
|
%patch29 -p1 |
1381 |
|
|
1382 |
%build |
%build |
1383 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |