Accepting request 532725 from home:dimstar:Factory

- 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.

OBS-URL: https://build.opensuse.org/request/show/532725
OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=189
This commit is contained in:
Dirk Mueller 2017-10-16 08:31:15 +00:00 committed by Git OBS Bridge
parent 9e6c278c1b
commit 415f8955ae
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}