]> git.pld-linux.org Git - packages/php.git/commitdiff
libevent dependency from FPM removed in 5.3.4RC1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 22 Aug 2012 22:16:50 +0000 (01:16 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 22 Aug 2012 22:20:03 +0000 (01:20 +0300)
https://bugzilla.redhat.com/835671
https://bugs.php.net/bug.php?id=52501
https://bugs.php.net/bug.php?id=52498

php.spec

index 8b4961f99343b2cc056f100d5dd2340c976f79c5..53c95ee2641829ad167ddd8b76c4e73542a3df3b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -275,7 +275,6 @@ BuildRequires:      apr-util-devel >= 1:1.0.0
 %endif
 %if %{with fpm}
 #BuildRequires:        judy-devel
-BuildRequires: libevent-devel >= 1.4.7-3
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -477,7 +476,6 @@ Requires(postun):   /usr/sbin/userdel
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/useradd
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Requires:      libevent >= 1.4.7-3
 Requires:      rc-scripts
 Provides:      user(http)
 Provides:      webserver(php) = %{version}
This page took 0.0466 seconds and 4 git commands to generate.