public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sasl-xoauth2] f44: Fix conditional for cmake
@ 2026-06-23 14:10
0 siblings, 0 replies; only message in thread
From: @ 2026-06-23 14:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sasl-xoauth2
Branch : f44
Commit : 37fd12a0f4d153de94fd7db16317e2cae85d0f7a
Author : Björn Esser <besser82@fedoraproject.org>
Date : 2026-03-22T19:07:56+01:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sasl-xoauth2/c/37fd12a0f4d153de94fd7db16317e2cae85d0f7a?branch=f44
Log:
Fix conditional for cmake
---
diff --git a/sasl-xoauth2.spec b/sasl-xoauth2.spec
index f52e9f4..5ca2e05 100644
--- a/sasl-xoauth2.spec
+++ b/sasl-xoauth2.spec
@@ -10,7 +10,7 @@ Source0: https://github.com/tarickb/%{name}/archive/refs/tags/release-%{v
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libcurl-devel
-%if 0%{?rhel} < 8
+%if 0%{?rhel} && 0%{?rhel} < 8
BuildRequires: cmake3
%else
BuildRequires: cmake
@@ -74,6 +74,7 @@ relays from Postfix.
%changelog
* Sun Mar 22 2026 Björn Esser <besser82@fedoraproject.org> - 0.27-3
- Rebuild (jsoncpp)
+- Fix conditional for cmake
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-23 14:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 14:10 [rpms/sasl-xoauth2] f44: Fix conditional for cmake
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox