aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-21 18:08:17 +0000
committercrunchy <crunchy>2002-09-21 18:08:17 +0000
commitb1694e9b68bf4de24367fdfdad694538e684291f (patch)
treec0638fe7546fa544b1e2501a5751d93fb9637178
parentac0b397708f770dd3081a7742f4f764385a9ad91 (diff)
downloadmpiosh-b1694e9b68bf4de24367fdfdad694538e684291f.tar.gz
mpiosh-b1694e9b68bf4de24367fdfdad694538e684291f.tar.bz2
mpiosh-b1694e9b68bf4de24367fdfdad694538e684291f.zip
calling depmod after install of rpm package
-rw-r--r--ChangeLog3
-rw-r--r--mpio.spec.in1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af3b3b4..b84bb0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-09-21 Andreas Buesching <crunchy@tzi.de>
+ * mpio.spec.in (CFLAGS): add 'depmod -a' call to post install
+ instructions
+
* kernel/Makefile.am: add target clean and fixed the install
target to not strip the kernel module
diff --git a/mpio.spec.in b/mpio.spec.in
index 303a8c2..fcd5d05 100644
--- a/mpio.spec.in
+++ b/mpio.spec.in
@@ -32,6 +32,7 @@ make DESTDIR=$RPM_BUILD_ROOT install-strip
%post
mkmpiodev
ldconfig
+depmod -a
%preun
mkmpiodev -r