[yp-tools] Applied -typo patch to fix a grammar mistake (rhbz#668743)

Jan Horak hhorak at fedoraproject.org
Fri Mar 18 12:59:07 UTC 2011


commit 2291a74e8557286bc2f1f79677f1e6713a0982ea
Author: Honza Horak <hhorak at redhat.com>
Date:   Fri Mar 18 13:57:41 2011 +0100

    Applied -typo patch to fix a grammar mistake
    (rhbz#668743)

 yp-tools.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/yp-tools.spec b/yp-tools.spec
index 520d23e..6394cff 100644
--- a/yp-tools.spec
+++ b/yp-tools.spec
@@ -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 at redhat.com> - 2.12-5
+- Applied -typo patch to fix a grammar mistake
+  (rhbz#668743)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list