From 1e4d1099bf719a132eb55f612d9f6fd3d464304e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 02 2008 01:49:49 +0000 Subject: remove ExclusiveArch line --- diff --git a/libaio.spec b/libaio.spec index 53a7a9f..7cabdb1 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,6 @@ Name: libaio Version: 0.3.107 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Linux-native asynchronous I/O access library License: LGPLv2+ Group: System Environment/Libraries @@ -8,8 +8,6 @@ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root Patch1: libaio-install-to-slash.patch -# Fix ExclusiveArch as we implement this functionality on more architectures -ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries alpha alphaev6 %description The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a @@ -74,6 +72,9 @@ make destdir=$RPM_BUILD_ROOT prefix=/ libdir=%{libdir} usrlibdir=%{usrlibdir} \ %attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Wed Oct 01 2008 Dennis Gilmore - 0.3.107-5 +- remove ExclusiveArch line + * Wed Sep 3 2008 Jeff Moyer - 0.3.107-4 - Install to / instead of /usr for early users of libaio (Jeff Moyer) - Resolves: bz#459158