1 |
# $Id: e-smith-backup.spec,v 1.46 2015/11/28 22:18:12 stephdl Exp $ |
# $Id: e-smith-backup.spec,v 1.48 2016/03/06 04:52:54 wellsi 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 44 |
%define release 46 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
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 |
Patch42: e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
55 |
|
Patch43: e-smith-backup-2.4.0-consoleBackup.patch |
56 |
|
Patch44: e-smith-backup-2.4.0.bz10781.UpdateDarCatalogFollowingBackups.patch |
57 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
58 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
59 |
BuildRequires: gettext |
BuildRequires: gettext |
75 |
Requires: nfs-utils |
Requires: nfs-utils |
76 |
|
|
77 |
%changelog |
%changelog |
78 |
|
* Thu Jun 20 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 2.4.0-46.sme |
79 |
|
- fixed bug on the dar catalog when backups are not added in it [SME: 10781] |
80 |
|
- Backported from [SME: 9563] |
81 |
|
- Added e-smith-backup-2.4.0.bz10781.UpdateDarCatalogFollowingBackups.patch |
82 |
|
- Thanks to Terry Fage for finding this |
83 |
|
|
84 |
|
* Sat Mar 3 2016 Ian Wells <esmith@wellsi.com> 2.4.0-45.sme |
85 |
|
- Console Backup, use lsblk instead of hal [SME: 9126] |
86 |
|
|
87 |
* Mon Oct 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-44.sme |
* Mon Oct 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-44.sme |
88 |
- The mountpoint is tested before to do the console backup [SME: 9089] |
- The mountpoint is tested before to do the console backup [SME: 9089] |
89 |
- added e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
- added e-smith-backup-2.4.0.bz9089.Test_Backup_MountPoint.patch |
1461 |
%patch40 -p1 |
%patch40 -p1 |
1462 |
%patch41 -p1 |
%patch41 -p1 |
1463 |
%patch42 -p1 |
%patch42 -p1 |
1464 |
|
%patch43 -p1 |
1465 |
|
%patch44 -p1 |
1466 |
|
|
1467 |
%build |
%build |
1468 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |
1469 |
|
|