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 6 |
%define release 8 |
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 |
|
Patch4: e-smith-quota-1.10.0-Untaint-acct-before-using-in-system.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 |
25 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 1.10.0-6 |
* Tue Feb 12 2008 chris burnat <devlist@burnat.com> 1.10.0-8 |
29 |
- Remove unnecessary build dependency |
- Fix deletion of usernames with one character |
30 |
|
- [SME: 2451] |
31 |
|
|
32 |
|
* Mon Dec 17 2007 Shad L. Lords <slords@mail.com> 1.10.0-7 |
33 |
|
- Enable quotas for all lvm partitions [SME: 3651] |
34 |
|
|
35 |
|
* Sun Oct 14 2007 Shad L. Lords <slords@mail.com> 1.10.0-6 |
36 |
|
- Remove unnecessary build dependency [SME: 3534] |
37 |
|
|
38 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
39 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
465 |
%patch0 -p1 |
%patch0 -p1 |
466 |
%patch1 -p1 |
%patch1 -p1 |
467 |
%patch2 -p1 |
%patch2 -p1 |
468 |
|
%patch3 -p1 |
469 |
|
%patch4 -p1 |
470 |
|
|
471 |
%build |
%build |
472 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |