Hide Forgot
Description of problem: The epiphany spec file defines a %{major_version} macro to create and own the extensions folders in /usr/lib*/epiphany/: mkdir -p $RPM_BUILD_ROOT%{_libdir}/epiphany/%{major_version}/{plugins,extensions} ln -sf %{major_version}/plugins $RPM_BUILD_ROOT%{_libdir}/epiphany/plugins ln -sf %{major_version}/extensions $RPM_BUILD_ROOT%{_libdir}/epiphany/extensions In F16 spec, %{major_version} is set to 3.1 whereas it should be 3.2 (as for the current Epiphany version in the repos). Not a critical issue, but it would help me to fix the epiphany-extensions to work with epiphany 3.2 (extensions would be installed in %{_libdir}/epiphany/3.2/extensions/, with %{_libdir}/epiphany/3.2/ supposed to be owned by epiphany).
Peter is working on epiphany now.
Fixed in F17 and Rawhide, closing this bug report.