Applied -typo patch to fix a grammar mistake
(rhbz#668743)
This commit is contained in:
parent
fcbd95e824
commit
2291a74e85
@ -1,12 +1,13 @@
|
||||
Summary: NIS (or YP) client programs
|
||||
Name: yp-tools
|
||||
Version: 2.12
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
|
||||
# Not sent to upstream
|
||||
Patch0: yp-tools-2.11-shadow.patch
|
||||
Patch1: yp-tools-2.12-typo.patch
|
||||
Url: http://www.linux-nis.org/nis/yp-tools/index.html
|
||||
Requires: ypbind
|
||||
|
||||
@ -33,6 +34,7 @@ you'll need to install the ypserv package on one machine on the network.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .shadow
|
||||
%patch1 -p1 -b .typo
|
||||
|
||||
%build
|
||||
%configure --disable-domainname
|
||||
@ -54,6 +56,10 @@ make DESTDIR="$RPM_BUILD_ROOT" INSTALL_PROGRAM=install install
|
||||
/var/yp/nicknames
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 Honza Horak <hhorak@redhat.com> - 2.12-5
|
||||
- Applied -typo patch to fix a grammar mistake
|
||||
(rhbz#668743)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user