1 |
# $Id: e-smith-backup.spec,v 1.14 2020/03/16 11:30:22 jcrisp Exp $ |
# $Id: e-smith-backup.spec,v 1.16 2020/05/03 20:37:19 chrissn 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 14 |
%define release 16 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
22 |
Patch9: e-smith-backup-2.6.0-bz9127-add_lock_feature.patch |
Patch9: e-smith-backup-2.6.0-bz9127-add_lock_feature.patch |
23 |
Patch10: e-smith-backup-2.6.0-add_ai_to_delete_incomplete.patch |
Patch10: e-smith-backup-2.6.0-add_ai_to_delete_incomplete.patch |
24 |
Patch11: e-smith-backup-2.6.0-blockdev.patch |
Patch11: e-smith-backup-2.6.0-blockdev.patch |
25 |
|
Patch12: e-smith-backup-2.6.0-restore_rewrite.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
45 |
Requires: nfs-utils |
Requires: nfs-utils |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Sun May 3 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-16.sme |
49 |
|
- Added error handling to restore using pipe pattern from perform_backup [SME:3139] |
50 |
|
- Made reboot optional after console restore |
51 |
|
- Fixed bootstrap restore not activating config changes [SME:10921] |
52 |
|
- Manually added ext2 and ext3 to Block Device file system check where ext4 present |
53 |
|
|
54 |
* Fri Apr 3 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-14.sme |
* Fri Apr 3 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-14.sme |
55 |
- updated Block Device discovery to fix recovery from console [SME:8244] |
- updated Block Device discovery to fix recovery from console [SME:8244] |
56 |
- Credit to Catton Durbrow |
- Credit to Catton Durbrow |
1471 |
%patch9 -p1 |
%patch9 -p1 |
1472 |
%patch10 -p1 |
%patch10 -p1 |
1473 |
%patch11 -p1 |
%patch11 -p1 |
1474 |
|
%patch12 -p1 |
1475 |
|
|
1476 |
%build |
%build |
1477 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |