From bbca786cf7f8c3f0c923a1f656dc908cad406d19 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:17:12 +0000 Subject: [PATCH] auto-import changelog data from libaio-0.3.12-1.src.rpm Mon Apr 15 2002 Tim Powers - make the post scriptlet not use /bin/sh Fri 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. --- .cvsignore | 2 +- libaio.spec | 24 ++++++++++++++++-------- sources | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index be3fa18..f04f3cb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libaio-0.3.8.tar.gz +libaio-0.3.12.tar.gz diff --git a/libaio.spec b/libaio.spec index 12e5bbf..fa00ba9 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,5 +1,5 @@ Name: libaio -Version: 0.3.8 +Version: 0.3.12 Release: 1 Summary: Linux-native asynchronous I/O access library Copyright: LGPL @@ -40,13 +40,10 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -%post -# if no libredhat-kernel.so is in place, temporarily use our stub -# so that programs will link correctly -if [ ! -f /lib/libredhat-kernel.so ] ; then - ln -sf /lib/kernel/stub/* /lib/ -fi -/sbin/ldconfig +# if no libredhat-kernel.so is in place, the stub's version of 1.0.0 +# will link correctly for apps. This requires that the kernel's +# libredhat-kernel.so be 1.0.1 or higher. +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -54,6 +51,7 @@ fi %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 @@ -64,6 +62,16 @@ fi %attr(0755,root,root) /usr/lib/libredhat-kernel.so %changelog +* Mon Apr 15 2002 Tim Powers +- make the post scriptlet not use /bin/sh + +* 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. + * Tue Jan 22 2002 Benjamin LaHaise - add io_getevents diff --git a/sources b/sources index 69ed521..e4e6cbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9107f48e7bc748725fda00878957ea7 libaio-0.3.8.tar.gz +6e42fe9910ffe2dc581c9adc6cd135ac libaio-0.3.12.tar.gz