python-ufc-debuginfo 2.1.0-2 is empty due to _ufc.so not being stripped by rpmbuild because of its permissions. Fix: --- a/python-ufc.spec +++ b/python-ufc.spec @@ -72,2 +72,3 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +chmod +x $RPM_BUILD_ROOT%{python_sitearch}/ufc/*.so
Thanks, fix pushed.