From 9091b907c4c7886924b543ff0167da148837f2af Mon Sep 17 00:00:00 2001 From: Rakesh Pandit Date: Tue, 10 Nov 2009 06:49:51 +0000 Subject: [PATCH] Changed requires on libao-devel from: /usr/lib/libao.so.2 to libao%%{?_isa} --- libao.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libao.spec b/libao.spec index 2c81be2..1b8056a 100644 --- a/libao.spec +++ b/libao.spec @@ -1,6 +1,6 @@ Name: libao Version: 0.8.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Cross Platform Audio Output Library Group: System Environment/Libraries License: GPLv2+ @@ -27,7 +27,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig # needed because of disabled internal dependency generator. sheesh -Requires: %{_libdir}/libao.so.2 +Requires: %{_libdir}/libao%{?_isa} %description devel The %{name}-devel package contains libraries and header files for @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 10 2009 Rakesh Pandit - 0.8.8-8 +- Change requires on libao-devel from: /usr/lib/libao.so.2 to libao%%{?_isa} + * Fri Jul 24 2009 Fedora Release Engineering - 0.8.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild