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