Compare commits

..

No commits in common. "master" and "1_03-28_el8_sme" have entirely different histories.

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 30
%define release 28
Version: %{version}
Release: %{release}%{?dist}
#Author: Daniel J. Bernstein
@ -84,10 +84,7 @@ also includes a drop-in ``sendmail'' wrapper so that it will be used
transparently by your current UAs.
%changelog
* 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
* Thu Jan 16 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-28.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
@ -736,11 +733,6 @@ 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
@ -801,7 +793,6 @@ 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