From 2f16408ad4759dbbcd4699082460ba3476cc648509ce2357cb8cc679ee898c89 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sat, 19 Aug 2017 06:51:37 +0000 Subject: [PATCH] Accepting request 517652 from home:kukuk:branches:network - Add BuildRequires libnsl-devel (needed for obsoleting nsl in glibc) OBS-URL: https://build.opensuse.org/request/show/517652 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=71 --- rpcbind.changes | 6 ++++++ rpcbind.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/rpcbind.changes b/rpcbind.changes index 936906d..58eca6e 100644 --- a/rpcbind.changes +++ b/rpcbind.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 16 10:34:13 CEST 2017 - kukuk@suse.de + +- Add BuildRequires libnsl-devel (needed for obsoleting nsl in + glibc) + ------------------------------------------------------------------- Wed May 17 09:14:15 UTC 2017 - schwab@suse.de diff --git a/rpcbind.spec b/rpcbind.spec index 05c164f..ec2df21 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -28,6 +28,9 @@ Source2: sysconfig.rpcbind Source3: rpcbind.xml Source4: pmap_set.c BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} >= 1330 +BuildRequires: libnsl-devel +%endif BuildRequires: libtirpc-devel >= 1.0.1 BuildRequires: libtool BuildRequires: pkgconfig