1 |
# $Id: e-smith-quota.spec,v 1.10 2008/10/07 19:17:26 slords Exp $ |
# $Id: e-smith-quota.spec,v 1.14 2010/11/05 03:58:45 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - quota module |
Summary: e-smith server and gateway - quota module |
4 |
%define name e-smith-quota |
%define name e-smith-quota |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-quota-2.2.0-RemoveMountProcLine.patch |
Patch0: e-smith-quota-2.2.0-RemoveMountProcLine.patch |
14 |
|
Patch1: e-smith-quota-2.2.0-badly-formmatted-html.patch |
15 |
|
Patch2: e-smith-quota-2.2.0-ext4.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
26 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme |
30 |
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
31 |
|
|
32 |
|
* Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
33 |
|
- Enable quotas on ext4 filesystems as well [SME: 6309] |
34 |
|
|
35 |
|
* Wed Apr 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
36 |
|
- Improve the HTML formatting of the modify quota panel [SME: 5867] |
37 |
|
|
38 |
* Mon Apr 13 2009 Gavin Weight <gweight@gmail.com> 2.2.0-2.sme |
* Mon Apr 13 2009 Gavin Weight <gweight@gmail.com> 2.2.0-2.sme |
39 |
- Remove unnecessary Mount Proc line. [SME: 4112] |
- Remove unnecessary Mount Proc line. [SME: 4112] |
40 |
|
|
487 |
%prep |
%prep |
488 |
%setup |
%setup |
489 |
%patch0 -p1 |
%patch0 -p1 |
490 |
|
%patch1 -p1 |
491 |
|
%patch2 -p1 |
492 |
|
|
493 |
%build |
%build |
494 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |