Compare commits

...

2 Commits

Author SHA1 Message Date
9abdc3fbda * Fri Jan 31 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-30.sme
- add requirement to avoid pre failure in anaconda [SME: 12894]
2025-01-31 23:45:59 -05:00
347af6a604 * Thu Jan 16 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-29.sme
- fix missing mini-qmail pre and post scriptlet [SME: 12872]
2025-01-18 17:27:50 -05:00

View File

@ -10,7 +10,7 @@ Summary: A modern, fast, secure replacement for sendmail
%define name qmail
Name: %{name}
%define version 1.03
%define release 28
%define release 30
Version: %{version}
Release: %{release}%{?dist}
#Author: Daniel J. Bernstein
@ -84,7 +84,10 @@ also includes a drop-in ``sendmail'' wrapper so that it will be used
transparently by your current UAs.
%changelog
* Thu Jan 16 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-28.sme
* Fri Jan 31 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-30.sme
- add requirement to avoid pre failure in anaconda [SME: 12894]
* Thu Jan 16 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-29.sme
- fix missing mini-qmail pre and post scriptlet [SME: 12872]
* Sun Nov 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-27.sme
@ -733,6 +736,11 @@ Summary: mini-qmail distribution
License: Public Domain
Group: Networking/Daemons
URL: http://cr.yp.to/qmail/mini.html
Requires: /bin/cut, /bin/grep, /usr/bin/id
Requires: /usr/sbin/useradd, /usr/sbin/groupadd
Requires: openssl
BuildRequires: groff
BuildRequires: openssl openssl-devel
%description -n mini-qmail
A mini-qmail installation doesn't have a mail queue. Instead it gives each new message to a central server through QMQP
@ -793,6 +801,7 @@ user_check qmailp $qmailp $nofiles /var/qmail /bin/false
user_check qmailq $qmailq $qmail /var/qmail /bin/false
user_check qmailr $qmailr $qmail /var/qmail /bin/false
user_check qmails $qmails $qmail /var/qmail /bin/false
exit 0
%post -n mini-qmail
dd bs=1024 count=1 if=/dev/zero of=/var/qmail/queue/lock/tcpto &> /dev/null