public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/jss] pqc: [packit] 5.4.2 upstream release
Date: Tue, 28 Jul 2026 16:49:08 GMT	[thread overview]
Message-ID: <178525734858.1.17477284389337943132.rpms-jss-f8f85c0c8f42@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/jss
            Branch : pqc
            Commit : f8f85c0c8f42c0a704d049f55757eae9709597c2
            Author : Packit <hello@packit.dev>
            Date   : 2023-06-16T11:55:40+00:00
            Stats  : +54/-15 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/jss/c/f8f85c0c8f42c0a704d049f55757eae9709597c2?branch=pqc

            Log:
            [packit] 5.4.2 upstream release

Upstream tag: v5.4.2
Upstream commit: 7e99d7e7

---
diff --git a/.gitignore b/.gitignore
index e93a466..1ddcac1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ jss-4.2.6.tar.gz
 /jss-5.2.0-beta2.tar.gz
 /jss-5.2.0.tar.gz
 /jss-5.3.0.tar.gz
+/jss-5.4.2.tar.gz

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..73d2062
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,30 @@
+---
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+specfile_path: jss.spec
+
+# add or remove files that should be synced
+files_to_sync:
+  - jss.spec
+  - .packit.yaml
+
+# Allow dist git reactions on packit and ckelley commits and PRs
+allowed_pr_authors:
+  - packit
+  - ckelleyRH
+allowed_committers:
+  - packit
+  - ckelleyRH
+
+upstream_package_name: jss
+# downstream (Fedora/CentOS) RPM package name
+downstream_package_name: jss
+# see: https://packit.dev/docs/configuration/#upstream_tag_template
+upstream_tag_template: "v{version}"
+
+jobs:
+  - job: propose_downstream
+    trigger: release
+    dist_git_branches:
+      - fedora-development
+#     - centos-stream-9-x86_64 # When Packit integration with CentOS is avaiable, enable this

diff --git a/README.packit b/README.packit
new file mode 100644
index 0000000..07bc213
--- /dev/null
+++ b/README.packit
@@ -0,0 +1,3 @@
+This repository is maintained by packit.
+https://packit.dev/
+The file was generated using packit 0.76.0.post10+g0dcb396.

diff --git a/jss.spec b/jss.spec
index 5b39906..7f6f32e 100644
--- a/jss.spec
+++ b/jss.spec
@@ -6,13 +6,13 @@ Name:           jss
 
 # Upstream version number:
 %global         major_version 5
-%global         minor_version 3
-%global         update_version 0
+%global         minor_version 4
+%global         update_version 2
 
 # Downstream release number:
 # - development/stabilization (unsupported): 0.<n> where n >= 1
 # - GA/update (supported): <n> where n >= 1
-%global         release_number 2
+%global         release_number 1
 
 # Development phase:
 # - development (unsupported): alpha<n> where n >= 1
@@ -26,7 +26,7 @@ Name:           jss
 Summary:        Java Security Services (JSS)
 URL:            https://github.com/dogtagpki/jss
 License:        MPL-1.1 or GPL-2.0-or-later or LGPL-2.1-or-later
-Version:        %{major_version}.%{minor_version}.%{update_version}
+Version:        5.4.2
 Release:        %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
 
 # To generate the source tarball:
@@ -85,13 +85,13 @@ BuildRequires:  unzip
 BuildRequires:  gcc-c++
 BuildRequires:  nss-devel >= 3.66
 BuildRequires:  nss-tools >= 3.66
-BuildRequires:  %{java_devel}
-BuildRequires:  jpackage-utils
-BuildRequires:  slf4j
-BuildRequires:  slf4j-jdk14
-BuildRequires:  apache-commons-lang3
 
-BuildRequires:  junit
+BuildRequires:  %{java_devel}
+BuildRequires:  maven-local
+BuildRequires:  mvn(org.apache.commons:commons-lang3)
+BuildRequires:  mvn(org.slf4j:slf4j-api)
+BuildRequires:  mvn(org.slf4j:slf4j-jdk14)
+BuildRequires:  mvn(junit:junit)
 
 %description
 Java Security Services (JSS) is a java native interface which provides a bridge
@@ -105,11 +105,11 @@ This only works with gcj. Other JREs require that JCE providers be signed.
 Summary:        Java Security Services (JSS)
 
 Requires:       nss >= 3.66
+
 Requires:       %{java_headless}
-Requires:       jpackage-utils
-Requires:       slf4j
-Requires:       slf4j-jdk14
-Requires:       apache-commons-lang3
+Requires:       mvn(org.apache.commons:commons-lang3)
+Requires:       mvn(org.slf4j:slf4j-api)
+Requires:       mvn(org.slf4j:slf4j-jdk14)
 
 Obsoletes:      jss < %{version}-%{release}
 Provides:       jss = %{version}-%{release}
@@ -215,6 +215,11 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 
 ################################################################################
 %changelog
+* Fri Jun 16 2023 Packit <hello@packit.dev> - 5.4.2-1
+- Updating version to v5.4.2 (Chris Kelley)
+- Upstream spec file changes to reduce diffs (Chris Kelley)
+- Introduce Packit configuration for jss (Chris Kelley)
+
 * Tue Feb 07 2023 Dogtag PKI Team <devel@lists.dogtagpki.org> - 5.3.0-2
 - Update version number in JSSConfig.cmake
 

diff --git a/sources b/sources
index 46e22b9..5f64e0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jss-5.3.0.tar.gz) = 2cf75d3d7d028493ac22e5367035959d120317298d9b276b34ef5824d189c0eb62bfe8c83fce4ae8cf63e140495f0ea725e57a3da7219c05319195dea31e51ce
+SHA512 (jss-5.4.2.tar.gz) = 8e5c0ed93d8bafbfd8a8f822aaeda5d4b60e7609aa24f793eb3c449918a4a23884a55966f40d66d810e9b56114eb7cefb8dfeee565fe680c79ef876bc9acfefa

                 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=178525734858.1.17477284389337943132.rpms-jss-f8f85c0c8f42@fedoraproject.org \
    --to=hello@packit.dev \
    --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