public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/suricata] rawhide: Enable on ppc64le
@ 2026-07-27 15:38 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-27 15:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/suricata
Branch : rawhide
Commit : 70020b28b366764e5de5ad837e02b38c9872e06a
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-26T08:42:10-04:00
Stats : +6/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/suricata/c/70020b28b366764e5de5ad837e02b38c9872e06a?branch=rawhide
Log:
Enable on ppc64le
The issue which prevented this from building was likely fixed long ago.
---
diff --git a/suricata.spec b/suricata.spec
index 6160d0f..77b0597 100644
--- a/suricata.spec
+++ b/suricata.spec
@@ -1,7 +1,7 @@
Summary: Intrusion Detection System
Name: suricata
Version: 8.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPL-2.0-only
URL: https://suricata.io/
Source0: https://www.openinfosecfoundation.org/download/%{name}-%{version}.tar.gz
@@ -59,9 +59,8 @@ Requires(postun): systemd
Requires(pre): /usr/sbin/useradd
%endif
-# Rust is not working on ppc64le systems (bz 1757548)
-# Or i686 (bz 2047425)
-ExcludeArch: ppc64le i686
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
%description
@@ -200,6 +199,9 @@ fi
%endif
%changelog
+* Sun Jul 26 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 8.0.5-3
+- Enable on ppc64le
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.5-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-27 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 15:38 [rpms/suricata] rawhide: Enable on ppc64le Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox