public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/nss-pem] main: Build with CMake 4
Date: Thu, 23 Jul 2026 08:05:33 GMT [thread overview]
Message-ID: <178479393312.1.9609817030466301324.rpms-nss-pem-7e2a95192f9f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/nss-pem
Branch : main
Commit : 7e2a95192f9f21684e6ff5ed28ff9843c1486f4d
Author : Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Date : 2026-07-23T10:01:45+02:00
Stats : +10/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nss-pem/c/7e2a95192f9f21684e6ff5ed28ff9843c1486f4d?branch=main
Log:
Build with CMake 4
Resolves: rhbz#2504373
---
diff --git a/nss-pem.spec b/nss-pem.spec
index 27ad813..13b2460 100644
--- a/nss-pem.spec
+++ b/nss-pem.spec
@@ -1,9 +1,8 @@
%undefine __cmake_in_source_build
-%undefine __cmake3_in_source_build
Name: nss-pem
Version: 1.1.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: PEM file reader for Network Security Services (NSS)
# See README for details
@@ -18,7 +17,7 @@ Source1: https://github.com/kdudka/nss-pem/releases/download/%{name}-%{versio
# gpg --output kdudka.pgp --armor --export kdudka@redhat.com
Source2: kdudka.pgp
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gnupg2
BuildRequires: make
@@ -36,20 +35,24 @@ module.
%setup -q
%build
-%cmake3 -S src
-%cmake3_build
+%cmake -S src
+%cmake_build
%install
-%cmake3_install
+%cmake_install
%check
-%ctest3
+%ctest
%files
%{_libdir}/libnsspem.so
%license COPYING.{GPL,MPL}
%changelog
+* Thu Jul 23 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.1.1-5
+- Build with CMake 4
+- fix FTBFS (rhbz#2504373)
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-23 8:05 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=178479393312.1.9609817030466301324.rpms-nss-pem-7e2a95192f9f@fedoraproject.org \
--to=mjuszkiewicz@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