[dnsmasq/f16] new version 2.59 + fix ipv6 regression from 2.58

Douglas Schilling Landgraf dougsland at fedoraproject.org
Fri Oct 28 12:29:13 UTC 2011


commit 01fece880f9c6d401f5d02400281f0f3437ebdf3
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Fri Oct 28 10:28:50 2011 -0200

    new version 2.59 + fix ipv6 regression from 2.58

 .gitignore   |    1 +
 dnsmasq.spec |   10 ++++++----
 sources      |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 613075e..5645ee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 dnsmasq-2.52.tar.lzma
 /dnsmasq-2.58.tar.lzma
+/dnsmasq-2.59.tar.lzma
diff --git a/dnsmasq.spec b/dnsmasq.spec
index ff11655..6164886 100644
--- a/dnsmasq.spec
+++ b/dnsmasq.spec
@@ -10,8 +10,8 @@
 %endif
 
 Name:           dnsmasq
-Version:        2.58
-Release:        2%{?extraversion}%{?dist}
+Version:        2.59
+Release:        1%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -101,6 +101,7 @@ fi
 
 %triggerun -- dnsmasq < 2.52-3
 %{_bindir}/systemd-sysv-convert --save dnsmasq >/dev/null 2>&1 ||:
+/bin/systemctl enable dnsmasq.service >/dev/null 2>&1
 /sbin/chkconfig --del dnsmasq >/dev/null 2>&1 || :
 /bin/systemctl try-restart dnsmasq.service >/dev/null 2>&1 || :
 
@@ -117,8 +118,9 @@ fi
 
 
 %changelog
-* Thu Sep 15 2011 Adam Williamson <awilliam at redhat.com> - 2.58-2
-- do not enable service on upgrade, it was not enabled by default before
+* Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland at redhat.com> - 2.59-1
+- New version 2.59
+- Fix regression in 2.58 (IPv6 issue) - bz 744814
 
 * Fri Aug 26 2011 Douglas Schilling Landgraf <dougsland at redhat.com> - 2.58-1
 - Fixed License
diff --git a/sources b/sources
index 691f7cd..0536b77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a0d9a3f1efddf62174e5b8b2225cc5c  dnsmasq-2.58.tar.lzma
+42823ed7f5726fdfb343f60911de606b  dnsmasq-2.59.tar.lzma


More information about the scm-commits mailing list