public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: Rebase to JSS 5.9.0-beta1
@ 2026-07-28 16:49 Marco Fargetta
  0 siblings, 0 replies; only message in thread
From: Marco Fargetta @ 2026-07-28 16:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jss
Branch : pqc
Commit : 972ead35890c13e5db43682ff1d18d822c37bfa8
Author : Marco Fargetta <mfargett@redhat.com>
Date   : 2026-01-16T19:08:07+01:00
Stats  : +14/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/jss/c/972ead35890c13e5db43682ff1d18d822c37bfa8?branch=pqc

Log:
Rebase to JSS 5.9.0-beta1

---
diff --git a/.gitignore b/.gitignore
index edcc16f..96ce46d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ jss-4.2.6.tar.gz
 /jss-5.8.0-beta3.tar.gz
 /jss-5.8.0-beta4.tar.gz
 /jss-5.8.0.tar.gz
+/jss-5.9.0-beta1.tar.gz

diff --git a/jss.spec b/jss.spec
index 4f75ada..3a479da 100644
--- a/jss.spec
+++ b/jss.spec
@@ -7,23 +7,21 @@ Name:           jss
 
 # Upstream version number:
 %global         major_version 5
-%global         minor_version 8
+%global         minor_version 9
 %global         update_version 0
 
 # Downstream release number:
 # - development/stabilization (unsupported): 0.<n> where n >= 1
 # - GA/update (supported): <n> where n >= 1
-%global         release_number 1
+%global         release_number 0.1
 
 # Development phase:
 # - development (unsupported): alpha<n> where n >= 1
 # - stabilization (unsupported): beta<n> where n >= 1
 # - GA/update (supported): <none>
-#global         phase
+%global         phase beta1
 
-%if 0%{?rhel} && 0%{?rhel} >= 10
 %global enable_nss_version_pqc_def_flag -DENABLE_NSS_VERSION_PQC_DEF=ON
-%endif
 
 %undefine       timestamp
 %undefine       commit_id
@@ -105,8 +103,8 @@ BuildRequires:  zip
 BuildRequires:  unzip
 
 BuildRequires:  gcc-c++
-BuildRequires:  nss-devel >= 3.101
-BuildRequires:  nss-tools >= 3.101
+BuildRequires:  nss-devel >= 3.118
+BuildRequires:  nss-tools >= 3.118
 
 BuildRequires:  %{java_devel}
 BuildRequires:  %{maven_local}
@@ -125,7 +123,7 @@ This only works with gcj. Other JREs require that JCE providers be signed.
 
 Summary:        Java Security Services (JSS)
 
-Requires:       nss >= 3.101
+Requires:       nss >= 3.118
 
 Requires:       %{java_headless}
 Requires:       mvn(org.apache.commons:commons-lang3)
@@ -159,7 +157,7 @@ BuildRequires:  mvn(org.apache.tomcat:tomcat-juli) >= 10.1.36
 
 Requires:       %{product_id} = %{version}-%{release}
 Requires:       mvn(org.apache.tomcat:tomcat-catalina) >= 10.1.36
-Requires:       mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.36 
+Requires:       mvn(org.apache.tomcat:tomcat-coyote) >= 10.1.36
 Requires:       mvn(org.apache.tomcat:tomcat-juli) >= 10.1.36
 
 # Tomcat JSS has been replaced with JSS Connector for Tomcat.
@@ -254,6 +252,8 @@ This package provides test suite for JSS.
 %mvn_package org.dogtagpki.jss:jss-tomcat      jss-tomcat
 %mvn_package org.dogtagpki.jss:jss-tomcat-10.1  jss-tomcat
 
+%pom_disable_module tomcat-9.0
+
 ################################################################################
 %build
 ################################################################################
@@ -317,7 +317,6 @@ touch %{_vpath_builddir}/.targets/finished_generate_javadocs
     --cmake="%{__cmake} %{?enable_nss_version_pqc_def_flag}" \
     --java-home=%{java_home} \
     --jni-dir=%{_jnidir} \
-    --version=%{version} \
     --without-java \
     --without-javadoc \
     %{!?with_tests:--without-tests} \
@@ -397,6 +396,9 @@ cp base/target/jss-tests.jar %{buildroot}%{_datadir}/jss/tests/lib
 
 ################################################################################
 %changelog
+* Fri Jan 16 2026 Dogtag PKI Team <devel@lists.dogtagpki.org> 5.9.0-0.1.beta1
+- Rebase to JSS 5.9.0-0.1.beta1
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index f69b2ec..02a27e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-5.8.0.tar.gz) = 10f5727d78f8b466062396e47c25b7fdac4b70c6862e6857f8aef49b633c43c4485c1d3cd535006ecd090e8dfe787000fb40d8748ed381c4ac4d1d39312e6c3d
+SHA512 (jss-5.9.0-beta1.tar.gz) = 45b2af3648172020203e6f12373d540f02a3a88db024969b4699d7023f46ff025cd1017a9ceadf177db1f022f025f08321c124f07ddf233f9384bdb32a04c75f

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-28 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 16:49 [rpms/jss] pqc: Rebase to JSS 5.9.0-beta1 Marco Fargetta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox