diff --git a/.gitignore b/.gitignore index fa15382..122d7e5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ ypbind-mt-1.32.tar.bz2 /ypbind-mt-1.37.2.tar.bz2 /ypbind-mt-1.38.tar.bz2 /ypbind-mt-2.4.tar.gz +/ypbind-mt-2.5.tar.gz diff --git a/sources b/sources index 6cd83d8..73e000f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ypbind-mt-2.4.tar.gz) = 6665aa9e80d036fa0b9a585abe30a992f1a2f4640c69a7f2ed65ffc7f22dd6a31ebd022f8214fbd816e7a06605fa1e0f639e010bfd0f61b91c87d6851dafcb7b +SHA512 (ypbind-mt-2.5.tar.gz) = 100e36e062135ed2b80e27b1b62e8ca5c1eb0d49233bae7814c41e65268971c6631daf3ba75a1667e36e438870c730eb8ba7a2b63b6589a40114d2c34a5642a7 diff --git a/ypbind.spec b/ypbind.spec index 0b8c886..6b4f8eb 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,11 +1,11 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Epoch: 3 -Version: 2.4 -Release: 8%{?dist} +Version: 2.5 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons -Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.gz +Source0: https://github.com/thkukuk/ypbind-mt/archive/v%{version}.tar.gz#/ypbind-mt-%{version}.tar.gz Url: http://www.linux-nis.org/nis/ypbind-mt/index.html #Source1: ypbind.init Source2: nis.sh @@ -34,6 +34,7 @@ BuildRequires: autoconf, automake BuildRequires: gettext-devel BuildRequires: libtirpc-devel BuildRequires: libnsl2-devel +BuildRequires: libxslt %description The Network Information Service (NIS) is a system that provides @@ -72,10 +73,11 @@ export LDFLAGS="$LDFLAGS -pie -Wl,-z,relro,-z,now" #export CFLAGS="$CFLAGS -H" %configure -make +%make_build + %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/yp/binding mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dhcp/dhclient.d @@ -110,6 +112,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %license COPYING %changelog +* Tue Jun 05 2018 Matej Mužila - 3:2.5-1 +- Update to version 2.5 + * Mon Apr 30 2018 Petr Kubat - 3:2.4-8 - Add the runtime dependency on nss_nis back