Update to 2.69rc1

- enable DNSSEC implementation

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2014-03-24 15:09:51 +01:00
parent f828140df3
commit 9f1463102a
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ dnsmasq-2.52.tar.lzma
/dnsmasq-2.67.tar.xz
/dnsmasq-2.68rc3.tar.xz
/dnsmasq-2.68.tar.xz
/dnsmasq-2.69rc1.tar.xz

View File

@ -1,19 +1,19 @@
%define testrelease 0
%define releasecandidate 0
%define releasecandidate 1
%if 0%{testrelease}
%define extrapath test-releases/
%define extraversion test16
%endif
%if 0%{releasecandidate}
%define extrapath release-candidates/
%define extraversion rc3
%define extraversion rc1
%endif
%define _hardened_build 1
Name: dnsmasq
Version: 2.68
Release: 1%{?extraversion}%{?dist}
Version: 2.69
Release: 0.1%{?extraversion:.%{extraversion}}%{?dist}
Summary: A lightweight DHCP/caching DNS server
Group: System Environment/Daemons
@ -29,6 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: dbus-devel
BuildRequires: pkgconfig
BuildRequires: libidn-devel
BuildRequires: nettle-devel
BuildRequires: systemd
Requires(post): systemd systemd-sysv chkconfig
@ -69,6 +70,9 @@ sed -i 's|/\* #define HAVE_DBUS \*/|#define HAVE_DBUS|g' src/config.h
#enable IDN support
sed -i 's|/\* #define HAVE_IDN \*/|#define HAVE_IDN|g' src/config.h
#enable DNSSEC support
sed -i 's|/\* #define HAVE_DNSSEC \*/|#define HAVE_DNSSEC|g' src/config.h
#enable /etc/dnsmasq.d fix bz 526703
sed -i 's|#conf-dir=/etc/dnsmasq.d|conf-dir=/etc/dnsmasq.d|g' dnsmasq.conf.example
@ -137,6 +141,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/dhcp_*
%changelog
* Mon Mar 24 2014 Tomas Hozza <thozza@redhat.com> - 2.69-0.1.rc1
- Update to 2.69rc1
- enable DNSSEC implementation
* Mon Dec 09 2013 Tomas Hozza <thozza@redhat.com> - 2.68-1
- Update to 2.68 stable

View File

@ -1 +1 @@
fec885ba0a9df0f7d8f2e44db48f19ae dnsmasq-2.68.tar.xz
815af65149e0fd289c28991fb558cef5 dnsmasq-2.69rc1.tar.xz