Fixed the reference in previous commit to point to the correct bug.

This commit is contained in:
Richard W.M. Jones 2016-04-11 16:18:01 +01:00
parent b32301bd4a
commit 767c6bb311
1 changed files with 1 additions and 1 deletions

View File

@ -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"