Rebased to PKI 10.6.7
This commit is contained in:
parent
715ea5c074
commit
3fd10fb37e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/pki-10.6.4.tar.gz
|
||||
/pki-10.6.5.tar.gz
|
||||
/pki-10.6.6.tar.gz
|
||||
/pki-10.6.7.tar.gz
|
||||
|
@ -10,12 +10,12 @@ License: GPLv2 and LGPLv2
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
# no arch exclusion
|
||||
%else
|
||||
# Exclude 'aarch64' and 's390x' architectures since
|
||||
# Exclude 's390' and 's390x' architectures since
|
||||
# 'esc' does not exist on these two platforms
|
||||
ExcludeArch: aarch64 s390x
|
||||
ExcludeArch: s390 s390x
|
||||
%endif
|
||||
|
||||
Version: 10.6.6
|
||||
Version: 10.6.7
|
||||
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
# global _phase -a1
|
||||
|
||||
@ -206,7 +206,7 @@ BuildRequires: nss-devel >= 3.36.1
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
BuildRequires: nuxwdog-client-java >= 1.0.3-7
|
||||
%else
|
||||
BuildRequires: nuxwdog-client-java >= 1.0.3-13
|
||||
BuildRequires: nuxwdog-client-java >= 1.0.5
|
||||
%endif
|
||||
|
||||
BuildRequires: openldap-devel
|
||||
@ -325,7 +325,7 @@ BuildRequires: jss >= 4.4.0-11
|
||||
BuildRequires: tomcatjss >= 7.2.1-4
|
||||
%else
|
||||
BuildRequires: jss >= 4.5.0-1
|
||||
BuildRequires: tomcatjss >= 7.3.5
|
||||
BuildRequires: tomcatjss >= 7.3.6
|
||||
%endif
|
||||
BuildRequires: systemd-units
|
||||
|
||||
@ -615,7 +615,7 @@ Requires: net-tools
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
Requires: nuxwdog-client-java >= 1.0.3-7
|
||||
%else
|
||||
Requires: nuxwdog-client-java >= 1.0.3-13
|
||||
Requires: nuxwdog-client-java >= 1.0.5
|
||||
%endif
|
||||
|
||||
Requires: policycoreutils
|
||||
@ -683,7 +683,7 @@ Requires(pre): shadow-utils
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
Requires: tomcatjss >= 7.2.1-4
|
||||
%else
|
||||
Requires: tomcatjss >= 7.3.5
|
||||
Requires: tomcatjss >= 7.3.6
|
||||
%endif
|
||||
|
||||
%description -n pki-server
|
||||
@ -1591,6 +1591,9 @@ fi
|
||||
|
||||
################################################################################
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Dogtag PKI Team <pki-team@redhat.com> - 10.6.7-1
|
||||
- Rebased to PKI 10.6.7
|
||||
|
||||
* Mon Aug 13 2018 Dogtag PKI Team <pki-team@redhat.com> - 10.6.6-1
|
||||
- Rebased to PKI 10.6.6
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pki-10.6.6.tar.gz) = 7f64a5b991ae9997c009ee8fb69968713cd5c0297e68bc1c0e35628839c4e64db709599985ea739cf35133e145c4ca6d24e62728648f9460026aaecb3b2dc79d
|
||||
SHA512 (pki-10.6.7.tar.gz) = 06174ade48cf458469e7bda106aabb0d0c580b7e6e14a6fbf1c068a92fb2b9c53653d2d67c5401292ad398a5413bf3febe2d09b5d3a463a1f17416fc7a906510
|
||||
|
Loading…
Reference in New Issue
Block a user