rename-e-smith-pkg script (#12359)
This commit is contained in:
parent
527ad1b806
commit
33c1cb4dcf
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
||||
# Makefile for source rpm: e-smith-dynamicdns-tzo
|
||||
# Makefile for source rpm: smeserver-dynamicdns-tzo
|
||||
# $Id: Makefile,v 1.1 2016/02/04 23:47:34 vip-ire Exp $
|
||||
NAME := e-smith-dynamicdns-tzo
|
||||
NAME := smeserver-dynamicdns-tzo
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
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-dynamicdns-tzo
|
||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-dynamicdns-tzo
|
||||
|
||||
SMEServer Koozali developed git repo for e-smith-dynamicdns-tzo smeserver
|
||||
SMEServer Koozali developed git repo for smeserver-dynamicdns-tzo smeserver
|
||||
|
||||
## Wiki
|
||||
<br />https://wiki.koozali.org/
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-dynamicdns-tzo&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-dynamicdns-tzo&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-dynamicdns-tzo) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-dynamicdns-tzo&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-dynamicdns-tzo is a powerful software solution that allows users to update their domain name system (DNS) records automatically. It is designed for use with e-smith servers, which is a type of server management platform. This software provides the ability to update DNS records across multiple DNS servers from one central location. It also allows users to easily manage their domain names and subdomains, as well as configure their domains to use specific IP addresses. e-smith-dynamicdns-tzo is a reliable, easy-to-use software solution that makes managing your domains and DNS simple and efficient.
|
||||
smeserver-dynamicdns-tzo is a powerful software solution that allows users to update their domain name system (DNS) records automatically. It is designed for use with smeserver servers, which is a type of server management platform. This software provides the ability to update DNS records across multiple DNS servers from one central location. It also allows users to easily manage their domain names and subdomains, as well as configure their domains to use specific IP addresses. smeserver-dynamicdns-tzo is a reliable, easy-to-use software solution that makes managing your domains and DNS simple and efficient.
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $Id: e-smith-dynamicdns-tzo.spec,v 1.2 2021/01/05 21:55:20 jpp Exp $
|
||||
|
||||
Summary: e-smith dynamic dns client to update tzo.com
|
||||
%define name e-smith-dynamicdns-tzo
|
||||
Summary: smeserver dynamic dns client to update tzo.com
|
||||
%define name smeserver-dynamicdns-tzo
|
||||
Name: %{name}
|
||||
%define version 2.6.0
|
||||
%define release 3
|
||||
%define release 4
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -17,6 +17,9 @@ Requires: e-smith-base, e-smith-lib, e-smith >= 4.1
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-4.sme
|
||||
- Rename to smeserver-dynamicdns-tzo [SME: 12359]
|
||||
|
||||
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-3.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
||||
@ -81,8 +84,9 @@ AutoReqProv: no
|
||||
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
|
||||
- initial release
|
||||
|
||||
Provides: e-smith-dynamicdns-tzo
|
||||
%description
|
||||
e-smith server dynamic DNS client module to update tzo.com DNS data
|
||||
smeserver server dynamic DNS client module to update tzo.com DNS data
|
||||
|
||||
%prep
|
||||
%setup
|
Loading…
Reference in New Issue
Block a user