diff --git a/.cvsignore b/.cvsignore index 2c5e4ea..9b2d11c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yp-tools-2.9.tar.bz2 +yp-tools-2.10.tar.bz2 diff --git a/sources b/sources index f7ca57c..c66c8c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19de06a04129ec26773f9198e086fcd4 yp-tools-2.9.tar.bz2 +c1bc7ea2339c766d8e6dffd3f5f2e8e1 yp-tools-2.10.tar.bz2 diff --git a/yp-tools.spec b/yp-tools.spec index 7ac0974..49de8d8 100644 --- a/yp-tools.spec +++ b/yp-tools.spec @@ -1,14 +1,13 @@ -Summary: NIS (or YP) client programs. +Summary: NIS (or YP) client programs Name: yp-tools -Version: 2.9 -Release: 8%{?dist} +Version: 2.10 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2 Url: http://www.linux-nis.org/nis/yp-tools/index.html Patch1: yp-tools-2.7-md5.patch Patch2: yp-tools-2.9-sha-2.patch -Obsoletes: yppasswd, yp-clients Requires: ypbind Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -51,7 +50,7 @@ make DESTDIR="$RPM_BUILD_ROOT" INSTALL_PROGRAM=install install rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang -%defattr(-,root,root) +%defattr(-,root,root,-) %doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf %doc THANKS TODO /usr/bin/* @@ -61,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %dir /var/yp %changelog +* Thu Dec 10 2009 Karel Klic - 2.10-1 +- Updated to new version +- Removed unnecessary obsoletes + * Mon Aug 10 2009 Ville Skyttä - 2.9-8 - Convert specfile to UTF-8.