Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2014-09-01 16:58:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
 and      /work/SRC/openSUSE:Factory/.dnsmasq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsmasq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2014-08-08 
10:10:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes     2014-09-01 
16:58:47.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Aug 26 14:05:14 CEST 2014 - dste...@suse.cz
+
+- enable DNSSEC
+  - require libnettle
+  - package trust-anchors.conf
+- spec fixes:
+  - define HAVE_ flags on commandline, otherwise 'dnsmasq --version'
+    will not correctly reflect the feature status
+
+-------------------------------------------------------------------
+Fri Aug 22 07:08:36 UTC 2014 - meiss...@suse.com
+
+- actually build with relro and pie. (bnc#893057)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.Acnj34/_old  2014-09-01 16:58:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Acnj34/_new  2014-09-01 16:58:49.000000000 +0200
@@ -35,6 +35,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
 BuildRequires:  libidn-devel
+BuildRequires:  libnettle-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libnetfilter_conntrack)
 %if 0%{?suse_version} >= 1210
@@ -68,10 +69,11 @@
 echo "#define HAVE_DBUS" >> src/config.h
 echo "#define HAVE_CONNTRACK" >> src/config.h
 echo "#define HAVE_IDN" >> src/config.h
+echo "#define HAVE_DNSSEC" >> src/config.h
 mv po/no.po po/nb.po
-export CFLAGS="%optflags -std=gnu99 -fPIC -DPIC -fpie"
+export CFLAGS="%optflags -std=gnu99 -fPIC -DPIC -fpie -DHAVE_DBUS 
-DHAVE_CONNTRACK -DHAVE_IDN -DHAVE_DNSSEC"
 export LDFLAGS="-Wl,-z,relro,-z,now -pie"
-make %{?_smp_mflags} AWK=gawk all-i18n
+make %{?_smp_mflags} AWK=gawk all-i18n CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
 make -C contrib/wrt %{?_smp_mflags}
 
 %pre
@@ -110,6 +112,7 @@
 install -D -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/dnsmasq.service
 install -d -m 0750 ${RPM_BUILD_ROOT}/srv/tftpboot
 ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
+install -D -m 0644 trust-anchors.conf 
%{buildroot}%{_datadir}/%{name}/trust-anchors.conf
 
 # utils subpackage
 mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
@@ -139,6 +142,8 @@
 %{_mandir}/man8/dnsmasq.8.gz
 %config(noreplace) /etc/dbus-1/system.d/dnsmasq.conf
 %{_unitdir}/dnsmasq.service
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/trust-anchors.conf
 
 %dir %attr(0750,tftp,tftp) /srv/tftpboot
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to