/[smeserver]/rpms/e-smith-tinydns/sme10/e-smith-tinydns.spec
ViewVC logotype

Diff of /rpms/e-smith-tinydns/sme10/e-smith-tinydns.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by stephdl, Fri Feb 5 17:04:37 2016 UTC Revision 1.9 by jpp, Tue Mar 16 19:09:36 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-tinydns.spec,v 1.8 2015/01/24 08:41:39 stephdl Exp $  # $Id: e-smith-tinydns.spec,v 1.8 2021/02/13 04:58:36 jpp Exp $
2    
3  Summary: e-smith module to configure tinydns  Summary: e-smith module to configure tinydns
4  %define name e-smith-tinydns  %define name e-smith-tinydns
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 1  %define release 9
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: %{name}-%{version}-bz11098_systemd.patch
14    Patch1: %{name}-%{version}-rc7_link-rpm_update.patch
15    Patch2: %{name}-%{version}-bz11098_remove_safelink.patch
16    Patch3: e-smith-tinydns-2.6.0-bz11229.patch
17    Patch4: %{name}-%{version}-bz11245_runit_required.patch
18    Patch5: e-smith-tinydns-2.6.0-bz9696-cleanup.patch
19    
20  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
22  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 22  Obsoletes: tinydns-initscripts Line 29  Obsoletes: tinydns-initscripts
29  AutoReqProv: no  AutoReqProv: no
30    
31  %changelog  %changelog
32    * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-9.sme
33    - cleanup in /etc/rc.d [SME: 9692]
34    
35    * Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
36    - remove /usr/lib/systemd/system-preset/80-koozali-tinydns.preset [SME: 10958]
37    
38    * Thu Dec 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
39    - Add 'Requires=runit.service' [SME: 11245]
40    
41    * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
42    - remove S95reset-unsavedflag [SME: 11229]
43    
44    * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
45    - execute systemd-reload before service adjust in events [SME: 11228]
46    
47    * Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-4.sme
48    - remove createlink safesymlink in /etc/rc.d/init.d [SME: 11098]
49    
50    * Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme
51    - remove rc7.d link [SME: 11098]
52    - fix date in changelog
53    - fix actions in e-smith-tinydns-update [SME: 11159]
54    
55    * Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-2.sme
56    - Move tinydns service to systemd [SME: 11098]
57    - Create e-smith-tinydns-update event [SME: 11159]
58    
59  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
60  - Initial release to sme10  - Initial release to sme10
61    
# Line 46  AutoReqProv: no Line 80  AutoReqProv: no
80  - Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over  - Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over
81  - [SME: 2388]  - [SME: 2388]
82    
83  * Tue Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme  * Wed Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme
84  - add new feature 'Parse dhcpd.leases and feed to tinydns'  - add new feature 'Parse dhcpd.leases and feed to tinydns'
85  - e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch  - e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch
86  - made from the solution of Stefano Zamboni [SME:2388]  - made from the solution of Stefano Zamboni [SME:2388]
# Line 356  components of djbdns. Line 390  components of djbdns.
390    
391  %prep  %prep
392  %setup  %setup
393    %patch0 -p1
394    %patch1 -p1
395    %patch2 -p1
396    %patch3 -p1
397    %patch4 -p1
398    %patch5 -p1
399    
400  %build  %build
401  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed