1 |
# $Id: e-smith-backup.spec,v 1.28 2021/05/12 20:44:13 jpp Exp $ |
# $Id: e-smith-backup.spec,v 1.29 2022/03/20 12:59:17 terryfage 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 28 |
%define release 29 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
31 |
Patch18: e-smith-backup-2.6.0-bz11530-locknoise.patch |
Patch18: e-smith-backup-2.6.0-bz11530-locknoise.patch |
32 |
Patch19: e-smith-backup-2.6.0-bz11557-smbv1.patch |
Patch19: e-smith-backup-2.6.0-bz11557-smbv1.patch |
33 |
Patch20: e-smith-backup-2.6.0-bz11907-zerodate.patch |
Patch20: e-smith-backup-2.6.0-bz11907-zerodate.patch |
34 |
|
Patch21: e-smith-backup-2.6.0-bz12357-samba.patch |
35 |
|
|
36 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
37 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
54 |
Requires: nfs-utils |
Requires: nfs-utils |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-29.sme |
58 |
|
- fix missing files for samba in core backup [SME: 12357] |
59 |
|
|
60 |
* Sun Mar 20 2022 Terry Fage <terryf@ozemail.com.au> 2.6.0-28.sme |
* Sun Mar 20 2022 Terry Fage <terryf@ozemail.com.au> 2.6.0-28.sme |
61 |
- negative date (mtime, data modification time) zerodate fix [SME: 11907] |
- negative date (mtime, data modification time) zerodate fix [SME: 11907] |
62 |
|
|
1522 |
%patch18 -p1 |
%patch18 -p1 |
1523 |
%patch19 -p1 |
%patch19 -p1 |
1524 |
%patch20 -p1 |
%patch20 -p1 |
1525 |
|
%patch21 -p1 |
1526 |
|
|
1527 |
%build |
%build |
1528 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |