public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openscap] rawhide: Use NSS for crypto
@ 2026-06-26 15:46 Matthew Burket
0 siblings, 0 replies; only message in thread
From: Matthew Burket @ 2026-06-26 15:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openscap
Branch : rawhide
Commit : 797a7d9185c304ced725865dbe0d5fa27452e361
Author : Matthew Burket <mburket@redhat.com>
Date : 2026-06-24T12:38:04-05:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openscap/c/797a7d9185c304ced725865dbe0d5fa27452e361?branch=rawhide
Log:
Use NSS for crypto
Co-authored-by: Yaakov Selkowitz <yselkowi@redhat.com>
---
diff --git a/openscap.spec b/openscap.spec
index a158d6c..33656a3 100644
--- a/openscap.spec
+++ b/openscap.spec
@@ -1,6 +1,6 @@
Name: openscap
Version: 1.4.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 1
Summary: Set of open source libraries enabling integration of the SCAP line of standards
License: LGPL-2.1-or-later
@@ -52,7 +52,7 @@ BuildRequires: swig
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: rpm-devel
-BuildRequires: libgcrypt-devel
+BuildRequires: nss-devel
BuildRequires: pcre2-devel
BuildRequires: libacl-devel
BuildRequires: libselinux-devel
@@ -223,6 +223,7 @@ Tool for scanning Atomic containers.
# gconf is a legacy system not used any more, and it blocks testing of oscap-anaconda-addon
# as gconf is no longer part of the installation medium
%cmake \
+ -DWITH_CRYPTO=nss \
-DWITH_PCRE2=ON \
-DENABLE_PERL=ON \
-DENABLE_DOCS=ON \
@@ -319,6 +320,9 @@ pathfix.py -i %{__python3} -p -n %{buildroot}%{_bindir}/scap-as-rpm
%{_mandir}/man8/oscap-podman.8*
%changelog
+* Thu Jun 11 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1:1.4.4-3
+- Use NSS for crypto
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1:1.4.4-2
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 15:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 15:46 [rpms/openscap] rawhide: Use NSS for crypto Matthew Burket
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox