Rebased to JSS 4.5.0-a2
This commit is contained in:
parent
7090fef2a7
commit
d4cc844388
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ jss-4.2.6.tar.gz
|
||||
/jss-4.4.3.tar.gz
|
||||
/jss-4.4.4.tar.gz
|
||||
/jss-4.5.0-a1.tar.gz
|
||||
/jss-4.5.0-a2.tar.gz
|
||||
|
11
jss.spec
11
jss.spec
@ -7,8 +7,8 @@ URL: http://www.dogtagpki.org/wiki/JSS
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
Version: 4.5.0
|
||||
Release: 0.1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
%global _phase -a1
|
||||
Release: 0.2%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
%global _phase -a2
|
||||
|
||||
# To generate the source tarball:
|
||||
# $ git clone https://github.com/dogtagpki/jss.git
|
||||
@ -43,6 +43,8 @@ BuildRequires: slf4j
|
||||
BuildRequires: slf4j-jdk14
|
||||
%endif
|
||||
BuildRequires: apache-commons-lang
|
||||
BuildRequires: apache-commons-codec
|
||||
BuildRequires: ldapjdk
|
||||
|
||||
%if 0%{?fedora} >= 25 || 0%{?rhel} > 7
|
||||
BuildRequires: perl-interpreter
|
||||
@ -56,6 +58,8 @@ Requires: slf4j
|
||||
Requires: slf4j-jdk14
|
||||
%endif
|
||||
Requires: apache-commons-lang
|
||||
Requires: apache-commons-codec
|
||||
Requires: ldapjdk
|
||||
|
||||
%description
|
||||
Java Security Services (JSS) is a java native interface which provides a bridge
|
||||
@ -164,6 +168,9 @@ cp -p *.txt $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
|
||||
################################################################################
|
||||
%changelog
|
||||
|
||||
* Fri Jun 22 2018 Dogtag PKI Team <pki-devel@redhat.com> 4.5.0-0.2
|
||||
- Rebased to JSS 4.5.0-a2
|
||||
|
||||
* Fri Jun 15 2018 Dogtag PKI Team <pki-devel@redhat.com> 4.5.0-0.1
|
||||
- Rebased to JSS 4.5.0-a1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jss-4.5.0-a1.tar.gz) = f5a8649c07392425b6f16a5fab33e6775428c90d26bfbeb442d31992ed4ef214c84b727dca6eda9924a95fe0e4a8f83a28661a2d9d5b5f15e73886f7eec1a87f
|
||||
SHA512 (jss-4.5.0-a2.tar.gz) = 88af85f0819f46e2829bbe99566098aceb531c734b4820d08c7244374f11961dbc17535c198d832b1c1e579ba0598dd46048bfdbac5ea868823959c49ffebb49
|
||||
|
Loading…
Reference in New Issue
Block a user