From b9d10a09f2d51147d126e1b08049462ab2b3e58b Mon Sep 17 00:00:00 2001 From: r4sas Date: Tue, 28 Apr 2026 22:23:27 +0300 Subject: [PATCH] [rpm] build tests Signed-off-by: r4sas --- contrib/rpm/i2pd-git.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/rpm/i2pd-git.spec b/contrib/rpm/i2pd-git.spec index 5eb4a111..a8bf9493 100644 --- a/contrib/rpm/i2pd-git.spec +++ b/contrib/rpm/i2pd-git.spec @@ -66,7 +66,11 @@ cd build %endif %endif -make %{?_smp_mflags} +%if 0%{?fedora} >= 44 || 0%{?eln} + ninja %{?_smp_mflags} +%else + make %{?_smp_mflags} +%endif %if 0%{?rhel} >= 9 || 0%{?fedora} >= 33 || 0%{?mageia} > 7 popd