- update to 100. Fixes bz 129910. Add pseries and iseries to exclusivearch.
This commit is contained in:
parent
1f958c87af
commit
2173b03884
@ -1 +1,2 @@
|
||||
libaio-0.3.99.tar.gz
|
||||
libaio-0.3.100.tar.gz
|
||||
|
||||
10
libaio.spec
10
libaio.spec
@ -1,13 +1,13 @@
|
||||
Name: libaio
|
||||
Version: 0.3.99
|
||||
Release: 3
|
||||
Version: 0.3.100
|
||||
Release: 1
|
||||
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 x86_64 ia64 s390 s390x ppc ppc64
|
||||
ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries
|
||||
|
||||
%description
|
||||
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
|
||||
@ -58,6 +58,10 @@ make install prefix=$RPM_BUILD_ROOT/usr \
|
||||
%attr(0644,root,root) %{_libdir}/libaio.a
|
||||
|
||||
%changelog
|
||||
* Tue Sep 14 2004 Jeff Moyer <jmoyer@redhat.com> - 0.3.100-1
|
||||
- update to 100. Fixes bz 129910. Add pseries and iseries to
|
||||
exclusivearch.
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user