4 Commits

Author SHA1 Message Date
fa69f8b220 * Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- fix dhcp-server requirement for el8/SME11 [SME: 12521]
2024-03-24 20:07:22 -04:00
8b13718747 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
528fa0b0b5 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
76a7c15158 rename-e-smith-pkg script (#12359) 2024-03-11 10:02:23 +11:00
3 changed files with 32 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-hosts # Makefile for source rpm: smeserver-hosts
# $Id: Makefile,v 1.1 2016/02/05 22:56:04 stephdl Exp $ # $Id: Makefile,v 1.1 2016/02/05 22:56:04 stephdl Exp $
NAME := e-smith-hosts NAME := smeserver-hosts
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common 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-hosts # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-hosts
SMEServer Koozali developed git repo for e-smith-hosts smeserver SMEServer Koozali developed git repo for smeserver-hosts 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-hosts&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-hosts&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-hosts) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-hosts&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-hosts is a software used to manage the local and remote addresses of a network. It is a powerful tool for network administrators that allows them to maintain secure and efficient networks. It can be used to add and remove IP addresses and hostnames of local and remote computers, and it also allows users to define DNS records for each host. It also lets administrators maintain an efficient firewall configuration, which is essential in preventing malicious attacks and data breaches. e-smith-hosts is a powerful and versatile tool that can help administrators maintain a secure and efficient network. smeserver-hosts is a software used to manage the local and remote addresses of a network. It is a powerful tool for network administrators that allows them to maintain secure and efficient networks. It can be used to add and remove IP addresses and hostnames of local and remote computers, and it also allows users to define DNS records for each host. It also lets administrators maintain an efficient firewall configuration, which is essential in preventing malicious attacks and data breaches. smeserver-hosts is a powerful and versatile tool that can help administrators maintain a secure and efficient network.

View File

@@ -1,9 +1,9 @@
# $Id: e-smith-hosts.spec,v 1.7 2021/01/06 19:54:15 jpp Exp $ # $Id: e-smith-hosts.spec,v 1.7 2021/01/06 19:54:15 jpp Exp $
Summary: e-smith module for managing hosts entries Summary: smeserver module for managing hosts entries
Name: e-smith-hosts Name: smeserver-hosts
%define version 2.6.0 %define version 11.0.0
%define release 7 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -11,21 +11,34 @@ Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Requires: e-smith-base Requires: smeserver-base
Requires: e-smith-lib >= 1.15.1-19 Requires: smeserver-lib >= 1.15.1-19
Requires: e-smith-test >= 0.1.14 Requires: smeserver-test >= 0.1.14
Requires: e-smith-formmagick >= 1.4.0-12 Requires: smeserver-formmagick >= 1.4.0-12
Requires: e-smith-tinydns >= 2.2.0-2 Requires: smeserver-tinydns >= 2.2.0-2
Requires: dhcp Requires: dhcp-server
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
BuildArchitectures: noarch BuildArchitectures: noarch
AutoReqProv: no AutoReqProv: no
Provides: e-smith-hosts
%description %description
e-smith module to allow the configuration of the hosts database, which is smeserver module to allow the configuration of the hosts database, which is
used to build the DNS and DHCP configuration. used to build the DNS and DHCP configuration.
%changelog %changelog
* Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- fix dhcp-server requirement for el8/SME11 [SME: 12521]
* 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> 2.6.0-8.sme
- Rename to smeserver-hosts [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-7.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-7.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]