From 0292c67b1a4b4dae98d44d312d33ff5194446147 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 21 Mar 2017 15:23:07 -0600 Subject: [PATCH] Resolves: rhbz #1434541 - Bugzilla Bug #1434541 - tomcatjss 7.2.1 is incompatible with versions of pki-base < 10.4.0 --- tomcatjss.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tomcatjss.spec b/tomcatjss.spec index e0f01b2..876c1e2 100644 --- a/tomcatjss.spec +++ b/tomcatjss.spec @@ -1,6 +1,6 @@ Name: tomcatjss Version: 7.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSSE implementation using JSS for Tomcat URL: http://pki.fedoraproject.org/ License: LGPLv2+ @@ -14,6 +14,7 @@ Source0: http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.ta # jpackage-utils requires versioning to meet both build and runtime requirements # jss requires versioning to meet both build and runtime requirements # tomcat requires versioning to meet both build and runtime requirements +Conflicts: pki-base < 10.4.0 BuildRequires: ant BuildRequires: apache-commons-lang BuildRequires: java-devel @@ -91,6 +92,10 @@ rm -rf %{buildroot} %{_javadir}/* %changelog +* Tue Mar 21 2017 Matthew Harmsen - 7.2.1-2 +- Bugzilla Bug #1434541 - tomcatjss 7.2.1 is incompatible with versions of + pki-base < 10.4.0 + * Tue Mar 14 2017 Matthew Harmsen 7.2.1-1 - Updated jss build and runtime dependencies - Bumped version due to corrupted tarball