import ldapjdk-4.21.0-1.module+el8.1.0+3370+6d076660
This commit is contained in:
parent
d8f7341364
commit
d261ab7d6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ldap-sdk-4.20.0.tar.gz
|
SOURCES/ldap-sdk-4.21.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
a6666cc8d9e5e7621f985a75e44313fa97dc2981 SOURCES/ldap-sdk-4.20.0.tar.gz
|
41b058fce7ee5bc184f71e40bcf6cc169465072a SOURCES/ldap-sdk-4.21.0.tar.gz
|
||||||
|
@ -8,7 +8,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Version: 4.20.0
|
Version: 4.21.0
|
||||||
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||||
# global _phase -a1
|
# global _phase -a1
|
||||||
|
|
||||||
@ -45,6 +45,12 @@ BuildRequires: jpackage-utils >= 0:1.5
|
|||||||
%else
|
%else
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: slf4j
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
|
# no slf4j-jdk14
|
||||||
|
%else
|
||||||
|
BuildRequires: slf4j-jdk14
|
||||||
|
%endif
|
||||||
BuildRequires: jss >= 4.5.0-1
|
BuildRequires: jss >= 4.5.0-1
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -52,6 +58,12 @@ BuildRequires: jss >= 4.5.0-1
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
Requires: jpackage-utils >= 0:1.5
|
Requires: jpackage-utils >= 0:1.5
|
||||||
|
Requires: slf4j
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
|
# no slf4j-jdk14
|
||||||
|
%else
|
||||||
|
Requires: slf4j-jdk14
|
||||||
|
%endif
|
||||||
Requires: jss >= 4.5.0-1
|
Requires: jss >= 4.5.0-1
|
||||||
|
|
||||||
|
|
||||||
@ -134,6 +146,9 @@ cp -r java-sdk/dist/doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 10 2019 Dogtag PKI Team <pki-team@redhat.com> 4.21.0-0
|
||||||
|
- Rebased to LDAP SDK 4.21.0
|
||||||
|
|
||||||
* Fri Aug 10 2018 Dogtag PKI Team <pki-team@redhat.com> 4.20.0-0
|
* Fri Aug 10 2018 Dogtag PKI Team <pki-team@redhat.com> 4.20.0-0
|
||||||
- Rebased to LDAP SDK 4.20.0
|
- Rebased to LDAP SDK 4.20.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user