|
|
08bafd |
From 56979bf6b22a81355fe948d3c28ec78d925db1d8 Mon Sep 17 00:00:00 2001
|
|
|
08bafd |
From: Jack Magne <jmagne@redhat.com>
|
|
|
08bafd |
Date: Thu, 21 Jun 2018 22:18:38 -0600
|
|
|
08bafd |
Subject: [PATCH] Update dependencies in 'jss.spec.in' template
|
|
|
08bafd |
|
|
|
08bafd |
---
|
|
|
08bafd |
jss.spec.in | 27 ++++++++++++++++++++++-----
|
|
|
08bafd |
1 file changed, 22 insertions(+), 5 deletions(-)
|
|
|
08bafd |
|
|
|
08bafd |
diff --git a/jss.spec.in b/jss.spec.in
|
|
|
08bafd |
index f1e629f2..4a240138 100644
|
|
|
08bafd |
--- a/jss/jss.spec.in
|
|
|
08bafd |
+++ b/jss/jss.spec.in
|
|
|
08bafd |
@@ -10,13 +10,22 @@ Version: 4.4.4
|
|
|
08bafd |
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
|
|
08bafd |
|
|
|
08bafd |
# To generate the source tarball:
|
|
|
08bafd |
-#
|
|
|
08bafd |
-# git clone https://github.com/dogtagpki/jss.git
|
|
|
08bafd |
-# cd jss
|
|
|
08bafd |
-# git archive --format=tar.gz --prefix jss-VERSION/jss/ -o jss-VERSION.tar.gz -v HEAD
|
|
|
08bafd |
-#
|
|
|
08bafd |
+# $ git clone https://github.com/dogtagpki/jss.git
|
|
|
08bafd |
+# $ cd jss
|
|
|
08bafd |
+# $ git archive \
|
|
|
08bafd |
+# --format=tar.gz \
|
|
|
08bafd |
+# --prefix jss-VERSION/jss/ \
|
|
|
08bafd |
+# -o jss-VERSION.tar.gz \
|
|
|
08bafd |
+# <version tag>
|
|
|
08bafd |
Source: https://github.com/dogtagpki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
08bafd |
|
|
|
08bafd |
+# To create a patch for all changes since a version tag:
|
|
|
08bafd |
+# $ git format-patch \
|
|
|
08bafd |
+# --stdout \
|
|
|
08bafd |
+# <version tag> \
|
|
|
08bafd |
+# > jss-VERSION-RELEASE.patch
|
|
|
08bafd |
+# Patch: jss-VERSION-RELEASE.patch
|
|
|
08bafd |
+
|
|
|
08bafd |
Conflicts: idm-console-framework < 1.1.17-4
|
|
|
08bafd |
Conflicts: pki-base < 10.4.0
|
|
|
08bafd |
Conflicts: tomcatjss < 7.2.1
|
|
|
08bafd |
@@ -31,10 +40,18 @@ BuildRequires: jpackage-utils
|
|
|
08bafd |
%if 0%{?fedora} >= 25 || 0%{?rhel} > 7
|
|
|
08bafd |
BuildRequires: perl-interpreter
|
|
|
08bafd |
%endif
|
|
|
08bafd |
+BuildRequires: apache-commons-lang
|
|
|
08bafd |
+BuildRequires: apache-commons-codec
|
|
|
08bafd |
+BuildRequires: ldapjdk
|
|
|
08bafd |
+
|
|
|
08bafd |
|
|
|
08bafd |
Requires: nss >= 3.28.4-6
|
|
|
08bafd |
Requires: java-headless
|
|
|
08bafd |
Requires: jpackage-utils
|
|
|
08bafd |
+Requires: apache-commons-lang
|
|
|
08bafd |
+Requires: apache-commons-codec
|
|
|
08bafd |
+Requires: ldapjdk
|
|
|
08bafd |
+
|
|
|
08bafd |
|
|
|
08bafd |
%description
|
|
|
08bafd |
Java Security Services (JSS) is a java native interface which provides a bridge
|
|
|
08bafd |
--
|
|
|
08bafd |
2.14.4
|
|
|
08bafd |
|