1 |
# $Id: e-smith-viewlogfiles.spec,v 1.1 2013/02/14 16:17:21 slords Exp $ |
# $Id: e-smith-viewlogfiles.spec,v 1.3 2016/05/12 22:15:05 vip-ire Exp $ |
2 |
|
|
3 |
Summary: Web manager panel to provide view access to log files |
Summary: Web manager panel to provide view access to log files |
4 |
%define name e-smith-viewlogfiles |
%define name e-smith-viewlogfiles |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-viewlogfiles-2.6.0-use_createlinks.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Jan 05 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
27 |
|
- create an empty e-smith-viewlogfiles-update event [SME: 11160] |
28 |
|
|
29 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
30 |
|
- Use CreateLinks instead of local functions so panel links point on the |
31 |
|
wrapper [SME: 9393] |
32 |
|
|
33 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
34 |
|
- Rebuild for [SME: 9393] |
35 |
|
|
36 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
37 |
- Initial release to sme10 |
- Initial release to sme10 |
38 |
|
|
353 |
|
|
354 |
%prep |
%prep |
355 |
%setup |
%setup |
356 |
|
%patch0 -p1 |
357 |
|
mkdir -p root/etc/e-smith/events/e-smith-viewlogfiles-update |
358 |
|
|
359 |
%build |
%build |
360 |
perl createlinks |
perl createlinks |