From 126947554dbf681c5712765130af239cc959cdff Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Nov 10 2016 15:08:18 +0000 Subject: Disable tests on releases earlier than 24 --- diff --git a/python-cryptography.spec b/python-cryptography.spec index 3f12ead..1a4332c 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-cryptography Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -128,6 +128,7 @@ popd %endif +%if ! 0%{?fedora} < 24 %check %{__python} setup.py test @@ -136,6 +137,7 @@ pushd %{py3dir} %{__python3} setup.py test popd %endif +%endif %files -n python2-cryptography @@ -151,6 +153,9 @@ popd %changelog +* Thu Nov 10 2016 Nathaniel McCallum - 1.5.3-2 +- Disable tests on releases earlier than 24 + * Mon Nov 07 2016 Nathaniel McCallum - 1.5.3-1 - Update to v1.5.3 - Update source URL