This commit is contained in:
parent
6f5b476c0e
commit
1d7ea61e95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04d0836b4cb5b702126e1d9bed4098d9d7ce8d83753774859964263938457ac2
|
||||
size 307471
|
3
dnsmasq-2.48.tar.bz2
Normal file
3
dnsmasq-2.48.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1244884e19817c1e6d64226704f02216e1d6a655e827010ba285522ceecd8698
|
||||
size 314572
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 10:29:10 CEST 2009 - ug@suse.de
|
||||
|
||||
-Fixed bug which broke binding of servers to physical
|
||||
interfaces when interface names were longer than four
|
||||
characters.
|
||||
- Fixed netlink code
|
||||
- Don't read included configuration files more than once
|
||||
- Mark log messages from the various subsystems in dnsmasq
|
||||
- Fix possible infinite DHCP protocol loop when an IP
|
||||
address nailed to a hostname
|
||||
- Allow --addn-hosts to take a directory
|
||||
- Support --bridge-interface on all platforms
|
||||
- Added support for advanced PXE functions
|
||||
- Improvements to DHCP logging
|
||||
- Added --test command-line switch
|
||||
- version 2.48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 09:57:55 CET 2009 - ug@suse.de
|
||||
|
||||
|
23
dnsmasq.spec
23
dnsmasq.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package dnsmasq (Version 2.47)
|
||||
# spec file for package dnsmasq (Version 2.48)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: dnsmasq
|
||||
Summary: Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
|
||||
Version: 2.47
|
||||
Release: 3
|
||||
Version: 2.48
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Provides: dns_daemon
|
||||
@ -115,6 +115,21 @@ install -m 644 dbus/dnsmasq.conf ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.c
|
||||
/etc/dbus-1/system.d/dnsmasq.conf
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2009 ug@suse.de
|
||||
-Fixed bug which broke binding of servers to physical
|
||||
interfaces when interface names were longer than four
|
||||
characters.
|
||||
- Fixed netlink code
|
||||
- Don't read included configuration files more than once
|
||||
- Mark log messages from the various subsystems in dnsmasq
|
||||
- Fix possible infinite DHCP protocol loop when an IP
|
||||
address nailed to a hostname
|
||||
- Allow --addn-hosts to take a directory
|
||||
- Support --bridge-interface on all platforms
|
||||
- Added support for advanced PXE functions
|
||||
- Improvements to DHCP logging
|
||||
- Added --test command-line switch
|
||||
- version 2.48
|
||||
* Mon Mar 16 2009 ug@suse.de
|
||||
- dbus documentation added
|
||||
* Tue Mar 10 2009 ug@suse.de
|
||||
@ -138,7 +153,7 @@ install -m 644 dbus/dnsmasq.conf ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.c
|
||||
- version 2.47
|
||||
* Tue Nov 11 2008 kukuk@suse.de
|
||||
- Add /usr/sbin/useradd to PreReq
|
||||
* Fri Sep 12 2008 mrueckert@suse.de
|
||||
* Sat Sep 13 2008 mrueckert@suse.de
|
||||
- fix manpage.diff to actually apply
|
||||
- mark files below /etc as config
|
||||
- do not install README.SUSE in %%install as %%doc will clean the
|
||||
|
Loading…
x
Reference in New Issue
Block a user