2 |
%define name e-smith-quota |
%define name e-smith-quota |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.10.0 |
%define version 1.10.0 |
5 |
%define release 5 |
%define release 7 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-quota-1.10.0.sort.patch |
Patch0: e-smith-quota-1.10.0.sort.patch |
12 |
Patch1: e-smith-quota-1.10.0-UntaintAccountName.patch |
Patch1: e-smith-quota-1.10.0-UntaintAccountName.patch |
13 |
Patch2: e-smith-quota-1.10.0-Limits.patch |
Patch2: e-smith-quota-1.10.0-Limits.patch |
14 |
|
Patch3: e-smith-quota-1.10.0-multipartquota.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 >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
18 |
Requires: e-smith-lib >= 1.13.1 |
Requires: e-smith-lib >= 1.13.1 |
19 |
BuildRequires: e-smith-devtools >= 1.11.0-03, e-smith-test >= 0.1.12 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
20 |
BuildRequires: gettext |
BuildRequires: gettext |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
24 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Mon Dec 17 2007 Shad L. Lords <slords@mail.com> 1.10.0-7 |
28 |
|
- Enable quotas for all lvm partitions [SME: 3651] |
29 |
|
|
30 |
|
* Sun Oct 14 2007 Shad L. Lords <slords@mail.com> 1.10.0-6 |
31 |
|
- Remove unnecessary build dependency [SME: 3534] |
32 |
|
|
33 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
34 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
35 |
|
|
460 |
%patch0 -p1 |
%patch0 -p1 |
461 |
%patch1 -p1 |
%patch1 -p1 |
462 |
%patch2 -p1 |
%patch2 -p1 |
463 |
|
%patch3 -p1 |
464 |
|
|
465 |
%build |
%build |
466 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |