Rebased to PKI 10.6.2

This commit is contained in:
Endi S. Dewata 2018-06-16 03:33:02 +02:00
parent 520a39d850
commit 590e9909f8

View File

@ -15,21 +15,21 @@ ExcludeArch: aarch64 s390x
%endif
%if 0%{?rhel}
Version: 10.6.1
Release: 3%{?_timestamp}%{?_commit_id}%{?dist}
Version: 10.6.2
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
%else
Version: 10.6.1
Release: 3%{?_timestamp}%{?_commit_id}%{?dist}
Version: 10.6.2
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
%endif
################################################################################
# Python
################################################################################
%if 0%{?fedora} || 0%{?rhel} > 7
%global with_python3 1
%else
%if 0%{?rhel} && 0%{?rhel} <= 7
%global with_python3 0
%else
%global with_python3 1
%endif
# Make certain that this 'meta' package requires the latest version(s)
@ -127,6 +127,9 @@ EOF
################################################################################
%changelog
* Fri Jun 15 2018 Dogtag PKI Team <pki-devel@redhat.com> - 10.6.2-1
- Rebased to PKI 10.6.2
* Wed May 30 2018 Dogtag PKI Team <pki-devel@redhat.com> - 10.6.1-3
- Updated JSS dependency
- Updated Tomcat dependency