[cqrlog] Updated SPEC to move openssl-devel from BuildRequires to Requires

Eric Christensen sparks at fedoraproject.org
Sat Feb 23 04:53:38 UTC 2013


commit 0f342ee3a6401c8665140f6fbe4bf0e400a87da5
Author: Eric Christensen <sparks at fedoraproject.org>
Date:   Fri Feb 22 23:52:29 2013 -0500

    Updated SPEC to move openssl-devel from BuildRequires to Requires

 cqrlog.desktop.patch |    2 +-
 cqrlog.spec          |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cqrlog.desktop.patch b/cqrlog.desktop.patch
index 0988d6f..db6421f 100644
--- a/cqrlog.desktop.patch
+++ b/cqrlog.desktop.patch
@@ -5,5 +5,5 @@
  Type=Application
  Icon=cqrlog.png
 -Categories=Utility;Database;HamRadio
-+Categories=Utility;Database;HamRadio;
++Categories=Utility;Database;HamRadio;Education
  
diff --git a/cqrlog.spec b/cqrlog.spec
index 56c76fd..986bef6 100644
--- a/cqrlog.spec
+++ b/cqrlog.spec
@@ -1,6 +1,6 @@
 Name:		cqrlog
 Version:	1.5.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	An amateur radio contact logging program
 
 Group:		Applications/Databases
@@ -21,7 +21,7 @@ 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.
-BuildRequires:	openssl-devel
+Requires:	openssl-devel
 BuildRequires:	desktop-file-utils
 
 %description
@@ -150,6 +150,9 @@ iconv -f iso8859-1 -t utf-8 %{buildroot}%{_datadir}/%{name}/ctyfiles/eqsl.txt >
 %{_mandir}/man1/cqrlog.1.gz
 
 %changelog
+* Fri Feb 22 2013 Eric "Sparks" Christensne - 1.5.2-4
+- Changed openssl-devel from BuildRequires to Requires as it is needed for LoTW functionality
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list