From d5cec813056b074652d2e6e23466a55d823e97b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 22 Apr 2021 23:50:47 +0200 Subject: [PATCH] Fixed NIS build requirements --- postfix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postfix.spec b/postfix.spec index a539b2d..ce51519 100644 --- a/postfix.spec +++ b/postfix.spec @@ -49,7 +49,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 URL: http://www.postfix.org License: (IBM and GPLv2+) or (EPL-2.0 and GPLv2+) @@ -102,7 +102,7 @@ Patch11: postfix-3.4.4-chroot-example-fix.patch # Determine the different packages required for building postfix BuildRequires: make BuildRequires: libdb-devel, perl-generators, pkgconfig, zlib-devel -BuildRequires: systemd-units, libicu-devel, libnsl2-devel +BuildRequires: systemd-units, libicu-devel BuildRequires: gcc, m4, findutils %if 0%{?rhel} < 9 BuildRequires: libnsl2-devel @@ -785,6 +785,9 @@ fi %endif %changelog +* Thu Apr 22 2021 Jaroslav Škarvada - 2:3.5.10-2 +- Fixed NIS build requirements + * Mon Apr 12 2021 Jaroslav Škarvada - 2:3.5.10-1 - New version Resolves: rhbz#1948306