Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1182aa3118 | ||
|
|
bc933284e4 | ||
|
|
c6070f180b |
3 changed files with 15 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
ldapjdk-4.18.tar.gz
|
||||
/ldapjdk-4.19.tar.gz
|
||||
/ldap-sdk-4.20.0.tar.gz
|
||||
/ldap-sdk-4.21.0.tar.gz
|
||||
|
|
|
|||
18
ldapjdk.spec
18
ldapjdk.spec
|
|
@ -8,8 +8,8 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|||
|
||||
BuildArch: noarch
|
||||
|
||||
Version: 4.20.0
|
||||
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
Version: 4.21.0
|
||||
Release: 2%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
# global _phase -a1
|
||||
|
||||
%global spname ldapsp
|
||||
|
|
@ -45,14 +45,16 @@ BuildRequires: jpackage-utils >= 0:1.5
|
|||
%else
|
||||
BuildRequires: javapackages-local
|
||||
%endif
|
||||
BuildRequires: jss >= 4.5.0-1
|
||||
BuildRequires: slf4j
|
||||
BuildRequires: jss >= 4.6.0
|
||||
|
||||
################################################################################
|
||||
# Runtime Dependencies
|
||||
################################################################################
|
||||
|
||||
Requires: jpackage-utils >= 0:1.5
|
||||
Requires: jss >= 4.5.0-1
|
||||
Requires: slf4j
|
||||
Requires: jss >= 4.6.0
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -134,6 +136,12 @@ cp -r java-sdk/dist/doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||
|
||||
################################################################################
|
||||
%changelog
|
||||
* Fri Aug 10 2018 Dogtag PKI Team <pki-team@redhat.com> 4.20.0-0
|
||||
* Thu Aug 08 2019 Dogtag PKI Team <pki-team@redhat.com> 4.21.0-2
|
||||
- Bump min required JSS version to 4.6.0
|
||||
|
||||
* Thu Aug 08 2019 Dogtag PKI Team <pki-team@redhat.com> 4.21.0-1
|
||||
- Rebased to LDAP SDK 4.21.0
|
||||
|
||||
* Fri Aug 10 2018 Dogtag PKI Team <pki-team@redhat.com> 4.20.0-1
|
||||
- Rebased to LDAP SDK 4.20.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ldap-sdk-4.20.0.tar.gz) = f04530a314e91f7be6f5fbcb847a5a2554ca3e8131dc8cd8888f4ace01e7da86fa044b78299b937c49723f82f0c55cf81c3f4f249c11932f9a70cb0a7e9e9f84
|
||||
SHA512 (ldap-sdk-4.21.0.tar.gz) = c1a01c179d5f2f7635327124439089b68c387e9f93038072feff719624f913fa0efbfa6bad71f9229bc3314e732b020e007cc60d942fed06a2a6bf1ea40d5f7b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue