4 Commits

Author SHA1 Message Date
cf0b6d7806 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
a92d256b60 Move provides in spec file to not after changelog 2024-03-23 13:55:23 +00:00
ec566367c4 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
2c70986add rename-e-smith-pkg script (#12359) 2024-03-11 10:15:45 +11:00
3 changed files with 26 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-viewlogfiles
# Makefile for source rpm: smeserver-viewlogfiles
# $Id: Makefile,v 1.1 2016/02/05 16:50:06 stephdl Exp $
NAME := e-smith-viewlogfiles
NAME := smeserver-viewlogfiles
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common

View File

@@ -1,12 +1,13 @@
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> e-smith-viewlogfiles
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-viewlogfiles
SMEServer Koozali developed git repo for e-smith-viewlogfiles smeserver
SMEServer Koozali developed git repo for smeserver-viewlogfiles smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-viewlogfiles&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-viewlogfiles&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
And a list of outstanding Legacy bugs: (e-smith-viewlogfiles) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-viewlogfiles&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted*
<br />
e-smith-viewlogfiles is a web interface software that allows users to quickly and easily view and analyze logfiles on their e-smith server. It is a great tool for troubleshooting problems and analyzing web server activity. It offers an intuitive graphical interface, with options for sorting, filtering, and searching through logfiles. With e-smith-viewlogfiles, users can easily identify potential issues and take the necessary steps to correct them. Additionally, the software can help users detect any malicious activities taking place on their server and take corrective action. Overall, e-smith-viewlogfiles provides a powerful and user-friendly way to monitor and analyze logfiles on their e-smith server.
smeserver-viewlogfiles is a web interface software that allows users to quickly and easily view and analyze logfiles on their smeserver server. It is a great tool for troubleshooting problems and analyzing web server activity. It offers an intuitive graphical interface, with options for sorting, filtering, and searching through logfiles. With smeserver-viewlogfiles, users can easily identify potential issues and take the necessary steps to correct them. Additionally, the software can help users detect any malicious activities taking place on their server and take corrective action. Overall, smeserver-viewlogfiles provides a powerful and user-friendly way to monitor and analyze logfiles on their smeserver server.

View File

@@ -1,27 +1,38 @@
# $Id: e-smith-viewlogfiles.spec,v 1.4 2021/01/05 21:25:18 jpp Exp $
Summary: Web manager panel to provide view access to log files
%define name e-smith-viewlogfiles
%define name smeserver-viewlogfiles
Name: %{name}
%define version 2.6.0
%define release 5
%define version 11.0.0
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
BuildArchitectures: noarch
Requires: e-smith-base
Requires: e-smith-lib >= 1.13.1-58
Requires: smeserver-base
Requires: smeserver-lib >= 1.13.1-58
Requires: perl
Requires: perl(CGI::FormMagick)
Requires: e-smith-formmagick >= 1.4.0-12
Requires: smeserver-formmagick >= 1.4.0-12
Requires: perl(Time::TAI64)
Provides: e-smith-viewlogfiles
AutoReqProv: no
%changelog
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
- Move Provides: from after Changelog
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-6.sme
- Rename to smeserver-viewlogfiles [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-5.sme
- Roll up patches and move to git repo [SME: 12338]
@@ -355,7 +366,7 @@ AutoReqProv: no
- initial release
%description
Insert an e-smith-manager web panel to allow log files to be viewed.
Insert an smeserver-manager web panel to allow log files to be viewed.
%prep
%setup