[packages/openssh] - require non-buggy zlib
qboosh
qboosh at pld-linux.org
Sat Sep 22 20:01:33 CEST 2012
commit 3512e61a0b35f2aa2f9385a315cf78667378f598
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 22 20:02:32 2012 +0200
- require non-buggy zlib
openssh.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/openssh.spec b/openssh.spec
index 46709cb..df167d6 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -93,7 +93,8 @@ BuildRequires: pam-devel
BuildRequires: rpm >= 4.4.9-56
BuildRequires: rpmbuild(macros) >= 1.627
BuildRequires: sed >= 4.0
-BuildRequires: zlib-devel
+BuildRequires: zlib-devel >= 1.2.3
+Requires: zlib >= 1.2.3
%if "%{pld_release}" == "ac"
Requires: filesystem >= 2.0-1
Requires: pam >= 0.79.0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/3512e61a0b35f2aa2f9385a315cf78667378f598
More information about the pld-cvs-commit
mailing list