From 07c04018b4f4506f7fa12b226d1407cc20a0ce9e Mon Sep 17 00:00:00 2001 From: Ben LaHaise Date: Sun, 14 Apr 2002 18:46:37 +0000 Subject: 0.3.11-2 spec file change: make sure /lib/libredhat-kernel* is in %files --- libaio.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libaio.spec b/libaio.spec index acb95b3..c0f6f06 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,6 @@ Name: libaio Version: 0.3.11 -Release: 1 +Release: 2 Summary: Linux-native asynchronous I/O access library Copyright: LGPL Group: System Environment/Libraries @@ -52,6 +52,7 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %defattr(-,root,root) %attr(0755,root,root) /usr/lib/libaio.so.* %attr(0755,root,root) /lib/kernel/stub/* +%attr(0755,root,root) /lib/libredhat-kernel* %doc COPYING TODO %files devel @@ -62,6 +63,9 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %attr(0755,root,root) /usr/lib/libredhat-kernel.so %changelog +* Sat Apr 12 2002 Benjamin LaHaise +- add /lib/libredhat-kernel* to %files. + * Fri Apr 12 2002 Benjamin LaHaise - make the dummy install as /lib/libredhat-kernel.so.1.0.0 so that ldconfig will link against it if no other is installed. -- cgit v1.2.1