diff --git a/.cvsignore b/.cvsignore index 6c2729e..cec6c6b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libaio-0.3.13.tar.gz +libaio-0.3.93.tar.gz diff --git a/libaio.spec b/libaio.spec index 9ff18ef..38ad77e 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,14 +1,13 @@ Name: libaio -Version: 0.3.13 -Release: 5 +Version: 0.3.93 +Release: 4 Summary: Linux-native asynchronous I/O access library Copyright: LGPL Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root # Fix ExclusiveArch as we implement this functionality on more architectures -ExclusiveArch: i386 -Requires: initscripts >= 6.47-1 +ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64 %description The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a @@ -41,9 +40,6 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -# 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 @@ -51,8 +47,6 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %files %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 @@ -60,14 +54,27 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %attr(0644,root,root) /usr/include/* %attr(0755,root,root) /usr/lib/libaio.so %attr(0644,root,root) /usr/lib/libaio.a -%attr(0755,root,root) /usr/lib/libredhat-kernel.so %changelog -* Fri Jun 21 2002 Tim Powers -- automated rebuild +* Mon Jan 27 2003 Benjamin LaHaise +- bump to 0.3.93-3 for rebuild. -* Thu May 23 2002 Tim Powers -- automated rebuild +* Mon Dec 16 2002 Benjamin LaHaise +- libaio 0.3.93 test release +- add powerpc support from Gianni Tedesco +- add s/390 support from Arnd Bergmann + +* Fri Sep 12 2002 Benjamin LaHaise +- libaio 0.3.92 test release +- build on x86-64 + +* Thu Sep 12 2002 Benjamin LaHaise +- libaio 0.3.91 test release +- build on ia64 +- remove libredhat-kernel from the .spec file + +* Thu Sep 5 2002 Benjamin LaHaise +- libaio 0.3.90 test release * Mon Apr 29 2002 Benjamin LaHaise - add requires initscripts >= 6.47-1 to get boot time libredhat-kernel diff --git a/sources b/sources index 66bcb05..8d6a000 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f9a95a88ca233899071fc2ac70274eb libaio-0.3.13.tar.gz +a3e594aac556957444f4c322565a48f6 libaio-0.3.93.tar.gz