From 49d6a0e77736b2cec59e38f640731e55cd9b62b7 Mon Sep 17 00:00:00 2001 From: bojan Date: Wed, 15 Jul 2009 07:09:35 +0000 Subject: [PATCH] Build should depend on libuuid-devel. --- apr-util.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apr-util.spec b/apr-util.spec index fa83ae6..9e7646e 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 1.3.7 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -13,7 +13,7 @@ Patch1: apr-util-1.2.7-pkgconf.patch Patch2: apr-util-1.3.7-nodbmdso.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: autoconf, apr-devel >= 1.3.0 -BuildRequires: db4-devel, expat-devel, e2fsprogs-devel +BuildRequires: db4-devel, expat-devel, libuuid-devel %description The mission of the Apache Portable Runtime (APR) is to provide a @@ -188,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Wed Jul 15 2009 Bojan Smojver 1.3.7-5 +- BR: +libuuid-devel, -e2fsprogs-devel + * Tue Jun 9 2009 Joe Orton 1.3.7-4 - disable DBM-drivers-as-DSO support - backport r783046 from upstream