Skip to content

Commit

Permalink
Synced up local spec files with latest release (10.4.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharmsen99 committed Jun 23, 2017
1 parent 9d63a7a commit 369ce88
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 5 deletions.
8 changes: 7 additions & 1 deletion specs/dogtag-pki-theme.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Name: dogtag-pki-theme
Version: 10.4.1
Release: 2%{?dist}
%else
Version: 10.4.7
Version: 10.4.8
Release: 1.1%{?dist}
%endif
Summary: Certificate System - Dogtag PKI Theme Components
Expand Down Expand Up @@ -173,6 +173,12 @@ cd build


%changelog
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-1.1
- Updated source version number to 10.4.8-1.1

* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-1
- Updated source version number to 10.4.8-1

* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1

Expand Down
8 changes: 7 additions & 1 deletion specs/dogtag-pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name: dogtag-pki
Version: 10.4.1
Release: 2%{?dist}
%else
Version: 10.4.7
Version: 10.4.8
Release: 1.1%{?dist}
%endif
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
Expand Down Expand Up @@ -129,6 +129,12 @@ rm -rf %{buildroot}
%doc README

%changelog
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-1.1
- Updated source version number to 10.4.8-1.1

* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-1
- Updated source version number to 10.4.8-1

* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1

Expand Down
8 changes: 7 additions & 1 deletion specs/pki-console.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Name: pki-console
Version: 10.4.1
Release: 5%{?dist}
%else
Version: 10.4.7
Version: 10.4.8
Release: 1.1%{?dist}
%endif
Summary: Certificate System - PKI Console
Expand Down Expand Up @@ -143,6 +143,12 @@ cd build


%changelog
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-1.1
- Updated source version number to 10.4.8-1.1

* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-1
- Updated source version number to 10.4.8-1

* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1

Expand Down
34 changes: 32 additions & 2 deletions specs/pki-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Name: pki-core
Version: 10.4.1
Release: 8%{?dist}
%else
Version: 10.4.7
Release: 1.1%{?dist}
Version: 10.4.8
Release: 2.1%{?dist}
%endif
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
Expand Down Expand Up @@ -205,6 +205,7 @@ BuildRequires: tomcatjss >= 7.1.3
%if 0%{?with_python3}
BuildRequires: python3-cryptography
BuildRequires: python3-devel
BuildRequires: python3-lxml
BuildRequires: python3-nss
BuildRequires: python3-pyldap
BuildRequires: python3-requests >= 2.6.0
Expand Down Expand Up @@ -505,6 +506,7 @@ BuildArch: noarch
Requires: pki-base = %{version}-%{release}

Requires: python3-cryptography
Requires: python3-lxml
Requires: python3-nss
Requires: python3-requests >= 2.6.0
Requires: python3-six
Expand Down Expand Up @@ -1422,6 +1424,34 @@ fi
%endif # %{with server}

%changelog
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-2.1
- Updated source version number to 10.4.8-2.1

* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-2
- dogtagpki Pagure Issue #2721 - Key recovery using externalReg fails
with java null pointer exception on KRA (vakwetu)
- dogtagpki Pagure Issue #2737 - CMC: check HTTPS client
authentication cert against CMC signer (cfu)
- dogtagpki Pagure Issue #2741 - Unable to find keys in the p12 file
after deleting the any of the subsystem certs from it (ftweedal)
- dogtagpki Pagure Issue #2745 - Platform Dependent Python Import (cheimes)

* Mon Jun 12 2017 Dogtag Team <[email protected]> 10.4.8-1
- dogtagpki Pagure Issue #2540 - Creating symmetric key (sharedSecret)
using tkstool is failing when operating system is in FIPS mode. (jmagne)
- dogtagpki Pagure Issue #2617 - Allow CA to process pre-signed CMC
non-signing certificate requests (cfu)
- dogtagpki Pagure Issue #2619 - Allow CA to process pre-signed CMC
revocation non-signing cert requests (cfu)
- dogtagpki Pagure Issue #2643 - Session timeout for PKI console
(edewata)
- dogtagpki Pagure Issue #2719 - change the way aes clients refer to
aes keysets (vakwetu)
- dogtagpki Pagure Issue #2722 - dont reuse IVs in the CMC code
(vakwetu)
- dogtagpki Pagure Issue #2728 - In keywrap mode, key recovery on
KRA with HSM causes KRA to crash (ftweedal)

* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1

Expand Down

0 comments on commit 369ce88

Please sign in to comment.