From 623f7a4a866aabcdb5ca8b6d529176eb7e9d5ace Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Feb 25 2018 11:36:32 +0000 Subject: Use LDFLAGS from redhat-rpm-config --- diff --git a/blktrace.spec b/blktrace.spec index a9b00b2..4b43a0c 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,7 +1,7 @@ Summary: Utilities for performing block layer IO tracing in the Linux kernel Name: blktrace Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Development/System Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -23,7 +23,7 @@ information about IO patterns. %setup -q %build -make CFLAGS="%{optflags}" all +make CFLAGS="%{optflags} %{build_ldflags}" all %install rm -rf %{buildroot} @@ -71,6 +71,9 @@ information about IO patterns. %{_mandir}/man1/iowatcher.* %changelog +* Sun Feb 25 2018 Florian Weimer - 1.2.0-4 +- Use LDFLAGS from redhat-rpm-config + * Wed Feb 07 2018 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild