SHA256
1
0
forked from pool/emacs
Ana Guerrero 2023-11-16 19:27:05 +00:00 committed by Git OBS Bridge
commit 1f7016bf4f
2 changed files with 69 additions and 62 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 15 10:34:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- only use valgrind on 64 bit architectures
-------------------------------------------------------------------
Thu Oct 12 07:01:56 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -104,7 +104,9 @@ BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(libwebp)
%ifarch aarch64 x86_64 ppc64le s390x
BuildRequires: pkgconfig(valgrind)
%endif
%if %{with tex4pdf}
BuildRequires: tex(babel.sty)
BuildRequires: tex(fontenc.sty)