From 767c6bb311fed358d0036a864a571d5f670ef812 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 11 Apr 2016 16:18:01 +0100 Subject: [PATCH] Fixed the reference in previous commit to point to the correct bug. --- ceph.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index b854b0e..7a2a717 100644 --- a/ceph.spec +++ b/ceph.spec @@ -567,7 +567,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-g /-g1 /'` # This is ONLY required to workaround XFS brokenness. When the # following bug is fixed, you can remove this. -# https://bugzilla.redhat.com/show_bug.cgi?id=1305512 +# https://bugzilla.redhat.com/show_bug.cgi?id=1319804 export RPM_OPT_FLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"