1 |
# $Id: e-smith-quota.spec,v 1.12 2010/04/28 20:33:23 wellsi Exp $ |
# $Id: e-smith-quota.spec,v 1.17 2010/11/27 20:48:00 wellsi 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 3 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch1: e-smith-quota-2.2.0-badly-formmatted-html.patch |
15 |
|
Patch2: e-smith-quota-2.2.0-ext4.patch |
16 |
|
Patch3: e-smith-quota-2.2.0-QuotaAsNumber.patch |
17 |
|
Patch4: e-smith-quota-2.2.0-UpperCaseUnits.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
28 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sun Nov 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
32 |
|
- Quota panel should only accept uppercase units [SME: 6406] |
33 |
|
|
34 |
|
* Sat Nov 27 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
35 |
|
- Correction to allow units in upper and lower case [SME: 5248] |
36 |
|
|
37 |
|
* Sat Nov 27 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
38 |
|
- Allow non-integers in Quota [SME: 5248] |
39 |
|
|
40 |
|
* Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme |
41 |
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
42 |
|
|
43 |
|
* Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
44 |
|
- Enable quotas on ext4 filesystems as well [SME: 6309] |
45 |
|
|
46 |
* Wed Apr 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
* Wed Apr 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
47 |
- Improve the HTML formatting of the modify quota panel [SME: 5867] |
- Improve the HTML formatting of the modify quota panel [SME: 5867] |
48 |
|
|
499 |
%setup |
%setup |
500 |
%patch0 -p1 |
%patch0 -p1 |
501 |
%patch1 -p1 |
%patch1 -p1 |
502 |
|
%patch2 -p1 |
503 |
|
%patch3 -p1 |
504 |
|
%patch4 -p1 |
505 |
|
|
506 |
%build |
%build |
507 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |