auto-import changelog data from libaio-0.3.12-1.src.rpm

Mon Apr 15 2002 Tim Powers <timp@redhat.com>
- make the post scriptlet not use /bin/sh
Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com>
- add /lib/libredhat-kernel* to %files.
Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com>
- make the dummy install as /lib/libredhat-kernel.so.1.0.0 so that ldconfig
    will link against it if no other is installed.
This commit is contained in:
cvsdist 2004-09-09 07:17:12 +00:00
parent 30111f6e72
commit bbca786cf7
3 changed files with 18 additions and 10 deletions

View File

@ -1 +1 @@
libaio-0.3.8.tar.gz
libaio-0.3.12.tar.gz

View File

@ -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 <timp@redhat.com>
- make the post scriptlet not use /bin/sh
* Sat Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com>
- add /lib/libredhat-kernel* to %files.
* Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com>
- 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 <bcrl@redhat.com>
- add io_getevents

View File

@ -1 +1 @@
a9107f48e7bc748725fda00878957ea7 libaio-0.3.8.tar.gz
6e42fe9910ffe2dc581c9adc6cd135ac libaio-0.3.12.tar.gz