[Bug 226117] Merge Review: mailman

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 20 12:05:01 UTC 2010


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

--- Comment #29 from Daniel Novotny <dnovotny at redhat.com> 2010-04-20 07:59:57 EDT ---
Nils, thanks for your comment and solution. I have made a bug for this:

https://bugzilla.redhat.com/show_bug.cgi?id=583966

(In reply to comment #28)
> 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, at libdir@,%{_libdir},g' $RPM_BUILD_ROOT%{_bindir}/mailman-update-cfg
> +sed -i 's, at 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.



More information about the package-review mailing list