Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2017-10-05 11:53:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
 and      /work/SRC/openSUSE:Factory/.dnsmasq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsmasq"

Thu Oct  5 11:53:17 2017 rev:64 rq:525886 version:2.76

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2017-01-11 
12:01:13.419249623 +0100
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes     2017-10-05 
11:53:23.494132963 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 08:29:59 UTC 2017 - tchva...@suse.com
+
+- Fix /srv/tftpboot permissions wrt bsc#940608
+
+-------------------------------------------------------------------
+Fri Aug 18 11:16:03 UTC 2017 - dmuel...@suse.com
+
+- reload system dbus to pick up policy change on install (bsc#1054429)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.wsgYnp/_old  2017-10-05 11:53:24.889936565 +0200
+++ /var/tmp/diff_new_pack.wsgYnp/_new  2017-10-05 11:53:24.893936003 +0200
@@ -121,12 +121,18 @@
 
 %post
 %service_add_post %{name}.service
+# reload dbus after install or upgrade to apply new policies
+/usr/bin/systemctl reload dbus.service 2>/dev/null || :
 
 %preun
 %service_del_preun %{name}.service
 
 %postun
 %service_del_postun %{name}.service
+# reload dbus after uninstall, our policies are gone again
+if [ ${FIRST_ARG:-$1} -eq 0 ]; then
+        /usr/bin/systemctl reload dbus.service 2>/dev/null || :
+fi
 
 %install
 make install-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr AWK=gawk COPTS=%{_copts}
@@ -139,7 +145,7 @@
 install -d 755 ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/
 install -m 644 dbus/dnsmasq.conf 
${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.conf
 install -D -m 0644 %SOURCE4 %{buildroot}%{_unitdir}/dnsmasq.service
-install -d -m 0750 ${RPM_BUILD_ROOT}/srv/tftpboot
+install -d -m 0755 ${RPM_BUILD_ROOT}/srv/tftpboot
 ln -sf %{_sbindir}/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
 install -d -m 755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/dnsmasq.d
 install -m 644 trust-anchors.conf 
${RPM_BUILD_ROOT}/%{_sysconfdir}/dnsmasq.d/trust-anchors.conf
@@ -175,7 +181,7 @@
 %dir %{_sysconfdir}/dnsmasq.d
 %config(noreplace) %{_sysconfdir}/dnsmasq.d/trust-anchors.conf
 
-%dir %attr(0750,tftp,tftp) /srv/tftpboot
+%dir %attr(0755,tftp,tftp) /srv/tftpboot
 
 %files utils
 %defattr(-,root,root,-)




Reply via email to