Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2014-11-13 09:17:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdns-recursor (Old)
 and      /work/SRC/openSUSE:Factory/.pdns-recursor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdns-recursor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes      
2014-10-31 20:57:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2014-11-13 09:17:58.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov  9 16:51:15 UTC 2014 - mich...@stroeder.com
+
+- Fixed broken _localstatedir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pdns-recursor.spec ++++++
--- /var/tmp/diff_new_pack.Pcdvj6/_old  2014-11-13 09:17:59.000000000 +0100
+++ /var/tmp/diff_new_pack.Pcdvj6/_new  2014-11-13 09:17:59.000000000 +0100
@@ -77,7 +77,6 @@
 package if you need a dns cache for your network.
 
 
-
 Authors:
 --------
     http://www.powerdns.com
@@ -93,6 +92,7 @@
 make install DESTDIR="%{buildroot}" %{makeflags}
 # config
 %{__install} -D -m 0644 %{S:2} %{buildroot}%{_sysconfdir}/pdns/recursor.conf
+mkdir -p %{buildroot}%{_localstatedir}
 # init systems
 %if %{with systemd}
 %{__install} -D -m 0644 %{S:3} %{buildroot}%{_unitdir}/%{name}.service
@@ -101,7 +101,6 @@
 # installed by make install
 rm -rv %{buildroot}%{_sysconfdir}/init.d/%{name}
 %else
-%{__install} -Dd -m 0755        %{buildroot}%{_localstatedir}
 %{__install} -D  -m 0755 %{S:1} %{buildroot}%{_sysconfdir}/init.d/%{name}
 %{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
 %endif
@@ -145,6 +144,7 @@
 %files
 %defattr (-,root,root,-)
 %dir %attr(750,root,pdns) %{_sysconfdir}/pdns
+%attr(700,pdns,pdns) %dir %ghost %{_localstatedir}
 %config(noreplace)  %attr(640,root,pdns) %{_sysconfdir}/pdns/*.conf
 %{_sysconfdir}/pdns/recursor.conf-dist
 %if %{with systemd}

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

Reply via email to