Compare commits
3 Commits
2.6.0
...
11_0_0-2_e
Author | SHA1 | Date | |
---|---|---|---|
e6b4671ee0 | |||
9b3d5f407e | |||
![]() |
058c83bcdd |
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
||||
# Makefile for source rpm: e-smith-dnscache
|
||||
# Makefile for source rpm: smeserver-dnscache
|
||||
# $Id: Makefile,v 1.1 2016/02/04 23:29:18 vip-ire Exp $
|
||||
NAME := e-smith-dnscache
|
||||
NAME := smeserver-dnscache
|
||||
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-dnscache
|
||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-dnscache
|
||||
|
||||
SMEServer Koozali developed git repo for e-smith-dnscache smeserver
|
||||
SMEServer Koozali developed git repo for smeserver-dnscache smeserver
|
||||
|
||||
## Wiki
|
||||
<br />https://wiki.koozali.org/
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-dnscache&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-dnscache&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-dnscache) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-dnscache&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
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
# $Id: e-smith-dnscache.spec,v 1.10 2021/03/16 19:04:01 jpp Exp $
|
||||
|
||||
Summary: e-smith module to configure dnscache
|
||||
%define name e-smith-dnscache
|
||||
Summary: smeserver module to configure dnscache
|
||||
%define name smeserver-dnscache
|
||||
Name: %{name}
|
||||
%define version 2.6.0
|
||||
%define release 11
|
||||
%define version 11.0.0
|
||||
%define release 2
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -13,16 +13,26 @@ Source: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
Requires: e-smith-lib >= 1.15.1-19
|
||||
Requires: smeserver-lib >= 1.15.1-19
|
||||
Requires: djbdns
|
||||
BuildRequires: e-smith-devtools
|
||||
BuildRequires: smeserver-devtools
|
||||
AutoReqProv: no
|
||||
|
||||
Provides: e-smith-dnscache
|
||||
%description
|
||||
e-smith server enhancement to configure and run dnscache as a
|
||||
smeserver server enhancement to configure and run dnscache as a
|
||||
caching nameserver
|
||||
|
||||
%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> 2.6.0-12.sme
|
||||
- Rename to smeserver-dnscache [SME: 12359]
|
||||
|
||||
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-11.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
Reference in New Issue
Block a user