From commits-return-12348-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Nov 28 21:06:13 2011 Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D00D99AE1 for ; Mon, 28 Nov 2011 21:06:13 +0000 (UTC) Received: (qmail 78799 invoked by uid 500); 28 Nov 2011 21:06:13 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 78769 invoked by uid 500); 28 Nov 2011 21:06:13 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 78762 invoked by uid 99); 28 Nov 2011 21:06:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 21:06:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 21:06:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C56B723889D7 for ; Mon, 28 Nov 2011 21:05:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1207609 - /apr/apr-util/branches/1.4.x/build/rpm/apr-util.spec.in Date: Mon, 28 Nov 2011 21:05:50 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111128210550.C56B723889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minfrin Date: Mon Nov 28 21:05:48 2011 New Revision: 1207609 URL: http://svn.apache.org/viewvc?rev=1207609&view=rev Log: RPM: Ensure we depend correctly on libuuid-devel at build time. Modified: apr/apr-util/branches/1.4.x/build/rpm/apr-util.spec.in Modified: apr/apr-util/branches/1.4.x/build/rpm/apr-util.spec.in URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/build/rpm/apr-util.spec.in?rev=1207609&r1=1207608&r2=1207609&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/build/rpm/apr-util.spec.in (original) +++ apr/apr-util/branches/1.4.x/build/rpm/apr-util.spec.in Mon Nov 28 21:05:48 2011 @@ -11,7 +11,7 @@ URL: http://apr.apache.org/ Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: autoconf, libtool, doxygen, apr-devel >= 1.4.0 -BuildRequires: expat-devel +BuildRequires: expat-devel, libuuid-devel %description The mission of the Apache Portable Runtime (APR) is to provide a