1 |
# $Id: e-smith-flexbackup.spec,v 1.1 2016/02/05 23:03:03 stephdl Exp $ |
# $Id: e-smith-flexbackup.spec,v 1.2 2020/12/26 20:58:00 jcrisp 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 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch1: e-smith-flexbackup-2.6.0-bz11292-add-xfs-support.patch |
25 |
|
Patch2: e-smith-flexbackup-2.6.0-bz11134-update.patch |
26 |
|
|
27 |
%description |
%description |
28 |
This package configures flexbackup and sets up a daily cron job |
This package configures flexbackup and sets up a daily cron job |
29 |
to run a backup to tape. |
to run a backup to tape. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
33 |
|
- add update event [SME: 11134] |
34 |
|
|
35 |
* Sat Dec 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-2.sme |
* Sat Dec 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-2.sme |
36 |
- Add XFS support - thanks to John Bennett [SME: 11292] |
- Add XFS support - thanks to John Bennett [SME: 11292] |
37 |
|
|
374 |
%prep |
%prep |
375 |
%setup |
%setup |
376 |
%patch1 -p1 |
%patch1 -p1 |
377 |
|
%patch2 -p1 |
378 |
|
|
379 |
%build |
%build |
380 |
perl createlinks |
perl createlinks |