Restored requirement for 'jss-javadocs'
This commit is contained in:
parent
f16eeda1af
commit
2f21e20862
@ -1,7 +1,7 @@
|
||||
Summary: Dogtag Public Key Infrastructure (PKI) Suite
|
||||
Name: dogtag-pki
|
||||
Version: 10.2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
|
||||
License: GPLv2 and LGPLv2
|
||||
URL: http://pki.fedoraproject.org/
|
||||
@ -15,6 +15,7 @@ ExcludeArch: ppc ppc64 ppcle ppc64le s390 s390x
|
||||
|
||||
%define dogtag_pki_theme_version %{version}
|
||||
%define esc_version 1.1.0
|
||||
%define jss_version 4.2.6-35
|
||||
# NOTE: The following package versions are TLS compliant:
|
||||
%define pki_core_version %{version}
|
||||
%define pki_console_version %{version}
|
||||
@ -36,6 +37,10 @@ Requires: pki-tools >= %{pki_core_version}
|
||||
Requires: pki-symkey >= %{pki_core_version}
|
||||
Requires: pki-base >= %{pki_core_version}
|
||||
|
||||
# Make certain that this 'meta' package requires the latest version(s)
|
||||
# of ALL top-level Dogtag PKI support javadocs
|
||||
Requires: jss-javadoc >= %{jss_version}
|
||||
|
||||
# Make certain that this 'meta' package requires the latest version(s)
|
||||
# of ALL Dogtag PKI core javadocs
|
||||
Requires: pki-javadoc >= %{pki_core_version}
|
||||
@ -93,6 +98,9 @@ rm -rf %{buildroot}
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Fri Apr 24 2015 Dogtag Team <pki-devel@redhat.com> 10.2.3-2
|
||||
- Restored requirement for 'jss-javadocs'
|
||||
|
||||
* Thu Apr 23 2015 Dogtag Team <pki-devel@redhat.com> 10.2.3-1
|
||||
- Update release number for release build
|
||||
- Remove tomcatjss, jss and selinux requirements as these should
|
||||
|
Loading…
Reference in New Issue
Block a user