public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nss] rawhide: Fix NSPR version
@ 2026-06-18 12:46
0 siblings, 0 replies; only message in thread
From: @ 2026-06-18 12:46 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 12:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 12:46 [rpms/nss] rawhide: Fix NSPR version
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox