public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/appstream] rawhide: Disable blake3 support on RHEL
Date: Fri, 17 Jul 2026 16:31:24 GMT	[thread overview]
Message-ID: <178430588475.1.4302998221783498525.rpms-appstream-7ba91eba253e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/appstream
Branch : rawhide
Commit : 7ba91eba253ee3ee96bc706b834e2df750e7c86b
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-07-17T12:28:26-04:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/appstream/c/7ba91eba253ee3ee96bc706b834e2df750e7c86b?branch=rawhide

Log:
Disable blake3 support on RHEL

---
diff --git a/appstream.spec b/appstream.spec
index f28a51c..e3943ad 100644
--- a/appstream.spec
+++ b/appstream.spec
@@ -1,9 +1,10 @@
+%bcond blake3 %{undefined rhel}
 %bcond stemming %{undefined rhel}
 
 Summary: Utilities to generate, maintain and access the AppStream database
 Name:    appstream
 Version: 1.1.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # lib LGPLv2+, tools GPLv2+
 License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -37,7 +38,9 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
 BuildRequires: pkgconfig(gi-docgen) >= 2021.1
 BuildRequires: pkgconfig(gio-2.0)
 BuildRequires: pkgconfig(gobject-introspection-1.0)
+%if %{with blake3}
 BuildRequires: pkgconfig(libblake3)
+%endif
 BuildRequires: pkgconfig(libcurl)
 BuildRequires: pkgconfig(libfyaml)
 BuildRequires: pkgconfig(librsvg-2.0)
@@ -104,6 +107,7 @@ Requires: pkgconfig(Qt6Core) >= 6.2.4
 %{meson} \
  -Dcompose=true \
  -Dqt=true \
+ -Dblake3-support=%{?with_blake3:true}%{!?with_blake3:false} \
  -Dstemming=%{?with_stemming:true}%{!?with_stemming:false} \
  -Dvapi=true
 
@@ -204,6 +208,9 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
 
 
 %changelog
+* Fri Jul 17 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.3-3
+- Disable blake3 support on RHEL
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-07-17 16:31 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=178430588475.1.4302998221783498525.rpms-appstream-7ba91eba253e@fedoraproject.org \
    --to=yselkowi@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