[authconfig] add missing requires for /usr/bin/openssl

Tomáš Mráz tmraz at fedoraproject.org
Mon Jun 18 13:45:43 UTC 2012


commit 925a53e1f3f78612b8b48dd2de3eb58677305cd8
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Jun 18 15:45:40 2012 +0200

    add missing requires for /usr/bin/openssl

 authconfig.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/authconfig.spec b/authconfig.spec
index ada9f70..c8cf1b7 100644
--- a/authconfig.spec
+++ b/authconfig.spec
@@ -1,7 +1,7 @@
 Summary: Command line tool for setting up authentication from network services
 Name: authconfig
 Version: 6.2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
@@ -14,6 +14,7 @@ Conflicts: nss_ldap < 254, sssd < 0.99.1
 Conflicts: freeipa-client < 2.2.0, ipa-client < 2.2.0
 BuildRequires: glib2-devel, python >= 2.6, python-devel
 BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser
+Requires: /usr/bin/openssl
 
 %description 
 Authconfig is a command line utility which can configure a workstation
@@ -125,6 +126,9 @@ authconfig --update --nostart >/dev/null 2>&1 || :
 %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.*
 
 %changelog
+* Mon Jun 18 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.2-3
+- add missing requires for /usr/bin/openssl
+
 * Wed May 30 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.2-2
 - fix linking with libresolv
 


More information about the scm-commits mailing list