public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/nss] rawhide: Fix NSPR version
Date: Thu, 18 Jun 2026 12:46:08 GMT	[thread overview]
Message-ID: <178178676893.1.8494040003456827770.rpms-nss-2a3d66818310@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/nss
            Branch : rawhide
            Commit : 2a3d66818310645e21168fd351fc67de005ece88
            Author : Krenželok František <fkrenzel@redhat.com>
            Date   : 2026-06-18T10:04:10+02:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/nss/c/2a3d66818310645e21168fd351fc67de005ece88?branch=rawhide

            Log:
            Fix NSPR version

expand to version to the full format X.Y.Z as it was cut to just X.Y
packages that required specific version failed due to this

---
diff --git a/nss.spec b/nss.spec
index ea5c81b..da7587d 100644
--- a/nss.spec
+++ b/nss.spec
@@ -1,9 +1,9 @@
-%global nspr_version 4.39
+%global nspr_version 4.39.0
 %global nss_version 3.125.0
 # NOTE: To avoid NVR clashes of nspr* packages:
 # - reset %%{nspr_release} to 1, when updating %%{nspr_version}
 # - increment %%{nspr_version}, when updating the NSS part only
-%global baserelease 1
+%global baserelease 2
 %global nss_release %baserelease
 # use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
 # release number between nss and nspr are different.
@@ -1093,6 +1093,10 @@ fi
 
 
 %changelog
+* Thu Jun 18 2026 Frantisek Krenzelok <fkrenzel@redhat.com> - 3.125.0-2
+- fix the nspr version to full expansion
+- affected: https://bugzilla.redhat.com/show_bug.cgi?id=2488324
+
 * Tue Jun 16 2026 Frantisek Krenzelok <fkrenzel@redhat.com> - 3.125.0-1
 - Update NSS to 3.125.0
 

                 reply	other threads:[~2026-06-18 12:46 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=178178676893.1.8494040003456827770.rpms-nss-2a3d66818310@fedoraproject.org \
    --to=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