1 |
# $Id: e-smith-quota.spec,v 1.2 2016/05/12 21:14:48 vip-ire Exp $ |
# $Id: e-smith-quota.spec,v 1.3 2016/05/12 21:48:50 vip-ire 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 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
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 |
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 |
25 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
29 |
|
- enable quota for groups and users with XFS [SME: 10211] |
30 |
|
|
31 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
32 |
- Use CreateLinks instead of local functions so panel links point on the |
- Use CreateLinks instead of local functions so panel links point on the |
33 |
wrapper [SME: 9393] |
wrapper [SME: 9393] |
522 |
%prep |
%prep |
523 |
%setup |
%setup |
524 |
%patch0 -p1 |
%patch0 -p1 |
525 |
|
%patch1 -p1 |
526 |
|
|
527 |
%build |
%build |
528 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |