public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libx86emu] epel10.2: Fix missed __global_ldflags on el6
@ 2026-09-04 15:05 Andrey Ponomarenko
0 siblings, 0 replies; only message in thread
From: Andrey Ponomarenko @ 2026-09-04 15:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libx86emu
Branch : epel10.2
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.2
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 15:05 [rpms/libx86emu] epel10.2: Fix missed __global_ldflags on el6 Andrey Ponomarenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox