1 |
# $Id: e-smith-backup.spec,v 1.30 2014/03/21 05:00:59 wellsi Exp $ |
# $Id: e-smith-backup.spec,v 1.36 2014/04/24 05:27:50 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 30 |
%define release 36 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
41 |
Patch29: e-smith-backup-2.4.0-moveConsoleBackup.patch |
Patch29: e-smith-backup-2.4.0-moveConsoleBackup.patch |
42 |
Patch30: e-smith-backup-2.4.0-workstation-updateDarCatalogSleep.patch |
Patch30: e-smith-backup-2.4.0-workstation-updateDarCatalogSleep.patch |
43 |
Patch31: e-smith-backup-2.4.0-workstation-PerlCritic.patch |
Patch31: e-smith-backup-2.4.0-workstation-PerlCritic.patch |
44 |
|
Patch32: e-smith-backup-2.4.0-workstation-removeDOSendings.patch |
45 |
|
Patch33: e-smith-backup-2.4.0-workstation-allowMounted1.patch |
46 |
|
Patch34: e-smith-backup-2.4.0-workstation-allowMounted2.patch |
47 |
|
Patch35: e-smith-backup-2.4.0-workstation-allowMounted3.patch |
48 |
|
Patch36: e-smith-backup-2.4.0-workstation-asecu.patch |
49 |
|
Patch37: e-smith-backup-2.4.0-workstation-mkdir.patch |
50 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
51 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
52 |
BuildRequires: gettext |
BuildRequires: gettext |
66 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
67 |
|
|
68 |
%changelog |
%changelog |
69 |
|
* Thu Apr 24 2014 Ian Wells <esmith@wellsi.com> 2.4.0-36.sme |
70 |
|
- Workstation Backup, do not create folder in / [SME: 8347] |
71 |
|
|
72 |
|
* Wed Apr 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-35.sme |
73 |
|
- Workstation Backup, suppress ctime error message on incremental backups [SME: 8346] |
74 |
|
|
75 |
|
* Sun Apr 20 2014 Ian Wells <esmith@wellsi.com> 2.4.0-34.sme |
76 |
|
- Implement panel and restore for backup to mounted drive [SME: 8144] |
77 |
|
|
78 |
|
* Sun Apr 20 2014 Ian Wells <esmith@wellsi.com> 2.4.0-33.sme |
79 |
|
- Implement verify workstation backup for mounted drive [SME: 8144] |
80 |
|
|
81 |
|
* Sat Apr 19 2014 Ian Wells <esmith@wellsi.com> 2.4.0-32.sme |
82 |
|
- Allow workstation backup to mounted drive [SME: 8144] |
83 |
|
|
84 |
|
* Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-31.sme |
85 |
|
- Update to the latest version of perform_restore [SME: 8259] |
86 |
|
- Boostrap console should only offer restore if no password set. |
87 |
|
|
88 |
* Fri Mar 11 2014 Ian Wells <esmith@wellsi.com> 2.4.0-30.sme |
* Fri Mar 11 2014 Ian Wells <esmith@wellsi.com> 2.4.0-30.sme |
89 |
- Delete items from dar catalog in descending order [SME: 8129] |
- Delete items from dar catalog in descending order [SME: 8129] |
90 |
- Minor non-functional updates based on PerlCritic and review comments |
- Minor non-functional updates based on PerlCritic and review comments |
1411 |
%patch29 -p1 |
%patch29 -p1 |
1412 |
%patch30 -p1 |
%patch30 -p1 |
1413 |
%patch31 -p1 |
%patch31 -p1 |
1414 |
|
%patch32 -p1 |
1415 |
|
%patch33 -p1 |
1416 |
|
%patch34 -p1 |
1417 |
|
%patch35 -p1 |
1418 |
|
%patch36 -p1 |
1419 |
|
%patch37 -p1 |
1420 |
|
|
1421 |
%build |
%build |
1422 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |