public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jss] pqc: Rebase to JSS 5.3.0
@ 2026-07-28 16:49 Endi S. Dewata
0 siblings, 0 replies; only message in thread
From: Endi S. Dewata @ 2026-07-28 16:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/jss
Branch : pqc
Commit : fddba91c299f613ee08ea85076908f0c221a0d40
Author : Endi S. Dewata <edewata@redhat.com>
Date : 2023-02-07T12:45:03-06:00
Stats : +16/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/jss/c/fddba91c299f613ee08ea85076908f0c221a0d40?branch=pqc
Log:
Rebase to JSS 5.3.0
---
diff --git a/.gitignore b/.gitignore
index f35bae3..e93a466 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ jss-4.2.6.tar.gz
/jss-5.2.0-beta1.tar.gz
/jss-5.2.0-beta2.tar.gz
/jss-5.2.0.tar.gz
+/jss-5.3.0.tar.gz
diff --git a/jss.spec b/jss.spec
index e91b95b..881aa45 100644
--- a/jss.spec
+++ b/jss.spec
@@ -6,7 +6,7 @@ Name: jss
# Upstream version number:
%global major_version 5
-%global minor_version 2
+%global minor_version 3
%global update_version 0
# Downstream release number:
@@ -18,7 +18,7 @@ Name: jss
# - development (unsupported): alpha<n> where n >= 1
# - stabilization (unsupported): beta<n> where n >= 1
# - GA/update (supported): <none>
-%undefine phase
+#global phase
%undefine timestamp
%undefine commit_id
@@ -27,7 +27,7 @@ Summary: Java Security Services (JSS)
URL: https://github.com/dogtagpki/jss
License: MPLv1.1 or GPLv2+ or LGPLv2+
Version: %{major_version}.%{minor_version}.%{update_version}
-Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}.2
+Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/jss.git
@@ -45,8 +45,11 @@ Source: https://github.com/dogtagpki/jss/archive/v%{version}%{?phase:-}%
# > jss-VERSION-RELEASE.patch
# Patch: jss-VERSION-RELEASE.patch
-# Java 17 and md2man are not available on i686
+%if 0%{?fedora} && 0%{?fedora} > 35
+ExclusiveArch: %{java_arches}
+%else
ExcludeArch: i686
+%endif
################################################################################
# Java
@@ -110,6 +113,8 @@ Requires: apache-commons-lang3
Obsoletes: jss < %{version}-%{release}
Provides: jss = %{version}-%{release}
+Provides: jss = %{major_version}.%{minor_version}
+Provides: %{product_id} = %{major_version}.%{minor_version}
Conflicts: ldapjdk < 4.20
Conflicts: idm-console-framework < 1.2
@@ -130,6 +135,8 @@ Summary: Java Security Services (JSS) Javadocs
Obsoletes: jss-javadoc < %{version}-%{release}
Provides: jss-javadoc = %{version}-%{release}
+Provides: jss-javadoc = %{major_version}.%{minor_version}
+Provides: %{product_id}-javadoc = %{major_version}.%{minor_version}
%description -n %{product_id}-javadoc
This package contains the API documentation for JSS.
@@ -208,6 +215,9 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
################################################################################
%changelog
+* Tue Feb 07 2023 Dogtag PKI Team <devel@lists.dogtagpki.org> - 5.3.0-1
+- Rebase to JSS 5.3.0
+
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources
index ec3fe03..858c130 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-5.2.0.tar.gz) = daddcd424d3de93544485b2442b20ffa97cc3653e1ca82cf1402983f3dd08779157fc65ff240eb4872861fcdb02ed720e09e78e5238d51e664c3875f4bb6f663
+SHA512 (jss-5.3.0.tar.gz) = 6918683925f94c9d5dbd71a0106216f0a764b3aacca3fe2bc5b52a53780f5cd0400bd1767368ab96a081e2553f0525dee916a707c634867da933e3d1a59de4be
^ 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.3.0 Endi S. Dewata
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox