From 361fca3395b4b3ab0acdf9e4768b17cf4ce16245 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 24 Oct 2017 11:55:37 +0200 Subject: [PATCH] Change Requires to openssl-libs --- python-cryptography.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index a7b057e..489b3b9 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -11,7 +11,7 @@ Name: python-%{srcname} Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -164,6 +164,9 @@ popd %changelog +* Tue Oct 24 2017 Christian Heimes - 2.0.2-3 +- Change Requires to openssl-libs + * Thu Aug 03 2017 Christian Heimes - 2.0.2-2 - Add workaround for pytest bug