public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andrey Ponomarenko <andrewponomarenko@yandex.ru>
To: git-commits@fedoraproject.org
Subject: [rpms/libx86emu] epel10: Fix missed __global_ldflags on el6
Date: Fri, 04 Sep 2026 15:02:13 GMT [thread overview]
Message-ID: <178853413311.1.3609783735760769837.rpms-libx86emu-240a5061dd39@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libx86emu
Branch : epel10
Commit : 240a5061dd396a92a614a698fe7a1ec126c579e6
Author : Andrey Ponomarenko <andrewponomarenko@yandex.ru>
Date : 2018-12-19T08:24:46+01:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libx86emu/c/240a5061dd396a92a614a698fe7a1ec126c579e6?branch=epel10
Log:
Fix missed __global_ldflags on el6
[lkundrak@v3.sk: drop a bad condition]
https://src.fedoraproject.org/rpms/libx86emu/pull-request/2
---
diff --git a/libx86emu.spec b/libx86emu.spec
index ebc1e73..f4ffe73 100644
--- a/libx86emu.spec
+++ b/libx86emu.spec
@@ -1,3 +1,6 @@
+# el6 compatibility
+%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
+
%global make_flags \\\
LIBDIR=%{_libdir} \\\
GIT2LOG=: \\\
@@ -8,7 +11,7 @@
Name: libx86emu
Version: 1.11
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: x86 emulation library
License: BSD
@@ -63,6 +66,9 @@ library.
%changelog
+* Tue Dec 18 2018 Andrey Ponomarenko <andrewponomarenko@yandex.ru> - 1.11-6
+- Fix missed __global_ldflags on el6
+
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
reply other threads:[~2026-09-04 15:02 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=178853413311.1.3609783735760769837.rpms-libx86emu-240a5061dd39@fedoraproject.org \
--to=andrewponomarenko@yandex.ru \
--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