From a722de9a7f9b6df71b49f3f05a0ccf44d412966e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Feb 2018 17:11:18 +0100 Subject: [PATCH] Use LDFLAGS from redhat-rpm-config --- gdisk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdisk.spec b/gdisk.spec index 8095fb0..2bba2f3 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -1,7 +1,7 @@ Summary: An fdisk-like partitioning tool for GPT disks Name: gdisk Version: 1.0.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 URL: http://www.rodsbooks.com/gdisk/ Group: System Environment/Base @@ -21,7 +21,7 @@ tables, and the ability to convert MBR disks to GPT format. chmod 0644 gdisk_test.sh %build -make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" +make CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" LDFLAGS="%{build_ldflags}" %install for f in gdisk sgdisk cgdisk fixparts ; do @@ -42,6 +42,9 @@ done %{_mandir}/man8/fixparts.8* %changelog +* Fri Feb 23 2018 Florian Weimer - 1.0.3-6 +- Use LDFLAGS from redhat-rpm-config + * Wed Feb 07 2018 Fedora Release Engineering - 1.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild