public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hwinfo] epel10.3: Fix missed __global_ldflags on el6
@ 2026-09-04 15:54 Andrey Ponomarenko
  0 siblings, 0 replies; only message in thread
From: Andrey Ponomarenko @ 2026-09-04 15:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hwinfo
Branch : epel10.3
Commit : f172d7441b7f926f9b54cb0839f19ee10992d7c1
Author : Andrey Ponomarenko <andrewponomarenko@yandex.ru>
Date   : 2018-12-20T12:35:21+03:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/hwinfo/c/f172d7441b7f926f9b54cb0839f19ee10992d7c1?branch=epel10.3

Log:
Fix missed __global_ldflags on el6

---
diff --git a/hwinfo.spec b/hwinfo.spec
index 90056e8..3048f7c 100644
--- a/hwinfo.spec
+++ b/hwinfo.spec
@@ -1,3 +1,6 @@
+# el6 compatibility
+%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
+
 %global make_flags \\\
         LDFLAGS="%{__global_ldflags} -Lsrc" \\\
         LIBDIR=%{_libdir} \\\
@@ -5,7 +8,7 @@
 
 Name:           hwinfo
 Version:        21.47
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Hardware information tool
 
 License:        GPL+
@@ -68,6 +71,9 @@ make %{make_flags}
 
 
 %changelog
+* Thu Dec 20 2018 Andrey Ponomarenko <andrewponomarenko@yandex.ru> - 21.47-6
+- Fix missed __global_ldflags on el6
+
 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 21.47-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:54 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:54 [rpms/hwinfo] epel10.3: 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