From 13eb784e08aed41becbcecffce9e332a038168f3 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 31 Jul 2007 13:11:41 +0000 Subject: [PATCH] Changed install process to create an useful debuginfo package (bz 249961) --- yp-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yp-tools.spec b/yp-tools.spec index c466ab0..ae4e9d6 100644 --- a/yp-tools.spec +++ b/yp-tools.spec @@ -1,7 +1,7 @@ Summary: NIS (or YP) client programs. Name: yp-tools Version: 2.9 -Release: 0.1 +Release: 2 License: GPL Group: System Environment/Base Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2 @@ -41,7 +41,7 @@ make %install rm -rf $RPM_BUILD_ROOT -make DESTDIR="$RPM_BUILD_ROOT" install +make DESTDIR="$RPM_BUILD_ROOT" INSTALL_PROGRAM=install install %find_lang %name @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/yp %changelog +* Tue Jul 31 2007 Steve Dickson 2.9-1 +- Changed install process to create an useful debuginfo package (bz 249961) + * Wed Jul 12 2006 Jesse Keating - 2.9-0.1 - rebuild