rename-e-smith-pkg script (#12359)
This commit is contained in:
parent
6844b79b8e
commit
be4b127cb3
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
# Makefile for source rpm: e-smith-oidentd
|
# Makefile for source rpm: smeserver-oidentd
|
||||||
# $Id: Makefile,v 1.1 2016/02/05 22:17:36 stephdl Exp $
|
# $Id: Makefile,v 1.1 2016/02/05 22:17:36 stephdl Exp $
|
||||||
NAME := e-smith-oidentd
|
NAME := smeserver-oidentd
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
|
@ -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-oidentd
|
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-oidentd
|
||||||
|
|
||||||
SMEServer Koozali developed git repo for e-smith-oidentd smeserver
|
SMEServer Koozali developed git repo for smeserver-oidentd smeserver
|
||||||
|
|
||||||
## Wiki
|
## Wiki
|
||||||
<br />https://wiki.koozali.org/
|
<br />https://wiki.koozali.org/
|
||||||
|
|
||||||
## Bugzilla
|
## Bugzilla
|
||||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-oidentd&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-oidentd&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-oidentd) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-oidentd&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
|
## 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*
|
*Once it has been checked, then this comment will be deleted*
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
e-smith-oidentd is a software package designed for Linux-based servers running the e-smith server and gateway software. It is used to provide an additional layer of security when connecting to the server. It works by allowing the server to identify the connecting user and verify that they are who they say they are. e-smith-oidentd ensures that only authenticated users can gain access to the server, and it also helps to prevent malicious users from gaining access. It is a powerful tool for protecting a server and the data stored on it, and it is highly recommended for any server running the e-smith software.
|
smeserver-oidentd is a software package designed for Linux-based servers running the smeserver server and gateway software. It is used to provide an additional layer of security when connecting to the server. It works by allowing the server to identify the connecting user and verify that they are who they say they are. smeserver-oidentd ensures that only authenticated users can gain access to the server, and it also helps to prevent malicious users from gaining access. It is a powerful tool for protecting a server and the data stored on it, and it is highly recommended for any server running the smeserver software.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $Id: e-smith-oidentd.spec,v 1.3 2020/12/04 03:09:21 jpp Exp $
|
# $Id: e-smith-oidentd.spec,v 1.3 2020/12/04 03:09:21 jpp Exp $
|
||||||
|
|
||||||
Summary: e-smith server and gateway - ident daemon
|
Summary: smeserver server and gateway - ident daemon
|
||||||
%define name e-smith-oidentd
|
%define name smeserver-oidentd
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 2.6.0
|
%define version 2.6.0
|
||||||
%define release 4
|
%define release 5
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -20,10 +20,14 @@ Requires: oidentd >= 2.0.6
|
|||||||
BuildRequires: e-smith-devtools >= 1.13.1-03
|
BuildRequires: e-smith-devtools >= 1.13.1-03
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
|
Provides: e-smith-oidentd
|
||||||
%description
|
%description
|
||||||
e-smith server and gateway software - ident daemon
|
smeserver server and gateway software - ident daemon
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-5.sme
|
||||||
|
- Rename to smeserver-oidentd [SME: 12359]
|
||||||
|
|
||||||
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-4.sme
|
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-4.sme
|
||||||
- Roll up patches and move to git repo [SME: 12338]
|
- Roll up patches and move to git repo [SME: 12338]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user