public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plplot] rawhide: Fix EPEL build
@ 2026-08-05 14:50 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-05 14:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/plplot
Branch : rawhide
Commit : de989bc4f29af2d1bb9a69fa1554301577d3b095
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-08-02T23:56:03-04:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/plplot/c/de989bc4f29af2d1bb9a69fa1554301577d3b095?branch=rawhide
Log:
Fix EPEL build
---
diff --git a/plplot.spec b/plplot.spec
index 8640616..72d12e3 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -158,7 +158,7 @@ BuildRequires: doxygen
BuildRequires: texlive-xmltex
BuildRequires: tex(ulem.sty)
# RHEL8 does not ship xmlto-tex
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 9
BuildRequires: xmlto-tex
%else
BuildRequires: xmlto
@@ -448,7 +448,7 @@ rm cmake/modules/FindLua.cmake
%build
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 11
export LDFLAGS='%{build_ldflags} -Wl,--no-warn-execstack'
%endif
export PATH="%{_qt5_bindir}:$PATH"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 14:50 [rpms/plplot] rawhide: Fix EPEL build Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox