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 7 |
%define release 14 |
4 |
Summary: bandwidthd is a helpdesk system |
Summary: bandwidthd is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
13 |
Patch1: smeserver-bandwidthd-2.0.1.2-b8536.patch |
Patch1: smeserver-bandwidthd-2.0.1.2-b8536.patch |
14 |
Patch2: smeserver-bandwidthd-2.0.1.2-b8524.patch |
Patch2: smeserver-bandwidthd-2.0.1.2-b8524.patch |
15 |
Patch3: smeserver-bandwidthd-2.0.1.2-8536.patch |
Patch3: smeserver-bandwidthd-2.0.1.2-8536.patch |
16 |
|
Patch4: smeserver-bandwidthd-2.0.1.2-Alter-link-in-createlinks-to-wrapper.patch |
17 |
|
Patch5: smeserver-bandwidthd-2.0.1.2-Update-createlinks-for-systemd-startup.patch |
18 |
|
Patch6: smeserver-bandwidthd-2.0.1.2-httpd-set-php-version.patch |
19 |
|
Patch7: smeserver-bandwidthd-2.0.1.2-Update-Creatlinks-with-systemd-stuff.patch |
20 |
|
Patch8: smeserver-bandwidthd-2.0.1.2-bz11046-php.patch |
21 |
|
Patch9: smeserver-bandwidthd-2.0.1.2-bz11046.patch |
22 |
|
Patch10: smeserver-bandwidthd-2.0.1.2-bz12001-backup.patch |
23 |
|
|
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
26 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
32 |
bandwidthd is an application adapted as a contrib for SMEserver |
bandwidthd is an application adapted as a contrib for SMEserver |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.1.2-14.sme |
36 |
|
- add to core backup [SME: 11046] |
37 |
|
|
38 |
|
* Wed Jun 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.1.2-13.sme |
39 |
|
- fix typo for grapCutofff [SME: 11046] |
40 |
|
- /etc/bandwidthd.conf to 0664 [SME: 11046] |
41 |
|
|
42 |
|
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.1.2-12.sme |
43 |
|
- add php74-php-fpm reload-or-restart [SME: 11046] |
44 |
|
|
45 |
|
* Tue Feb 02 2021 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-11.sme |
46 |
|
- Update-Creatlinks-with-systemd-stuff [SME: 11046] |
47 |
|
|
48 |
|
* Tue Feb 02 2021 BogusDateBot |
49 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
50 |
|
by assuming the date is correct and changing the weekday. |
51 |
|
|
52 |
|
* Mon Nov 30 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-10.sme |
53 |
|
- Set $version in httpd.conf [SME: 11046] |
54 |
|
|
55 |
|
* Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-9.sme |
56 |
|
- Update createlinks for systemd startup [SME: 11046] |
57 |
|
- Update httpd with extra loadmodules |
58 |
|
|
59 |
|
* Tue Oct 20 2020 Brian Read <brianr@bjsystems.co.uk> 2.0.1.2-8.sme |
60 |
|
- Initial import into SME10 tree- [SME: 11046] |
61 |
|
- Add in link to createlinks to wrapper for Server Manager panel |
62 |
|
- Fix up httpd.conf template to call php-fwp |
63 |
|
|
64 |
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-7.sme |
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.1.2-7.sme |
65 |
- fix [SME: ] |
- fix [SME: ] |
66 |
|
|
99 |
%patch1 -p1 |
%patch1 -p1 |
100 |
%patch2 -p1 |
%patch2 -p1 |
101 |
%patch3 -p1 |
%patch3 -p1 |
102 |
|
%patch4 -p1 |
103 |
|
%patch5 -p1 |
104 |
|
%patch6 -p1 |
105 |
|
%patch7 -p1 |
106 |
|
%patch8 -p1 |
107 |
|
%patch9 -p1 |
108 |
|
%patch10 -p1 |
109 |
|
|
110 |
|
|
111 |
%build |
%build |