diff --git a/ypbind-1.19-debuginfo.patch b/ypbind-1.19-debuginfo.patch new file mode 100644 index 0000000..40eac87 --- /dev/null +++ b/ypbind-1.19-debuginfo.patch @@ -0,0 +1,11 @@ +--- ypbind-mt-1.19/src/Makefile.am.orig 2004-02-13 16:17:12.000000000 -0500 ++++ ypbind-mt-1.19/src/Makefile.am 2006-08-23 21:10:30.000000000 -0400 +@@ -6,7 +6,7 @@ + + AUTOMAKE_OPTIONS = 1.4 gnits + +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555 + + AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@ -DUSE_BROADCAST=@USE_BROADCAST@ + LDADD = ../lib/libcompat.a @LIBINTL@ @SLP_LIBS@ diff --git a/ypbind.spec b/ypbind.spec index e8c4e09..28df0a7 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,7 +1,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain. Name: ypbind Version: 1.19 -Release: 2 +Release: 3 License: GPL Group: System Environment/Daemons Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2 @@ -9,6 +9,7 @@ Url: http://www.linux-nis.org/nis/ypbind-mt/index.html Source1: ypbind.init Patch1: ypbind-1.11-broadcast.patch Patch2: ypbind-1.11-gettextdomain.patch +Patch3: ypbind-1.19-debuginfo.patch Prereq: /sbin/chkconfig Requires: portmap, yp-tools, bash >= 2.0 Epoch: 3 @@ -35,8 +36,10 @@ also need to install the ypserv package to a machine on your network. %setup -q -n ypbind-mt-%{version} %patch1 -p1 -b .broadcast %patch2 -p1 -b .fixit +%patch3 -p1 -b .debuginfo %build +autoreconf %configure --sbindir=/sbin make @@ -80,6 +83,10 @@ exit 0 %doc README NEWS %changelog +* Wed Aug 23 2006 Steve Dickson - 3:1.19-3 +- Remove the -s from install process making the -debuginfo + package useful (bz 203851) + * Fri Aug 11 2006 Steve Dickson - 3:1.19-2 - rebuild