public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/appstream] rawhide: Disable blake3 support on RHEL
@ 2026-07-17 16:31 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-17 16:31 UTC (permalink / raw)
  To: git-commits

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
 

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

only message in thread, other threads:[~2026-07-17 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 16:31 [rpms/appstream] rawhide: Disable blake3 support on RHEL Yaakov Selkowitz

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