diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | mpio.spec.in | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |