1 |
# $Id: e-smith-backup.spec,v 1.42 2015/02/02 18:38:46 stephdl Exp $ |
# $Id: e-smith-backup.spec,v 1.45 2015/10/12 20:27:46 stephdl 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 42 |
%define release 44 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
50 |
Patch38: e-smith-backup-2.4.0-workstation-correctmount.patch |
Patch38: e-smith-backup-2.4.0-workstation-correctmount.patch |
51 |
Patch39: e-smith-backup-2.4.0-dont_remove_apache_group.patch |
Patch39: e-smith-backup-2.4.0-dont_remove_apache_group.patch |
52 |
Patch40: e-smith-backup-2.4.0.change_method_checkMount_to_findmnt.patch |
Patch40: e-smith-backup-2.4.0.change_method_checkMount_to_findmnt.patch |
53 |
|
Patch41: e-smith-backup-2.4.0-workstation-timeMismatch.patch |
54 |
|
Patch42: e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
55 |
|
Patch43: e-smith-backup-2.4.0.bz9090.Testing_the_remote_host_parameters.patch |
56 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
57 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
58 |
BuildRequires: gettext |
BuildRequires: gettext |
74 |
Requires: nfs-utils |
Requires: nfs-utils |
75 |
|
|
76 |
%changelog |
%changelog |
77 |
|
* Mon Oct 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-44.sme |
78 |
|
- The mountpoint is tested before to do the console backup [SME: 9089] |
79 |
|
- added e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
80 |
|
|
81 |
|
* Wed Feb 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-43.sme |
82 |
|
- Workstation Backup, do not fail backup for mtime/ctime mismatch [SME: 8800] |
83 |
|
|
84 |
* Mon Feb 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-42.sme |
* Mon Feb 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-42.sme |
85 |
- Change the sub checkMount() to findmnt [SME: 8502] |
- Change the sub checkMount() to findmnt [SME: 8502] |
86 |
- Ian Wells <esmith@wellsi.com> |
- Ian Wells <esmith@wellsi.com> |
1449 |
%patch38 -p1 |
%patch38 -p1 |
1450 |
%patch39 -p1 |
%patch39 -p1 |
1451 |
%patch40 -p1 |
%patch40 -p1 |
1452 |
|
%patch41 -p1 |
1453 |
|
%patch42 -p1 |
1454 |
|
%patch43 -p1 |
1455 |
%build |
%build |
1456 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |
1457 |
|
|