public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeff Law <law@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/certwatch] epel8: Disable LTO on s390 for now
Date: Wed, 22 Jul 2026 10:30:54 GMT [thread overview]
Message-ID: <178471625437.1.4985803006399628720.rpms-certwatch-cb951c52f812@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-22 10:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178471625437.1.4985803006399628720.rpms-certwatch-cb951c52f812@fedoraproject.org \
--to=law@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox