Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dehydrated for openSUSE:Factory checked in at 2022-09-08 14:23:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dehydrated (Old) and /work/SRC/openSUSE:Factory/.dehydrated.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dehydrated" Thu Sep 8 14:23:17 2022 rev:24 rq:1001792 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dehydrated/dehydrated.changes 2022-07-09 17:05:24.300920430 +0200 +++ /work/SRC/openSUSE:Factory/.dehydrated.new.2083/dehydrated.changes 2022-09-08 14:23:53.974702926 +0200 @@ -1,0 +2,5 @@ +Sat Jul 23 07:56:50 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Add postrun hook scripts for apache+nginx + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dehydrated.spec ++++++ --- /var/tmp/diff_new_pack.vF1W03/_old 2022-09-08 14:23:54.582704329 +0200 +++ /var/tmp/diff_new_pack.vF1W03/_new 2022-09-08 14:23:54.586704338 +0200 @@ -202,6 +202,14 @@ install -m 0755 -d %{buildroot}%{_sysconfdir}/%{_apache}/conf.d sed "s,@CHALLENGEDIR@,%{_challengedir},g" %{SOURCE1} > acme-challenge.conf install -m 0644 acme-challenge.conf %{buildroot}%{_sysconfdir}/%{_apache}/conf.d +cat > %{buildroot}%{_sysconfdir}/dehydrated/postrun-hooks.d/reload-apache2.sh << EOF +#!/bin/sh +systemctl reload apache2.service +EOF +cat > %{buildroot}%{_sysconfdir}/dehydrated/postrun-hooks.d/reload-nginx.sh << EOF +#!/bin/sh +systemctl reload nginx.service +EOF %if %{with nginx} install -m 0755 -d %{buildroot}%{_sysconfdir}/nginx @@ -297,11 +305,13 @@ %files %{_apache} %defattr(-,root,root) %config %{_sysconfdir}/%{_apache}/conf.d/acme-challenge.conf +%attr(755,root,root) %{_sysconfdir}/dehydrated/postrun-hooks.d/reload-apache2.sh %if %{with nginx} %files nginx %defattr(-,root,root) %config %attr(640,root,nginx) %{_sysconfdir}/nginx/acme-challenge +%attr(755,root,root) %{_sysconfdir}/dehydrated/postrun-hooks.d/reload-nginx.sh %endif #with nginx %changelog