* Wed Dec 04 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.71-6.sme
- requires actual binaries rather than rpm to be compatible with qmail and mini-qmail
This commit is contained in:
parent
e768a7ca9f
commit
0975b8dd56
@ -9,7 +9,7 @@ Summary: dot-forward reads sendmail's .forward files under qmail
|
||||
%define name dot-forward
|
||||
Name: %{name}
|
||||
%define version 0.71
|
||||
%define release 5
|
||||
%define release 6
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: Daniel J. Bernstein
|
||||
@ -18,7 +18,9 @@ Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz
|
||||
URL: http://cr.yp.to/%{name}.html
|
||||
Patch0: %{name}-%{version}.patch.2001020500
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||
Requires: qmail
|
||||
#Requires: qmail
|
||||
Requires: /var/qmail/bin/qmail-local
|
||||
Requires: /var/qmail/bin/qmail-queue
|
||||
Provides: dot-forward
|
||||
AutoReqProv: no
|
||||
BuildRequires: groff
|
||||
@ -35,6 +37,10 @@ file delivery attempts, and defers delivery to give you a chance to
|
||||
set up a .qmail file.)
|
||||
|
||||
%changelog
|
||||
* Wed Dec 04 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.71-6.sme
|
||||
- requires actual binaries rather than rpm to be compatible with qmail
|
||||
and mini-qmail
|
||||
|
||||
* Wed Mar 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.71-5.sme
|
||||
- fix empty debugsource filelist prevents build [SME: 12504]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user