public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Kelley <ckelley@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: Rebase to JSS 5.1.0-alpha2
Date: Tue, 28 Jul 2026 16:49:02 GMT [thread overview]
Message-ID: <178525734239.1.17279183993399151652.rpms-jss-fa24161b1a04@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jss
Branch : pqc
Commit : fa24161b1a045bad563331d689fc6d01269256e5
Author : Chris Kelley <ckelley@redhat.com>
Date : 2021-11-26T15:11:57+00:00
Stats : +14/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/jss/c/fa24161b1a045bad563331d689fc6d01269256e5?branch=pqc
Log:
Rebase to JSS 5.1.0-alpha2
---
diff --git a/.gitignore b/.gitignore
index 21231ff..d584a8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ jss-4.2.6.tar.gz
/jss-5.0.0-alpha2.tar.gz
/jss-5.0.0-beta1.tar.gz
/jss-5.0.0.tar.gz
+/jss-5.1.0-alpha2.tar.gz
diff --git a/jss.spec b/jss.spec
index dfc608f..96d564d 100644
--- a/jss.spec
+++ b/jss.spec
@@ -8,9 +8,9 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
-Version: 5.0.0
-Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
-#global _phase -alpha1
+Version: 5.1.0
+Release: 0.1.alpha2%{?_timestamp}%{?_commit_id}%{?dist}
+%global _phase -alpha2
# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/jss.git
@@ -32,9 +32,9 @@ Source: https://github.com/dogtagpki/%{name}/archive/v%{version}%{?_phas
# Java
################################################################################
-%define java_devel java-11-openjdk-devel
-%define java_headless java-11-openjdk-headless
-%define java_home /usr/lib/jvm/jre-11-openjdk
+%define java_devel java-17-openjdk-devel
+%define java_headless java-17-openjdk-headless
+%define java_home %{_jvmdir}/jre-17-openjdk
################################################################################
# Build Options
@@ -45,10 +45,10 @@ Source: https://github.com/dogtagpki/%{name}/archive/v%{version}%{?_phas
%bcond_without javadoc
-# By default the build will execute unit tests unless --without test
+# By default the build will not execute unit tests unless --with tests
# option is specified.
-%bcond_without test
+%bcond_with tests
################################################################################
# Build Dependencies
@@ -128,7 +128,7 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
--jss-lib-dir=%{_libdir}/jss \
--version=%{version} \
%{!?with_javadoc:--without-javadoc} \
- %{!?with_test:--without-test} \
+ %{?with_tests:--with-tests} \
dist
################################################################################
@@ -159,6 +159,9 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
################################################################################
%changelog
+* Fri Nov 26 2021 Dogtag PKI Team <devel@lists.dogtagpki.org> - 5.1.0-0.1.alpha2
+- Rebase to JSS 5.1.0-alpha2
+
* Thu Sep 30 2021 Dogtag PKI Team <devel@lists.dogtagpki.org> - 5.0.0-1
- Rebase to JSS 5.0.0
diff --git a/sources b/sources
index fa96496..1205a51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-5.0.0.tar.gz) = 9857ff8e6c1e54927c78904be2d9a84ad4afc0559e95a4c835fd2000388c542d90d31bca7da7e99b0b74ef6e4175512227acb3341aa3475526f5f222c071aa97
+SHA512 (jss-5.1.0-alpha2.tar.gz) = 6c97b42d4d52e6b016b0da72f834f8307905d894780f00a329e39cf3c1271cfb56873f899bd3090188aba015315b08d8b2d8848f5e4f053c64cd1e012f10a6f5
reply other threads:[~2026-07-28 16:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178525734239.1.17279183993399151652.rpms-jss-fa24161b1a04@fedoraproject.org \
--to=ckelley@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox