1 |
# $Id: e-smith-backup.spec,v 1.40 2015/01/10 00:05:12 stephdl Exp $ |
# $Id: e-smith-backup.spec,v 1.42 2015/02/02 18:38:46 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 42 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
54 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
55 |
BuildRequires: gettext |
BuildRequires: gettext |
71 |
Requires: nfs-utils |
Requires: nfs-utils |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Mon Feb 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-42.sme |
75 |
|
- Change the sub checkMount() to findmnt [SME: 8502] |
76 |
|
- Ian Wells <esmith@wellsi.com> |
77 |
|
|
78 |
* 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 |
79 |
- Add requires nfs-utils [SME: 8479] |
- Add requires nfs-utils [SME: 8479] |
80 |
- the nfs service is neither started or allowed to start |
- the nfs service is neither started or allowed to start |
1438 |
%patch37 -p1 |
%patch37 -p1 |
1439 |
%patch38 -p1 |
%patch38 -p1 |
1440 |
%patch39 -p1 |
%patch39 -p1 |
1441 |
|
%patch40 -p1 |
1442 |
|
|
1443 |
%build |
%build |
1444 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |