Fedora Account System
Red Hat Associate
Red Hat Customer
Please consider the following trivial patch to the exempi spec which corrects an issue on ppc64le when the autoreconf is run (later in the spec): diff --git a/exempi.spec b/exempi.spec index 88d3de4..86815c9 100644 --- a/exempi.spec +++ b/exempi.spec @@ -30,7 +30,7 @@ developing with exempi. %setup -q %build - +libtoolize -vi ./autogen.sh # BanEntityUsage needed for #888765 %configure CPPFLAGS="-I%{_includedir} -fno-strict-aliasing -DBanAllEntityUsage=1"
Fixed in exempi-2.2.1-4
I believe that this bug is fixed in exempi-2.2.1-4, which is available in Fedora Rawhide, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=489455