cvsdist 30111f6
Name: libaio
20be325
Version: 0.3.111
2d58d2e
Release: 19%{?dist}
cvsdist 30111f6
Summary: Linux-native asynchronous I/O access library
6f817ef
License: LGPL-2.0-or-later
20be325
Source: http://releases.pagure.org/libaio/libaio-0.3.111.tar.gz
beac4b7
59a99b9
Patch1: libaio-install-to-destdir-slash-usr.patch
23dde70
Patch2: libaio-remove-nostartfiles-nostdlib-from-build-flags.patch
cvsdist 30111f6
6457396
BuildRequires: gcc
a4118a7
BuildRequires: make
6457396
cvsdist 30111f6
%description
cvsdist 30111f6
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
cvsdist 30111f6
richer API and capability set than the simple POSIX async I/O facility.
cvsdist 30111f6
This library, libaio, provides the Linux-native API for async I/O.
cvsdist 30111f6
The POSIX async I/O facility requires this library in order to provide
cvsdist 30111f6
kernel-accelerated async I/O capabilities, as do applications which
cvsdist 30111f6
require the Linux-native async I/O API.
cvsdist 30111f6
e4754a3
%define libdir /%{_lib}
e4754a3
%define usrlibdir %{_prefix}/%{_lib}
e4754a3
cvsdist 30111f6
%package devel
cvsdist 30111f6
Summary: Development files for Linux-native asynchronous I/O access
6457396
Requires: %{name}%{?_isa} = %{version}-%{release}
cvsdist 30111f6
cvsdist 30111f6
%description devel
cvsdist 30111f6
This package provides header files to include and libraries to link with
cvsdist 30111f6
for the Linux-native asynchronous I/O facility ("async I/O", or "aio").
cvsdist 30111f6
cvsdist 30111f6
%prep
59a99b9
%setup -q -a 0
59a99b9
%patch1 -p0 -b .install-to-destdir-slash-usr
59a99b9
%patch1 -p1 -b .install-to-destdir-slash-usr
23dde70
%patch2 -p0 -b .nostdlib
23dde70
%patch2 -p1 -b .nostdlib
b70895f
mv %{name}-%{version} compat-%{name}-%{version}
cvsdist 30111f6
cvsdist 30111f6
%build
fecfaf7
# This package uses ASMs to implement symbol versioning and is thus
fecfaf7
# incompatible with LTO
fecfaf7
%define _lto_cflags %{nil}
fecfaf7
b70895f
# A library with a soname of 1.0.0 was inadvertantly released.  This
b70895f
# build process builds a version of the library with the broken soname in
b70895f
# the compat-libaio-0.3.103 directory, and then builds the library again
b70895f
# with the correct soname.
23dde70
%set_build_flags
b70895f
cd compat-%{name}-%{version}
b70895f
make soname='libaio.so.1.0.0' libname='libaio.so.1.0.0'
b70895f
cd ..
cvsdist 30111f6
make
cvsdist 30111f6
cvsdist 30111f6
%install
b70895f
cd compat-%{name}-%{version}
b70895f
install -D -m 755 src/libaio.so.1.0.0 \
59a99b9
  $RPM_BUILD_ROOT/%{usrlibdir}/libaio.so.1.0.0
b70895f
cd ..
e4754a3
make destdir=$RPM_BUILD_ROOT prefix=/ libdir=%{libdir} usrlibdir=%{usrlibdir} \
e4754a3
	includedir=%{_includedir} install
b70895f
6457396
find %{buildroot} -name '*.a' -delete
cvsdist 30111f6
a00bf47
%ldconfig_scriptlets
cvsdist 30111f6
cvsdist 30111f6
%files
6457396
%license COPYING
59a99b9
%attr(0755,root,root) %{usrlibdir}/libaio.so.*
cvsdist 30111f6
cvsdist 30111f6
%files devel
cvsdist 13613f7
%attr(0644,root,root) %{_includedir}/*
59a99b9
%attr(0755,root,root) %{usrlibdir}/libaio.so
cvsdist 30111f6
cvsdist 30111f6
%changelog
2d58d2e
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-19
2d58d2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2d58d2e
99ca1ab
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-18
99ca1ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
99ca1ab
6f817ef
* Fri Oct 13 2023 Jeff Moyer <jmoyer@redhat.com> - 0.3.111-17
6f817ef
- migrated to SPDX license (Jeff Moyer)
6f817ef
cfd81d1
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-16
cfd81d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
cfd81d1
d58df96
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-15
d58df96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
d58df96
3c9e0b0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-14
3c9e0b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3c9e0b0
07d1662
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-13
07d1662
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
07d1662
defc32a
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-12
defc32a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
defc32a
f24cf79
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-11
f24cf79
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f24cf79
fecfaf7
* Fri Aug 07 2020 Jeff Law <law@redhat.com> - 0.3.111-10
fecfaf7
- Disable LTO
fecfaf7
ba5b45c
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-9
ba5b45c
- Second attempt - Rebuilt for
ba5b45c
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ba5b45c
7f38bd1
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-8
7f38bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7f38bd1
5f44aed
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-7
5f44aed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5f44aed
de68b19
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-6
de68b19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
de68b19
23dde70
* Wed Mar 13 2019 Paolo Bonzini <pbonzini@redhat.com> - 0.3.111-5
23dde70
- Pass in the distro-provided CFLAGS and LFLAGS. (Jeff Moyer)
23dde70
- Get rid of -nostartfiles -nostdlib (Jeff Moyer)
23dde70
- Resolves: rhbz#1630578
23dde70
c46ed0d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-4
c46ed0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c46ed0d
6457396
* Tue Jul 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.111-3
6457396
- Spec cleanup
6457396
6463a63
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.111-2
6463a63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6463a63
20be325
* Wed Mar 07 2018 Jeff Moyer <jmoyer@redhat.com> - 0.3.111-1
20be325
- import 0.3.111, which adds support for preadv2,pwritev2, riscv (Jeff Moyer)
20be325
dde35c9
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.110-11
dde35c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
dde35c9
a00bf47
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.110-10
a00bf47
- Switch to %%ldconfig_scriptlets
a00bf47
c66f2a7
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.110-9
c66f2a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c66f2a7
804c6af
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.110-8
804c6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
804c6af
db11cf2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.110-7
db11cf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
db11cf2
97f51c1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.110-6
97f51c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
97f51c1
cd0fac3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.110-5
cd0fac3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cd0fac3
26b0555
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.110-4
26b0555
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
26b0555
b7a8607
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.110-3
b7a8607
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b7a8607
59a99b9
* Wed Mar  5 2014 Jeff Moyer <jmoyer@redhat.com> - 0.3.110-2
59a99b9
- Rebase to 0.3.110 which adds support for aarch64 and other arches (Jeff Moyer)
59a99b9
- Move to /usr
59a99b9
- Resolves: bz#969680
59a99b9
beac4b7
* Tue Mar 4  2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.3.109-9
beac4b7
- Initial aarch64 compatibility patch.
beac4b7
0820c5c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.109-8
0820c5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0820c5c
9db6e44
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.109-7
9db6e44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9db6e44
5687e78
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.109-6
5687e78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5687e78
5b27f35
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.109-5
5b27f35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5b27f35
41cca29
* Mon Apr 04 2011 Dennis Gilmore <dennis@ausil.us> - 0.3.109-4
41cca29
-patch in sparc support 
41cca29
148ec62
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.109-3
148ec62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
148ec62
f3ffe49
* Tue Jan 19 2010 Jeff Moyer <jmoyer@redhat.com> - 0.3.109-2
f3ffe49
- Get rid of the static library. (Bug 556059)
f3ffe49
105bdfb
* Fri Oct  9 2009 Jeff Moyer <jmoyer@redhat.com> - 0.3.109-1
105bdfb
- Pull in upstream .109 to get ARM architecture support.
105bdfb
- Remove the broken sparc patch;  it should go upstream first.
105bdfb
ecfabae
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.107-9
ecfabae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ecfabae
14a88e9
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.107-8
14a88e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
14a88e9
eb3f28c
* Tue Jan 20 2009 Jeff Moyer <jmoyer@redhat.com> - 0.3.107-7
eb3f28c
- Fix the install to / patch.
eb3f28c
fad21b2
* Wed Oct 01 2008 Dennis Gilmore <dennis@ausil.us> - 0.3.107-6
fad21b2
- add patch with sparc support
fad21b2
1e4d109
* Wed Oct 01 2008 Dennis Gilmore <dennis@ausil.us> - 0.3.107-5
1e4d109
- remove ExclusiveArch line
1e4d109
e4754a3
* Wed Sep  3 2008 Jeff Moyer <jmoyer@redhat.com> - 0.3.107-4
e4754a3
- Install to / instead of /usr for early users of libaio (Jeff Moyer)
e4754a3
- Resolves: bz#459158
e4754a3
f329b9a
* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.107-3
f329b9a
- fix license tag
f329b9a
2cbe3bf
* Thu Jun 05 2008 Jeff Moyer <jmoyer@redhat.com> - 0.3.107-2
2cbe3bf
- Update to the latest upstream which adds eventfd support and fixes broken
2cbe3bf
  test cases.  (Rusty Russell)
2cbe3bf
2c068cf
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.106-4.2
2c068cf
- Autorebuild for GCC 4.3
2c068cf
bbd7f11
* Mon Jul 17 2006 Jeff Moyer <jmoyer@redhat.com> - 0.3.106-3.2
bbd7f11
- rebuild
bbd7f11
43fafba
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.3.106-3.1
43fafba
- rebuild
43fafba
a2ee4f4
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 0.3.106-3
a2ee4f4
- rebuild for -devel deps
a2ee4f4
b4472d6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.106-2.2
b4472d6
- bump again for double-long bug on ppc(64)
b4472d6
8238eeb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.106-2.1
8238eeb
- rebuilt for new gcc4.1 snapshot and glibc changes
8238eeb
e4933c4
* Wed Jan 04 2006 Jeff Moyer <jmoyer@redhat.com> - 0.3.106-2
e4933c4
- Update to the latest sources, which contain the following change:
e4933c4
  Add a .proc directive for the ia64_aio_raw_syscall macro.  This sounds a lot
e4933c4
  like the previous entry, but that one fixed the __ia64_raw_syscall macro,
e4933c4
  located in syscall-ia64.h.  This macro is in raw_syscall.c, which pretty much
e4933c4
  only exists for ia64.  This bug prevented the package from building with
e4933c4
  newer version of gcc.
e4933c4
405ce87
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
405ce87
- rebuilt
405ce87
7962c33
* Fri Apr  1 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.104-2
7962c33
- Add Alpha architecture support.  (Sergey Tikhonov <tsv@solvo.ru>)
7962c33
5297522
* Wed Mar 16 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.103-6
54c9154
- Rebuild with gcc 4.
54c9154
b70895f
* Mon Feb 14 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.103-4
b70895f
- Build the library twice.  Once with the old SONAME and once with the new
b70895f
  one.  This fixes the wrong SONAME problem by keeping a library around with
b70895f
  the wrong name (libaio.so.1.0.0) and generating a new one (libaio.so.1.0.1).
b70895f
771222c
* Thu Oct 14 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.102-1
771222c
- update to 102.  Fixes build errors on s390:
771222c
  - S390 asm had a bug; I forgot to update the clobber list.  Lucky for me,
771222c
    newer compilers complain about such things.
771222c
  - Also update the s390 asm to look more like the new kernel variants.
771222c
df2f336
* Wed Oct 13 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.101-1
df2f336
- update to 101.  Fixes bz 133253 -  libaio backwards compatibility severely
df2f336
  broken.
df2f336
2173b03
* Tue Sep 14 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.100-1
2173b03
- update to 100.  Fixes bz 129910.  Add pseries and iseries to
2173b03
  exclusivearch.
2173b03
cvsdist 1f958c8
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 1f958c8
- rebuilt
cvsdist 1f958c8
cvsdist 0f80e65
* Tue Mar 30 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.99-2
cvsdist 0f80e65
- Apparently the 0.3.93 patch was not meant for 0.3.96.  Backed it out.
cvsdist 0f80e65
cvsdist 0f80e65
* Tue Mar 30 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.99-1
cvsdist 0f80e65
- Fix compat calls.
cvsdist 0f80e65
- make library .so.1.0.0 and make symlinks properly.
cvsdist 0f80e65
- Fix header file for inclusion in c++ code.
cvsdist 13613f7
cvsdist 13613f7
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-2
cvsdist 13613f7
- bah.  fix version nr in changelog.
cvsdist 13613f7
cvsdist 13613f7
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-1
cvsdist 13613f7
- fix compiler warnings.
cvsdist 13613f7
cvsdist 13613f7
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.97-2
cvsdist 13613f7
- make srpm was using rpm to do a build.  changed that to use rpmbuild if
cvsdist 13613f7
  it exists, and fallback to rpm if it doesn't.
cvsdist 13613f7
cvsdist 13613f7
* Tue Feb 24 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.97-1
cvsdist 13613f7
- Use libc syscall(2) instead of rolling our own calling mechanism.  This 
cvsdist 13613f7
  change is inspired due to a failure to build with newer gcc, since clobber 
cvsdist 13613f7
  lists were wrong.
cvsdist 13613f7
- Add -fpic to the CFLAGS for all architectures.  Should address bz #109457.
cvsdist 13613f7
- change a #include from <linux/types.h> to <sys/types.h>.  Fixes a build
cvsdist 13613f7
  issue on s390.
cvsdist 13613f7
6457396
* Wed Jul  9 2003 Bill Nottingham <notting@redhat.com> 0.3.96-3
cvsdist 13613f7
- fix paths on lib64 arches
cvsdist 13613f7
cvsdist 13613f7
* Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.96-2
cvsdist 13613f7
- optimization in io_getevents from Arjan van de Ven in 0.3.96-1
cvsdist 13613f7
- deal with ia64 in 0.3.96-2
cvsdist 13613f7
cvsdist 13613f7
* Wed May 28 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.95-1
cvsdist 13613f7
- ppc bugfix from Julie DeWandel
cvsdist 13613f7
cvsdist 13613f7
* Tue May 20 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.94-1
cvsdist 13613f7
- symbol versioning fix from Ulrich Drepper
cvsdist 13613f7
cvsdist f3abf09
* Mon Jan 27 2003 Benjamin LaHaise <bcrl@redhat.com>
cvsdist f3abf09
- bump to 0.3.93-3 for rebuild.
cvsdist bb2dbb0
cvsdist f3abf09
* Mon Dec 16 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist f3abf09
- libaio 0.3.93 test release
cvsdist f3abf09
- add powerpc support from Gianni Tedesco <gianni@ecsc.co.uk>
cvsdist f3abf09
- add s/390 support from Arnd Bergmann <arnd@bergmann-dalldorf.de>
cvsdist f3abf09
6457396
* Fri Sep 13 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist f3abf09
- libaio 0.3.92 test release
cvsdist f3abf09
- build on x86-64
cvsdist f3abf09
cvsdist f3abf09
* Thu Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist f3abf09
- libaio 0.3.91 test release
cvsdist f3abf09
- build on ia64
cvsdist f3abf09
- remove libredhat-kernel from the .spec file
cvsdist f3abf09
cvsdist f3abf09
* Thu Sep  5 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist f3abf09
- libaio 0.3.90 test release
cvsdist a31e52c
cvsdist 6050f93
* Mon Apr 29 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist 6050f93
- add requires initscripts >= 6.47-1 to get boot time libredhat-kernel 
cvsdist 6050f93
  linkage correct.
cvsdist 6050f93
- typo fix
cvsdist 6050f93
cvsdist 6050f93
* Thu Apr 25 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist 6050f93
- make /usr/lib/libredhat-kernel.so point to /lib/libredhat-kernel.so.1.0.0
cvsdist 6050f93
cvsdist bbca786
* Mon Apr 15 2002 Tim Powers <timp@redhat.com>
cvsdist bbca786
- make the post scriptlet not use /bin/sh
cvsdist bbca786
6457396
* Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com>
59a99b9
- add /lib/libredhat-kernel* to %%files.
cvsdist bbca786
cvsdist bbca786
* Fri Apr 12 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist bbca786
- make the dummy install as /lib/libredhat-kernel.so.1.0.0 so 
cvsdist bbca786
  that ldconfig will link against it if no other is installed.
cvsdist bbca786
cvsdist 30111f6
* Tue Jan 22 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist 30111f6
- add io_getevents
cvsdist 30111f6
cvsdist 30111f6
* Tue Jan 22 2002 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 30111f6
- Make linker happy with /usr/lib symlink for libredhat-kernel.so
cvsdist 30111f6
cvsdist 30111f6
* Mon Jan 21 2002 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 30111f6
- Added stub library
cvsdist 30111f6
cvsdist 30111f6
* Sun Jan 20 2002 Michael K. Johnson <johnsonm@redhat.com>
cvsdist 30111f6
- Initial packaging