Hello community, here is the log from the commit of package pdnsd for openSUSE:Factory checked in at 2014-07-27 18:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdnsd (Old) and /work/SRC/openSUSE:Factory/.pdnsd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdnsd" Changes: -------- --- /work/SRC/openSUSE:Factory/pdnsd/pdnsd.changes 2013-06-13 17:30:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pdnsd.new/pdnsd.changes 2014-07-27 18:47:44.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Jul 23 15:54:16 UTC 2014 - [email protected] + +- make init script executable, fix build + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdnsd.spec ++++++ --- /var/tmp/diff_new_pack.z9MJ9I/_old 2014-07-27 18:47:45.000000000 +0200 +++ /var/tmp/diff_new_pack.z9MJ9I/_new 2014-07-27 18:47:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package pdnsd # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: pdnsd Version: 1.2.9a Release: 0 -License: GPL-3.0+ Summary: A caching dns proxy for small networks or dialin accounts -Url: http://members.home.nl/p.a.rombouts/pdnsd.html +License: GPL-3.0+ Group: Productivity/Networking/DNS/Servers +Url: http://members.home.nl/p.a.rombouts/pdnsd.html Source0: http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz Source1: pdnsd @@ -65,7 +66,7 @@ make DESTDIR="%{buildroot}" install mkdir -p %{buildroot}%{_sysconfdir}/init.d mkdir -p %{buildroot}%{_sbindir}/ -cp %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/ +install -c -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/ cp %{buildroot}%{_sysconfdir}/%{name}.conf.sample %{buildroot}%{_sysconfdir}/%{name}.conf ln -s /etc/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name} @@ -73,11 +74,11 @@ /usr/sbin/groupadd -r pdns 2> /dev/null || : %preun -%stop_on_removal +%stop_on_removal pdnsd %postun %insserv_cleanup -%restart_on_update +%restart_on_update pdnsd %files %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
