3 Commits

Author SHA1 Message Date
869efdcab8 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
f1e4c9725f Update 2024-03-23 12:11:54 +00:00
Trevor Batley
12aa877ea4 rename-e-smith-pkg script (#12359) 2024-03-11 10:04:05 +11:00
3 changed files with 26 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-ldap
# Makefile for source rpm: smeserver-ldap
# $Id: Makefile,v 1.1 2016/02/05 16:04:52 stephdl Exp $
NAME := e-smith-ldap
NAME := smeserver-ldap
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-ldap
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-ldap
SMEServer Koozali developed git repo for e-smith-ldap smeserver
SMEServer Koozali developed git repo for smeserver-ldap smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-ldap&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-ldap&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-ldap) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-ldap&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-ldap is an open source, Linux-based software package that provides a secure directory service for enterprises. It is based on an LDAP (Lightweight Directory Access Protocol) server and provides an intuitive web-based administration interface for managing users, groups, policies, and permissions. It also allows for connection to external LDAP servers, providing inter-company synchronization of user accounts. e-smith-ldap is a reliable and secure solution for organizations needing to efficiently manage user access to resources without sacrificing control. It is also a cost-effective, scalable, and easy to use solution for managing large user populations.
smeserver-ldap is an open source, Linux-based software package that provides a secure directory service for enterprises. It is based on an LDAP (Lightweight Directory Access Protocol) server and provides an intuitive web-based administration interface for managing users, groups, policies, and permissions. It also allows for connection to external LDAP servers, providing inter-company synchronization of user accounts. smeserver-ldap is a reliable and secure solution for organizations needing to efficiently manage user access to resources without sacrificing control. It is also a cost-effective, scalable, and easy to use solution for managing large user populations.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-ldap.spec,v 1.24 2023/02/06 06:31:53 jpp Exp $
Summary: e-smith server and gateway - LDAP module
%define name e-smith-ldap
Summary: smeserver server and gateway - LDAP module
%define name smeserver-ldap
Name: %{name}
%define version 5.6.0
%define release 18
%define version 11.0.0
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -13,21 +13,31 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: e-smith-base
Requires: e-smith-lib >= 1.15.1-16
Requires: smeserver-base
Requires: smeserver-lib >= 1.15.1-16
Requires: openldap >= 2.0.0
Requires: openldap-clients
Requires: openldap-servers
Requires: perl(Net::LDAP)
Requires: libdb4-utils
Requires: e-smith-formmagick >= 1.4.0-9
BuildRequires: e-smith-devtools >= 1.13.1-03
Requires: smeserver-formmagick >= 1.4.0-9
BuildRequires: smeserver-devtools >= 1.13.1-03
AutoReqProv: no
Provides: e-smith-ldap
%description
e-smith server and gateway software - LDAP module.
smeserver server and gateway software - LDAP module.
%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]
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 5.6.0-19.sme
- Rename to smeserver-ldap [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.6.0-18.sme
- Roll up patches and move to git repo [SME: 12338]