public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nss-pem] main: Build with CMake 4
@ 2026-07-23  8:05 Marcin Juszkiewicz
  0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-07-23  8:05 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-23  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23  8:05 [rpms/nss-pem] main: Build with CMake 4 Marcin Juszkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox