1 |
# $Id: e-smith-quota.spec,v 1.3 2016/05/12 21:48:50 vip-ire Exp $ |
# $Id: e-smith-quota.spec,v 1.4 2017/04/05 19:59:41 unnilennium 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.6.0 |
%define version 2.6.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-quota-2.6.0-use_createlinks.patch |
Patch0: e-smith-quota-2.6.0-use_createlinks.patch |
14 |
Patch1: e-smith-quota-2.6.0-bz10211-enableXFSquota.patch |
Patch1: e-smith-quota-2.6.0-bz10211-enableXFSquota.patch |
15 |
|
Patch2: e-smith-quota-2.6.0-bz11154-update.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
27 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
31 |
|
- add update event [SME: 11154] |
32 |
|
|
33 |
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
34 |
- enable quota for groups and users with XFS [SME: 10211] |
- enable quota for groups and users with XFS [SME: 10211] |
35 |
|
|
528 |
%setup |
%setup |
529 |
%patch0 -p1 |
%patch0 -p1 |
530 |
%patch1 -p1 |
%patch1 -p1 |
531 |
|
%patch2 -p1 |
532 |
|
|
533 |
%build |
%build |
534 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |