1 |
# $Id: e-smith-quota.spec,v 1.17 2010/11/27 20:48:00 wellsi Exp $ |
# $Id: e-smith-quota.spec,v 1.18 2010/11/28 09:20:53 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 8 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-quota-2.2.0-ext4.patch |
Patch2: e-smith-quota-2.2.0-ext4.patch |
16 |
Patch3: e-smith-quota-2.2.0-QuotaAsNumber.patch |
Patch3: e-smith-quota-2.2.0-QuotaAsNumber.patch |
17 |
Patch4: e-smith-quota-2.2.0-UpperCaseUnits.patch |
Patch4: e-smith-quota-2.2.0-UpperCaseUnits.patch |
18 |
|
Patch5: e-smith-quota-2.2.0-ExponentDeclarationTypo.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
29 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Mar 11 2011 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme |
33 |
|
- Correct copy-paste error for $exponent [SME: 6545] |
34 |
|
|
35 |
* Sun Nov 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
* Sun Nov 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
36 |
- Quota panel should only accept uppercase units [SME: 6406] |
- Quota panel should only accept uppercase units [SME: 6406] |
37 |
|
|
506 |
%patch2 -p1 |
%patch2 -p1 |
507 |
%patch3 -p1 |
%patch3 -p1 |
508 |
%patch4 -p1 |
%patch4 -p1 |
509 |
|
%patch5 -p1 |
510 |
|
|
511 |
%build |
%build |
512 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |