[packages/apache] add missing apr-util dependency to base

glen glen at pld-linux.org
Tue Jul 11 16:08:17 CEST 2017


commit 0b9ef3152950e1a52403be86bd3b0a80aa94a821
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Jul 11 17:07:48 2017 +0300

    add missing apr-util dependency to base
    
    apr-util-1.5.4-3.x86_64 marks apache-base-2.4.26-3.x86_64 (req libaprutil-1.so.0()(64bit))

 apache.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/apache.spec b/apache.spec
index 09d38ff..b5b77de 100644
--- a/apache.spec
+++ b/apache.spec
@@ -36,7 +36,7 @@ Summary(ru.UTF-8):	Самый популярный веб-сервер
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
 Version:	2.4.26
-Release:	3
+Release:	4
 License:	Apache v2.0
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
@@ -199,6 +199,7 @@ Requires(pre):	/usr/sbin/useradd
 Requires(post,preun,postun):	systemd-units >= 38
 Requires:	/sbin/chkconfig
 Requires:	apr >= %{apr_ver}
+Requires:	apr-util >= %{apr_util_ver}
 Requires:	psmisc >= 20.1
 Requires:	rc-scripts >= 0.4.1.23
 Requires:	sed >= 4.0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/0b9ef3152950e1a52403be86bd3b0a80aa94a821



More information about the pld-cvs-commit mailing list