From 0b4ece46beda60fe88a76c5604c4622f19e79c3e Mon Sep 17 00:00:00 2001 From: gord-fig Date: Thu, 27 Sep 2001 23:00:13 +0000 Subject: [PATCH] Minor build and RPM cleanups. --- lustre/scripts/obd.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lustre/scripts/obd.spec b/lustre/scripts/obd.spec index 553b1a2..cae3906 100644 --- a/lustre/scripts/obd.spec +++ b/lustre/scripts/obd.spec @@ -41,8 +41,17 @@ make make install PREFIX=$RPM_BUILD_ROOT %files -/lib/modules/%{kuname}/fs/* -/usr/bin/* +/lib/modules/%{kuname}/fs/obd*.o +/usr/bin/obdcontrol +%doc COPYING FDL +%doc doc/API.txt doc/OBD-HOWTO.sgml doc/obdspec.sgml +%doc doc/OLVM.txt doc/figs doc/notes.txt doc/obdtrace_demo.txt + +%post +depmod -ae || exit 0 + +%postun +depmod -ae || exit 0 %clean #rm -rf $RPM_BUILD_ROOT -- 1.8.3.1