1 |
# $Id: e-smith-flexbackup.spec,v 1.3 2013/10/19 22:42:08 mrjhb3 Exp $ |
# $Id: e-smith-flexbackup.spec,v 1.1 2016/02/05 23:03:03 stephdl Exp $ |
2 |
|
|
3 |
Summary: Adds daily flexbackup backup to tape to e-smith |
Summary: Adds daily flexbackup backup to tape to e-smith |
4 |
%define name e-smith-flexbackup |
%define name e-smith-flexbackup |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
22 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
Patch1: e-smith-flexbackup-2.6.0-bz11292-add-xfs-support.patch |
25 |
|
|
26 |
%description |
%description |
27 |
This package configures flexbackup and sets up a daily cron job |
This package configures flexbackup and sets up a daily cron job |
28 |
to run a backup to tape. |
to run a backup to tape. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sat Dec 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-2.sme |
32 |
|
- Add XFS support - thanks to John Bennett [SME: 11292] |
33 |
|
|
34 |
* Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
35 |
- Initial release to sme10 |
- Initial release to sme10 |
36 |
|
|
369 |
|
|
370 |
%prep |
%prep |
371 |
%setup |
%setup |
372 |
|
%patch1 -p1 |
373 |
|
|
374 |
%build |
%build |
375 |
perl createlinks |
perl createlinks |