* Fri Jan 31 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-30.sme
- add requirement to avoid pre failure in anaconda [SME: 12894]
This commit is contained in:
parent
347af6a604
commit
9abdc3fbda
10
qmail.spec
10
qmail.spec
@ -10,7 +10,7 @@ Summary: A modern, fast, secure replacement for sendmail
|
|||||||
%define name qmail
|
%define name qmail
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 1.03
|
%define version 1.03
|
||||||
%define release 29
|
%define release 30
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
#Author: Daniel J. Bernstein
|
#Author: Daniel J. Bernstein
|
||||||
@ -84,6 +84,9 @@ also includes a drop-in ``sendmail'' wrapper so that it will be used
|
|||||||
transparently by your current UAs.
|
transparently by your current UAs.
|
||||||
|
|
||||||
%changelog
|
%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-29.sme
|
||||||
- fix missing mini-qmail pre and post scriptlet [SME: 12872]
|
- fix missing mini-qmail pre and post scriptlet [SME: 12872]
|
||||||
|
|
||||||
@ -733,6 +736,11 @@ Summary: mini-qmail distribution
|
|||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
URL: http://cr.yp.to/qmail/mini.html
|
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
|
%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
|
A mini-qmail installation doesn't have a mail queue. Instead it gives each new message to a central server through QMQP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user