1 |
# $Id: e-smith-backup.spec,v 1.16 2013/12/01 07:58:59 wellsi Exp $ |
# $Id: e-smith-backup.spec,v 1.20 2013/12/13 05:05:51 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 16 |
%define release 20 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
25 |
Patch13: e-smith-backup-2.4.0-BackupPanelText.patch |
Patch13: e-smith-backup-2.4.0-BackupPanelText.patch |
26 |
Patch14: e-smith-backup-2.4.0-workstation-report.patch |
Patch14: e-smith-backup-2.4.0-workstation-report.patch |
27 |
Patch15: e-smith-backup-2.4.0-workstation-SlowMounts.patch |
Patch15: e-smith-backup-2.4.0-workstation-SlowMounts.patch |
28 |
|
Patch16: e-smith-backup-2.4.0-workstation-restoreList.patch |
29 |
|
Patch17: e-smith-backup-2.4.0-workstation-selectiveRestore.patch |
30 |
|
Patch18: e-smith-backup-2.4.0-workstation-setNumbering.patch |
31 |
|
Patch19: e-smith-backup-2.4.0-workstation-backup-dar-whitespace.patch |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
34 |
BuildRequires: gettext |
BuildRequires: gettext |
48 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Wed Dec 18 2013 Ian Wells <esmith@wellsi.com> 2.4.0-20.sme |
52 |
|
- Further refine the text in the Backup panel [SME: 7817] |
53 |
|
- Workstation Backup, remove tabs and whitespace changes. |
54 |
|
|
55 |
|
* Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-19.sme |
56 |
|
- Workstation Backup, count backup sets from 1 [SME: 8059] |
57 |
|
Set numbering patch by Dave Liquorice |
58 |
|
|
59 |
|
* Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-18.sme |
60 |
|
- Workstation Backup, fix selective restore by requesting array |
61 |
|
of results from CGI.pm [SME: 8057] |
62 |
|
|
63 |
|
* Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-17.sme |
64 |
|
- Workstation Backup, new method to show files being restored is needed |
65 |
|
when using dar 2.4 [SME: 8058] |
66 |
|
|
67 |
* Tue Dec 02 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme |
* Tue Dec 02 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme |
68 |
- Allow more time for cifs mounts before reporting errors [SME: 8034] |
- Allow more time for cifs mounts before reporting errors [SME: 8034] |
69 |
|
|
1323 |
%patch13 -p1 |
%patch13 -p1 |
1324 |
%patch14 -p1 |
%patch14 -p1 |
1325 |
%patch15 -p1 |
%patch15 -p1 |
1326 |
|
%patch16 -p1 |
1327 |
|
%patch17 -p1 |
1328 |
|
%patch18 -p1 |
1329 |
|
%patch19 -p1 |
1330 |
|
|
1331 |
%build |
%build |
1332 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |