1 |
# $Id: e-smith-backup.spec,v 1.43 2015/02/02 21:33:38 stephdl Exp $ |
# $Id: e-smith-backup.spec,v 1.46 2015/11/28 22:18:12 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 43 |
%define release 44 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
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 |
Patch41: e-smith-backup-2.4.0-workstation-timeMismatch.patch |
54 |
|
Patch42: e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
55 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
56 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
57 |
BuildRequires: gettext |
BuildRequires: gettext |
73 |
Requires: nfs-utils |
Requires: nfs-utils |
74 |
|
|
75 |
%changelog |
%changelog |
76 |
|
* Mon Oct 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-44.sme |
77 |
|
- The mountpoint is tested before to do the console backup [SME: 9089] |
78 |
|
- added e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
79 |
|
|
80 |
* Wed Feb 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-43.sme |
* Wed Feb 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-43.sme |
81 |
- Workstation Backup, do not fail backup for mtime/ctime mismatch [SME: 8800] |
- Workstation Backup, do not fail backup for mtime/ctime mismatch [SME: 8800] |
82 |
|
|
1449 |
%patch39 -p1 |
%patch39 -p1 |
1450 |
%patch40 -p1 |
%patch40 -p1 |
1451 |
%patch41 -p1 |
%patch41 -p1 |
1452 |
|
%patch42 -p1 |
1453 |
%build |
%build |
1454 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |
1455 |
|
|