Accepting request 534147 from server:mail

1

OBS-URL: https://build.opensuse.org/request/show/534147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2017-10-16 23:53:02 +00:00 committed by Git OBS Bridge
commit 6fc2fd200c
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 9 11:36:38 UTC 2017 - dimstar@opensuse.org
- Explicitly buildrequire libnsl-devel on suse_version >= 1330:
libnsl used to be an integrated part of glibc. Since the build
system / makefiles explicitly reference libnsl, it is our own
duty to ensure we have our deps in place.
-------------------------------------------------------------------
Tue Jul 4 11:15:20 UTC 2017 - meissner@suse.com

View File

@ -33,6 +33,9 @@ Name: exim
BuildRequires: cyrus-sasl-devel
BuildRequires: db-devel
BuildRequires: libidn-devel
%if 0%{?suse_version} >= 1330
BuildRequires: libnsl-devel
%endif
BuildRequires: libspf2-devel
BuildRequires: pam-devel
%if %{with_ldap}