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

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

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

Revision 1.1 by slords, Wed Feb 6 21:46:33 2013 UTC Revision 1.5 by stephdl, Mon Jan 12 20:59:17 2015 UTC
# Line 1  Line 1 
1  # $Id: e-smith-tinydns.spec,v 1.3 2010/07/29 14:28:58 filippocarletti Exp $  # $Id: e-smith-tinydns.spec,v 1.4 2015/01/09 23:33:20 stephdl 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.4.0  %define version 2.4.0
7  %define release 1  %define release 5
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    Patch0: e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch
13  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
14  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 22  Obsoletes: tinydns-initscripts Line 23  Obsoletes: tinydns-initscripts
23  AutoReqProv: no  AutoReqProv: no
24    
25  %changelog  %changelog
26    * Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5.sme
27    - Changed the name of /tmp/dhcpd.leases to /tmp/tmpdhcpd.leases [SME: 2388]
28    
29    * Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme
30    - When the dhcpd lease is modified
31    -    Do template-expand of /var/service/tinydns/root/data
32    -    Do sigus1 of dhcp-dns & dnscache
33    - Forked DHCPparse for parsing the end of lease and remove old entry of dnscache
34    - Require perl-Text-DHCPparse removed
35    - Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over
36    - [SME: 2388]
37    
38    * Tue Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme
39    - add new feature 'Parse dhcpd.leases and feed to tinydns'
40    - e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch
41    - made from the solution of Stefano Zamboni [SME:2388]
42    - Thanks also for all other implicated members in this bug report
43    
44  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
45  - Roll new stream for sme9  - Roll new stream for sme9
46    
# Line 326  components of djbdns. Line 345  components of djbdns.
345    
346  %prep  %prep
347  %setup  %setup
348    %patch0 -p1
349    
350  %build  %build
351  perl createlinks  perl createlinks
# Line 343  rm -rf $RPM_BUILD_ROOT Line 363  rm -rf $RPM_BUILD_ROOT
363      --file /var/service/tinydns/control/2 'attr(0750,root,root)' \      --file /var/service/tinydns/control/2 'attr(0750,root,root)' \
364      --file /var/service/tinydns/log/run 'attr(0750,root,root)' \      --file /var/service/tinydns/log/run 'attr(0750,root,root)' \
365      --dir /var/log/tinydns 'attr(02755,dnslog,dnslog)' \      --dir /var/log/tinydns 'attr(02755,dnslog,dnslog)' \
366        --file /var/service/dhcp-dns/dhcp-dns 'attr(0750,root,root)' \
367        --file /var/service/dhcp-dns/run 'attr(0750,root,root)' \
368      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
369  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
370    


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