1 |
# $Id: e-smith-backup.spec,v 1.9 2017/04/12 20:19:30 unnilennium Exp $ |
# $Id: e-smith-backup.spec,v 1.10 2017/04/15 03:54:54 unnilennium 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.6.0 |
%define version 2.6.0 |
7 |
%define release 9 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
19 |
Patch6: e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch |
Patch6: e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch |
20 |
Patch7: e-smith-backup-2.6.0-bz9550.fixconsolerestore.patch |
Patch7: e-smith-backup-2.6.0-bz9550.fixconsolerestore.patch |
21 |
Patch8: e-smith-backup-2.6.0-bz9299-consoleBackupBlockDevice.patch |
Patch8: e-smith-backup-2.6.0-bz9299-consoleBackupBlockDevice.patch |
22 |
|
Patch9: e-smith-backup-2.6.0-bz9127-add_lock_feature.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
42 |
Requires: nfs-utils |
Requires: nfs-utils |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
|
* Wed Apr 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
46 |
|
- added lock during backup to avoid multiple instance running [SME: 9127] |
47 |
|
|
48 |
* Fri Apr 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
* Fri Apr 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
49 |
- added support back to ext2 and ext3 [SME: 9299] |
- added support back to ext2 and ext3 [SME: 9299] |
50 |
|
|
1446 |
%patch6 -p1 |
%patch6 -p1 |
1447 |
%patch7 -p1 |
%patch7 -p1 |
1448 |
%patch8 -p1 |
%patch8 -p1 |
1449 |
|
%patch9 -p1 |
1450 |
|
|
1451 |
%build |
%build |
1452 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |