diff options
author | Graham Leggett <minfrin@apache.org> | 2013-03-17 20:11:03 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-03-17 20:11:03 +0100 |
commit | 3a6bde00b289e6e085dc16716c724e0700185d59 (patch) | |
tree | 7615a08a1182794d94609b2dbebaba913519bf3d /build/rpm | |
parent | Remove the comment, this is done. (diff) | |
download | apache2-3a6bde00b289e6e085dc16716c724e0700185d59.tar.xz apache2-3a6bde00b289e6e085dc16716c724e0700185d59.zip |
RPM spec file: we depend on libuuid-devel to build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 7563c356b3..d9deb03a7c 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -13,7 +13,7 @@ License: Apache License, Version 2.0 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf, perl, pkgconfig, findutils -BuildRequires: zlib-devel, libselinux-devel +BuildRequires: zlib-devel, libselinux-devel, libuuid-devel BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.4.0, pcre-devel >= 5.0 Requires: initscripts >= 8.36, /etc/mime.types Obsoletes: httpd-suexec |