public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/sasl-xoauth2] f44: Fix conditional for cmake
Date: Tue, 23 Jun 2026 14:10:23 GMT	[thread overview]
Message-ID: <178222382388.1.4687008099034604579.rpms-sasl-xoauth2-37fd12a0f4d1@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-23 14:10 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=178222382388.1.4687008099034604579.rpms-sasl-xoauth2-37fd12a0f4d1@fedoraproject.org \
    --to=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