From 176e84e1af96af16f48af6bafcdcc0c5852e71ac Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Thu, 10 Nov 2016 13:32:17 -0500 Subject: [PATCH] Revert previous change --- python-cryptography.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 1a4332c..1c453a9 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-cryptography Version: 1.5.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -128,7 +128,6 @@ popd %endif -%if ! 0%{?fedora} < 24 %check %{__python} setup.py test @@ -137,7 +136,6 @@ pushd %{py3dir} %{__python3} setup.py test popd %endif -%endif %files -n python2-cryptography @@ -153,6 +151,9 @@ popd %changelog +* Thu Nov 10 2016 Nathaniel McCallum - 1.5.3-3 +- Revert previous change + * Thu Nov 10 2016 Nathaniel McCallum - 1.5.3-2 - Disable tests on releases earlier than 24