Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226117 Nils Philippsen <nphilipp@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nphilipp@xxxxxxxxxx --- Comment #28 from Nils Philippsen <nphilipp@xxxxxxxxxx> 2010-04-19 09:57:32 EDT --- Apparently the _libdir thing hasn't been reverted completely. Please apply the following where applicable (I found it being a problem on F-13, but it should be an issue from F-12 on when built on 64bit): ----- 8< ----- --- mailman.spec 25 Mar 2010 14:31:26 -0000 1.92 +++ mailman.spec 19 Apr 2010 13:53:11 -0000 @@ -263,7 +263,7 @@ cp -r %{mmbuilddir}/doc $RPM_BUILD_ROOT% mkdir -p $RPM_BUILD_ROOT%{_bindir} install -m755 %{SOURCE8} $RPM_BUILD_ROOT%{_bindir} # set library path in mailman-update-cfg script. -sed -i 's,@libdir@,%{_libdir},g' $RPM_BUILD_ROOT%{_bindir}/mailman-update-cfg +sed -i 's,@mmdir@,%{mmdir},g' $RPM_BUILD_ROOT%{_bindir}/mailman-update-cfg # remove dir/files from $RPM_BUILD_ROOT that we aren't shipping rm -rf $RPM_BUILD_ROOT%{varmmdir}/icons --- mailman-update-cfg 22 Jul 2009 11:30:13 -0000 1.2 +++ mailman-update-cfg 19 Apr 2010 13:53:11 -0000 @@ -10,4 +10,4 @@ import py_compile -py_compile.compile("@libdir@/mailman/Mailman/mm_cfg.py") +py_compile.compile("@mmdir@/Mailman/mm_cfg.py") ----- >8 ----- -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review