public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthew Burket <mburket@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openscap] rawhide: Use NSS for crypto
Date: Fri, 26 Jun 2026 15:46:21 GMT [thread overview]
Message-ID: <178248878173.1.12448295813160519631.rpms-openscap-797a7d9185c3@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-26 15: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=178248878173.1.12448295813160519631.rpms-openscap-797a7d9185c3@fedoraproject.org \
--to=mburket@redhat.com \
--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