* Tue Mar 19 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-26.sme

- patch to allow build on el8/SME11
This commit is contained in:
2024-03-19 16:52:43 -04:00
parent 645c7eed91
commit 0e41a83a5e
3 changed files with 51 additions and 1 deletions

View File

@@ -5,11 +5,12 @@
#
# $Id: qmail.spec,v 1.8 2021/04/12 21:54:46 jpp Exp $
#
%global debug_package %{nil}
Summary: A modern, fast, secure replacement for sendmail
%define name qmail
Name: %{name}
%define version 1.03
%define release 25
%define release 26
Version: %{version}
Release: %{release}%{?dist}
#Author: Daniel J. Bernstein
@@ -25,6 +26,7 @@ Patch4: qmail-inject-null-sender.patch
Patch5: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/qmail-1.03-moreipme-0.6.patch
Patch6: netqmail-1.06-tls-20190517-remote.patch
#adapted from http://inoa.net/qmail-tls/netqmail-1.06-tls-20190517.patch
Patch7: qmail-1.03-el8.patch
URL: http://cr.yp.to/%{name}.html
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Provides: smtpdaemon
@@ -81,6 +83,9 @@ also includes a drop-in ``sendmail'' wrapper so that it will be used
transparently by your current UAs.
%changelog
* Tue Mar 19 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.03-26.sme
- patch to allow build on el8/SME11
* Fri Jul 14 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
@@ -235,6 +240,7 @@ transparently by your current UAs.
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build
#echo gcc -O2 --include /usr/include/errno.h > conf-cc