1 |
%define name smeserver-bandwidthd |
%define name smeserver-bandwidthd |
2 |
%define version 2.0.1.2 |
%define version 2.0.1.2 |
3 |
%define release 3 |
%define release 6 |
4 |
Summary: bandwidthd is a helpdesk system |
Summary: bandwidthd is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
11 |
Source: smeserver-bandwidthd-%{version}.tar.gz |
Source: smeserver-bandwidthd-%{version}.tar.gz |
12 |
Patch0: smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
Patch0: smeserver-bandwidthd-2.0.1.2.cronmysql.patch |
13 |
Patch1: smeserver-bandwidthd-2.0.1.2-revert.patch |
Patch1: smeserver-bandwidthd-2.0.1.2-revert.patch |
14 |
|
Patch2: smeserver-bandwidthd-2.0.1.2-b9117.patch |
15 |
|
Patch3: smeserver-bandwidthd-2.0.1.2-b9118.patch |
16 |
|
Patch4:smeserver-bandwidthd-2.0.1.2-8536.patch |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
25 |
bandwidthd is an application adapted as a contrib for SMEserver |
bandwidthd is an application adapted as a contrib for SMEserver |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-6.sme |
29 |
|
- fix one more time too verbose cronjob |
30 |
|
|
31 |
|
* Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-5.sme |
32 |
|
- fix one more time too verbose cronjob and unique IP networks |
33 |
|
|
34 |
|
* Mon Nov 10 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-4.sme |
35 |
|
- fix too verbose cronjob [SME: 9117] |
36 |
|
- fix bandwidthd wont start for unique IP networks(error27) [SME: 9118] |
37 |
|
|
38 |
* Thu Nov 05 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-3.sme |
* Thu Nov 05 2015 JP Pialasse <tests@pialasse.com> 2.0.1.2-3.sme |
39 |
- removed httpd.conf syntax intended for SME9 not SME8 [SME: 9100] |
- removed httpd.conf syntax intended for SME9 not SME8 [SME: 9100] |
40 |
|
|
64 |
%setup |
%setup |
65 |
%patch0 -p1 |
%patch0 -p1 |
66 |
%patch1 -p1 |
%patch1 -p1 |
67 |
|
%patch2 -p1 |
68 |
|
%patch3 -p1 |
69 |
|
%patch4 -p1 |
70 |
|
|
71 |
%build |
%build |
72 |
perl createlinks |
perl createlinks |