public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/certwatch] epel8: Disable LTO on s390 for now
@ 2026-07-22 10:30 Jeff Law
0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2026-07-22 10:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/certwatch
Branch : epel8
Commit : cb951c52f812177cad95fc761de6e9a126530bd9
Author : Jeff Law <law@redhat.com>
Date : 2020-07-27T18:34:34-06:00
Stats : +10/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/certwatch/c/cb951c52f812177cad95fc761de6e9a126530bd9?branch=epel8
Log:
Disable LTO on s390 for now
---
diff --git a/certwatch.spec b/certwatch.spec
index e335c5e..016864b 100644
--- a/certwatch.spec
+++ b/certwatch.spec
@@ -1,6 +1,6 @@
Name: certwatch
Version: 1.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: SSL/TLS certificate expiry warning generator
License: GPLv2+
URL: https://github.com/notroj/certwatch
@@ -27,6 +27,12 @@ the mod_ssl configuration.
autoreconf -i
%build
+%ifarch s390 s390x
+# This package seems to tickle a codegen/optimization issue when LTO is enabled
+# on s390. Disable LTO for now
+%define _lto_cflags %{nil}
+%endif
+
%configure
%make_build
@@ -50,6 +56,9 @@ make check
%{_mandir}/man5/*
%changelog
+* Mon Jul 27 2020 Jeff Law <law@redhat.com> - 1.2-3
+- Disable LTO on s390x for now
+
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 10:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 10:30 [rpms/certwatch] epel8: Disable LTO on s390 for now Jeff Law
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox