[cqrlog] Fixed OpenSSL dependency

Eric Christensen sparks at fedoraproject.org
Thu Feb 28 15:32:59 UTC 2013


commit 6c0474d9388c10ddb0b1ca017743d44c85339736
Author: Eric Christensen <sparks at redhat.com>
Date:   Thu Feb 28 10:32:56 2013 -0500

    Fixed OpenSSL dependency

 cqrlog.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/cqrlog.spec b/cqrlog.spec
index cac1727..d30791c 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -1,6 +1,6 @@
 Name:		cqrlog
 Version:	1.5.2
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	An amateur radio contact logging program
 
 Group:		Applications/Databases
@@ -20,8 +20,9 @@ Requires:	mysql
 Requires:	mysql-server
 Requires:	trustedqsl
 Requires:	hamlib 
-#This entire library is required for this software as this library contains the information for connecting to various transceivers.
-Requires:	openssl-devel
+Requires: libssl.so
+Requires: libcrypto.so.1.0.1c
+Requires: libmysqlclient.so.18
 BuildRequires:	desktop-file-utils
 
 %description
@@ -150,6 +151,9 @@ iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt >
 %{_mandir}/man1/cqrlog.1.gz
 
 %changelog
+* Thu 2013-02-28 Eric "Sparks" Christensen - 1.5.2-6
+- Fixed OpenSSL requirements
+
 * Fri Feb 22 2013 Eric "Sparks" Christensen - 1.5.2-5
 - Repaired desktop category
 


More information about the scm-commits mailing list