1 |
# $Id: e-smith-backup.spec,v 1.116 2014/02/02 16:17:53 vip-ire Exp $ |
# $Id: e-smith-backup.spec,v 1.121 2015/01/09 23:58:38 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.2.0 |
%define version 2.2.0 |
7 |
%define release 84 |
%define release 88 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
85 |
Patch73: e-smith-backup-2.2.0-workstation-backup-spaces-catalog.patch |
Patch73: e-smith-backup-2.2.0-workstation-backup-spaces-catalog.patch |
86 |
Patch74: e-smith-backup-2.2.0-workstation-asecu.patch |
Patch74: e-smith-backup-2.2.0-workstation-asecu.patch |
87 |
Patch75: e-smith-backup-2.2.0-dont_remove_apache_group.patch |
Patch75: e-smith-backup-2.2.0-dont_remove_apache_group.patch |
88 |
|
Patch76: e-smith-backup-2.2.0-workstation-selectiveRestoreK.patch |
89 |
|
Patch77: e-smith-backup-2.2.0-workstation-mkdir.patch |
90 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
91 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
92 |
BuildRequires: gettext |
BuildRequires: gettext |
104 |
Requires: perl(esmith::I18N) |
Requires: perl(esmith::I18N) |
105 |
Requires: dar |
Requires: dar |
106 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
107 |
|
Requires: nfs-utils |
108 |
|
|
109 |
%changelog |
%changelog |
110 |
|
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-88.sme |
111 |
|
- Add requires nfs-utils [SME: 8788] |
112 |
|
- the nfs service is neither started or allowed to start |
113 |
|
|
114 |
|
* Thu Apr 24 2014 Ian Wells <esmith@wellsi.com> 2.2.0-87.sme |
115 |
|
- Workstation Backup, do not create folder in / [SME: 8349] |
116 |
|
|
117 |
|
* Sat Feb 15 2014 Ian Wells <esmith@wellsi.com> 2.2.0-86.sme |
118 |
|
- Restore all groups on restore, fix typo in earlier patch [SME: 7932] [SME: 8210] |
119 |
|
|
120 |
|
* Sun Feb 9 2014 Ian Wells <esmith@wellsi.com> 2.2.0-85.sme |
121 |
|
- Workstation Backup, selective restore of deleted files [SME: 8201] |
122 |
|
|
123 |
* Fri Feb 7 2014 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-84.sme |
* Fri Feb 7 2014 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-84.sme |
124 |
- Fix a typo in previous patch [SME: 7932] |
- Fix a typo in previous patch [SME: 7932] |
125 |
- Add a dependency on perl(Crypt::PasswdMD5) [SME: 7932] |
- Add a dependency on perl(Crypt::PasswdMD5) [SME: 7932] |
1463 |
%patch73 -p1 |
%patch73 -p1 |
1464 |
%patch74 -p1 |
%patch74 -p1 |
1465 |
%patch75 -p1 |
%patch75 -p1 |
1466 |
|
%patch76 -p1 |
1467 |
|
%patch77 -p1 |
1468 |
|
|
1469 |
%build |
%build |
1470 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |