1 |
# $Id: e-smith-flexbackup.spec,v 1.2 2008/10/07 18:14:27 slords Exp $ |
# $Id: e-smith-flexbackup.spec,v 1.2 2013/10/07 23:07:26 mrjhb3 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-flexbackup-2.4.0-ext4.patch |
14 |
|
Patch2: e-smith-flexbackup-2.4.0-exclude_aquota_files.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-base, flexbackup, dump |
Requires: e-smith-base, flexbackup, dump |
29 |
to run a backup to tape. |
to run a backup to tape. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sat Oct 19 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-3.sme |
33 |
|
- Patch to exclude trying to backup aquota.* files so that backups to tape will [SME: 7918] |
34 |
|
|
35 |
|
* Mon Oct 07 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-2.sme |
36 |
|
- Simple patch to add support for ext4 file system so default SME9 file systems |
37 |
|
can be backed up to tape. [SME: 7824] |
38 |
|
|
39 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
40 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
41 |
|
|
364 |
|
|
365 |
%prep |
%prep |
366 |
%setup |
%setup |
367 |
|
%patch1 -p1 |
368 |
|
%patch2 -p1 |
369 |
|
|
370 |
%build |
%build |
371 |
perl createlinks |
perl createlinks |