commit 94d27daefdb8ba9bc60fa6a3da49143c3ce1d31f
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Mar 6 10:13:38 2016 +0200

    depend on openssl version
    
    yet another prog that checks library version instead relying on SONAME
    
    $ smtpd -n
    fatal: OpenSSL version mismatch. Built against 1000207f, you have 1000206f

 opensmtpd.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/opensmtpd.spec b/opensmtpd.spec
index 60c0d75..a6ab3e5 100644
--- a/opensmtpd.spec
+++ b/opensmtpd.spec
@@ -8,7 +8,7 @@
 Summary:       Free implementation of the server-side SMTP protocol as defined 
by RFC 5321
 Name:          opensmtpd
 Version:       5.7.3p2
-Release:       1
+Release:       2
 License:       ISC
 Group:         Daemons
 Source0:       https://www.opensmtpd.org/archives/%{name}-%{version}.tar.gz
@@ -43,6 +43,7 @@ Provides:     smtpdaemon
 Provides:      user(smtpd)
 Provides:      user(smtpq)
 Obsoletes:     smtpdaemon
+%requires_ge_to        openssl openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                privsepdir      /usr/share/empty
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opensmtpd.git/commitdiff/94d27daefdb8ba9bc60fa6a3da49143c3ce1d31f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to