forked from NethServer/nethserver-dnsmasq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nethserver-dnsmasq.spec
121 lines (87 loc) · 4.52 KB
/
nethserver-dnsmasq.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Name: nethserver-dnsmasq
Summary: NethServer configuration files for dnsmasq
Version: 1.4.7
Release: 1%{?dist}
License: GPL
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
URL: %{url_prefix}/%{name}
Requires: nethserver-hosts > 1.1.0-1.ns6
Requires: dnsmasq
Obsoletes: nethserver-tftp
Provides: nethserver-tftp
BuildRequires: nethserver-devtools
%description
Provides DNS and DHCP services on the local network
%prep
%setup
%build
%{makedocs}
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
%{genfilelist} \
$RPM_BUILD_ROOT \
--dir /var/lib/tftpboot 'attr(0755, root, root)' \
> %{name}-%{version}-filelist
echo "%doc COPYING" >> %{name}-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%post
%preun
%files -f %{name}-%{version}-filelist
%defattr(-,root,root,-)
%doc
%changelog
* Wed Jul 15 2015 Giacomo Sanchietti <[email protected]> - 1.4.7-1
- Dnsmasq: drop bind-interfaces implementation - Enhancement #3220 [NethServer]
* Fri May 22 2015 Giacomo Sanchietti <[email protected]> - 1.4.6-1
- DHCP: can't create reservation with "Reserve IP" button - Bug #3181 [NethServer]
* Wed May 20 2015 Giacomo Sanchietti <[email protected]> - 1.4.5-1
- Cannot modify DHCP reservation - Bug #3107 [NethServer]
* Tue May 19 2015 Giacomo Sanchietti <[email protected]> - 1.4.4-1
- Reverse dns fails if an internal DNS is configured - Enhancement #3054 [NethServer]
- Adjust default dnsmasq cache - Enhancement #3024 [NethServer]
* Wed Jan 28 2015 Giacomo Sanchietti <[email protected]> - 1.4.3-1.ns6
- Dnsmasq doesn't start: illegal repeated keyword at line 82 of /etc/dnsmasq.conf - Bug #3014 [NethServer]
* Tue Jan 27 2015 Giacomo Sanchietti <[email protected]> - 1.4.2-1.ns6
- Dhcp server doesn't use all range available - Bug #2994 [NethServer]
* Tue Jan 20 2015 Giacomo Sanchietti <[email protected]> - 1.4.1-1.ns6
- DHCP LeaseStatus prop persisted to DB - Bug #2985 [NethServer]
* Tue Dec 09 2014 Giacomo Sanchietti <[email protected]> - 1.4.0-1.ns6
- DNS: remove role property from dns db key - Enhancement #2915 [NethServer]
* Tue Nov 11 2014 Davide Principi <[email protected]> - 1.3.1-1.ns6
- DHCP: bind dnsmasq to specific interfaces - Enhancement #2926 [NethServer]
* Thu Oct 23 2014 Davide Principi <[email protected]> - 1.3.0-1.ns6
- Dnsmasq: daemon doesn't start if NameServers property contains more than 2 addresses - Bug #2918 [NethServer]
- drop nethserver-tftp package and add tftp configuration in nethserver-dnsmasq - Enhancement #2916 [NethServer]
- DHCP: can't modify IP reservation - Bug #2914 [NethServer]
* Thu Oct 16 2014 Davide Principi <[email protected]> - 1.2.1-1.ns6
- DHCP: port closed and missing fragment - Bug #2911 [NethServer]
* Wed Oct 15 2014 Giacomo Sanchietti <[email protected]> - 1.2.0-1.ns6
- Support DHCP on multiple interfaces - Feature #2849
- Avoid multiple static assignement with the same mac - Bug #2833
* Wed Aug 20 2014 Davide Principi <[email protected]> - 1.1.2-1.ns6
- Firewall rules: preserve references to other DB records - Enhancement #2835 [NethServer]
* Wed Feb 05 2014 Davide Principi <[email protected]> - 1.1.1-1.ns6
- Show text labels in DNS & DHCP - Enhancement #2642 [NethServer]
- RST format for help files - Enhancement #2627 [NethServer]
- Dashboard: new widgets - Enhancement #1671 [NethServer]
* Mon Dec 16 2013 Davide Principi <[email protected]> - 1.1.0-1.ns6
- Fill DHCP reservation form from lease cache - Feature #1949 [NethServer]
- Display current lease status - Feature #1048 [NethServer]
* Tue Oct 22 2013 Davide Principi <[email protected]> - 1.0.6-1.ns6
- VPN: support IPsec/L2TP - Feature #1957 [NethServer]
* Fri Jul 26 2013 Giacomo Sanchietti <[email protected]> - 1.0.5-1.ns6
- Apply DNS changes from web UI #2052
* Tue Jul 16 2013 Davide Principi <[email protected]> - 1.0.4-1.ns6
- Use dhcp-host dnsmasq option for fixed leases - Enhancement #1917 [NethServer]
* Wed Jun 12 2013 Giacomo Sanchietti <[email protected]> - 1.0.3-1.ns6
- Use dhcp-host option for fixed leases #1917
- ip-mac-address validator is now case insensitive #1923
* Tue Apr 30 2013 Giacomo Sanchietti <[email protected]> - 1.0.2-1.ns6
- Rebuild for automatic package handling. #1870
- Expand /etc/ethers template #1830
* Tue Mar 19 2013 Giacomo Sanchietti <[email protected]> - 1.0.1-1
- Add migration code #1685