1 |
# $Id: e-smith-backup.spec,v 1.40 2015/01/10 00:05:12 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 40 |
%define release 44 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
49 |
Patch37: e-smith-backup-2.4.0-workstation-mkdir.patch |
Patch37: e-smith-backup-2.4.0-workstation-mkdir.patch |
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 |
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 |
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 |
81 |
|
- Workstation Backup, do not fail backup for mtime/ctime mismatch [SME: 8800] |
82 |
|
|
83 |
|
* Mon Feb 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-42.sme |
84 |
|
- Change the sub checkMount() to findmnt [SME: 8502] |
85 |
|
- Ian Wells <esmith@wellsi.com> |
86 |
|
|
87 |
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-40.sme |
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-40.sme |
88 |
- Add requires nfs-utils [SME: 8479] |
- Add requires nfs-utils [SME: 8479] |
89 |
- the nfs service is neither started or allowed to start |
- the nfs service is neither started or allowed to start |
1447 |
%patch37 -p1 |
%patch37 -p1 |
1448 |
%patch38 -p1 |
%patch38 -p1 |
1449 |
%patch39 -p1 |
%patch39 -p1 |
1450 |
|
%patch40 -p1 |
1451 |
|
%patch41 -p1 |
1452 |
|
%patch42 -p1 |
1453 |
%build |
%build |
1454 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |
1455 |
|
|