The package rpms/workflow.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/workflow.git/commit/?id=041c0f1f8cdf....
Change: +%ifarch %{valgrind_arches}
Thanks.
Full change: ============
commit 5ad4ec6291800fd77066238e87af0811c8e0abde Author: Packit hello@packit.dev Date: Mon Mar 3 16:30:34 2025 +0000
Update to 0.11.8 upstream release
- Resolves: rhbz#2349543
Upstream tag: v0.11.8 Upstream commit: 8076c750
Commit authored by Packit automation (https://packit.dev/)
diff --git a/.gitignore b/.gitignore index 12c6724..b798b86 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /workflow-0.11.5.tar.gz /workflow-0.11.6.tar.gz /workflow-0.11.7.tar.gz +/workflow-0.11.8.tar.gz diff --git a/README.packit b/README.packit index 3826605..87210c5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.106.0. +The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. diff --git a/sources b/sources index c77268e..07d0a1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.7.tar.gz) = 9f74c00e7fd641f4a6f808defd46cded14b81d0b08adf5d98e094a041b449a4e1fecbb290635e0a43c0ad2cd047eac63aef56b3b86dfbe9137875d6d0c95a2a9 +SHA512 (workflow-0.11.8.tar.gz) = ea90fb1a9c289a76dfa02b077cb0d99ec27157747f1b73d4437a089560a2659baebd463e2e6f699fbd44ec01e59bcd4d4b2f4556377dd57834f02bde0aefdca3 diff --git a/workflow.spec b/workflow.spec index d931f09..2c41fdb 100644 --- a/workflow.spec +++ b/workflow.spec @@ -7,7 +7,7 @@ Name: workflow # src/kernel/rbtree.h available under GPL-2.0-or-later License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later
-Version: 0.11.7 +Version: 0.11.8 Release: %autorelease
URL: https://github.com/sogou/workflow
commit 041c0f1f8cdf7d8a28a5132153998cb292fb90c8 Author: David Abdurachmanov davidlt@rivosinc.com Date: Mon Jan 8 11:39:18 2024 +0200
Properly check valgrind arches
Signed-off-by: David Abdurachmanov davidlt@rivosinc.com Signed-off-by: Kristina Hanicova khanicov@redhat.com
diff --git a/workflow.spec b/workflow.spec index 94828b3..d931f09 100644 --- a/workflow.spec +++ b/workflow.spec @@ -27,7 +27,9 @@ BuildRequires: redis %endif BuildRequires: sed # Needed for memory check +%ifarch %{valgrind_arches} BuildRequires: valgrind +%endif
%global _description %{expand: As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end
arch-excludes@lists.fedoraproject.org