1 |
Summary: notify senders about email that has beed held in the qmail queue |
Summary: notify senders about email that has been held in the qmail queue |
2 |
%define name smeserver-qmail-notify |
%define name smeserver-qmail-notify |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.0.0 |
%define version 2.0.0 |
5 |
%define release 2 |
%define release 3 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
License: GPLv2+ |
License: GPLv2+ |
18 |
Requires: perl |
Requires: perl |
19 |
Requires: qmail-notify |
Requires: qmail-notify |
20 |
Patch1: smeserver-qmail-notify-fix-cron-typo.patch |
Patch1: smeserver-qmail-notify-fix-cron-typo.patch |
21 |
|
Patch2: smeserver-qmail-notify-fix-crontab-timing.patch |
22 |
|
|
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
%description |
%description |
26 |
about email that has been held in the qmail queue |
about email that has been held in the qmail queue |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Mon Sep 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-3.sme |
30 |
|
- Fix timing in cron template - Zsolt Vasarhelyi [SME: 11542] |
31 |
|
|
32 |
* Thu Sep 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-2.sme |
* Thu Sep 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-2.sme |
33 |
- Fix typo in cton template [SME:11542] |
- Fix typo in cron template - Zsolt Vasarhelyi [SME:11542] |
34 |
|
|
35 |
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-1.sme |
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-1.sme |
36 |
- First Import to SME Contribs [SME: 11542] |
- First Import to SME Contribs [SME: 11542] |
44 |
|
|
45 |
%setup |
%setup |
46 |
%patch1 -p1 |
%patch1 -p1 |
47 |
#%patch2 -p1 |
%patch2 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
|
|