1 |
# $Id: e-smith-backup.spec,v 1.93 2012/07/09 03:21:36 wellsi Exp $ |
# $Id: e-smith-backup.spec,v 1.1 2013/02/13 15:42:48 slords 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 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-backup-2.4.0-df_ext4.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
16 |
BuildRequires: gettext |
BuildRequires: gettext |
29 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
33 |
|
- Backup panel does not correctly report disk usage due to |
34 |
|
missing ext4 support in panel code [SME: 7401] |
35 |
|
|
36 |
* 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 |
37 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
38 |
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] |
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] |
1228 |
|
|
1229 |
%prep |
%prep |
1230 |
%setup |
%setup |
1231 |
|
%patch1 -p1 |
1232 |
|
|
1233 |
%build |
%build |
1234 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |