From 963211398251deb02c30878bb429f63d70a1f8a7 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 18 Jan 2017 13:33:11 -0500 Subject: [PATCH] Add a conflicts on old versions of jansson --- jose.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jose.spec b/jose.spec index 6f68ca8..179c331 100644 --- a/jose.spec +++ b/jose.spec @@ -1,6 +1,6 @@ Name: jose Version: 6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for JSON Object Signing and Encryption (JOSE) License: ASL 2.0 @@ -19,7 +19,8 @@ Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. %package -n lib%{name} -Summary: Library implementing JSON Object Signing and Encryption +Summary: Library implementing JSON Object Signing and Encryption +Conflicts: jansson < 2.9 %description -n lib%{name} This package contains a C library for performing JOSE operations. @@ -127,6 +128,9 @@ make %{?_smp_mflags} check %{_libdir}/pkgconfig/%{name}-zlib.pc %changelog +* Wed Jan 18 2017 Nathaniel McCallum - 6-4 +- Add a conflicts on old versions of jansson + * Fri Nov 11 2016 Nathaniel McCallum - 6-3 - Fix build on big-endian platforms (fix already upstream)