--- rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify.spec 2021/09/27 09:28:05 1.3 +++ rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify.spec 2021/09/27 18:29:56 1.4 @@ -2,7 +2,7 @@ Summary: notify senders about email that %define name smeserver-qmail-notify Name: %{name} %define version 2.0.0 -%define release 3 +%define release 4 Version: %{version} Release: %{release} License: GPLv2+ @@ -19,6 +19,7 @@ Requires: perl Requires: qmail-notify Patch1: smeserver-qmail-notify-fix-cron-typo.patch Patch2: smeserver-qmail-notify-fix-crontab-timing.patch +Patch3: smeserver-qmail-notify-2.0.0-fix-createlinks-update-event.patch AutoReqProv: no %description @@ -26,6 +27,9 @@ This package provides templates for a p about email that has been held in the qmail queue %changelog +* Mon Sep 27 2021 Brian Read 2.0.0-4.sme +- Fix up createlinks to create update event [SME: 11542 ] + * Mon Sep 27 2021 John Crisp 2.0.0-3.sme - Fix timing in cron template - Zsolt Vasarhelyi [SME: 11542] @@ -45,10 +49,12 @@ about email that has been held in the qm %setup %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build -%install +perl createlinks + rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)