[yum-commits] yum-utils.spec
Seth Vidal
skvidal at fedoraproject.org
Mon Oct 19 19:09:14 UTC 2009
On Mon, 19 Oct 2009, Ville Skyttä wrote:
> yum-utils.spec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> New commits:
> commit 14b3bc86f7c619dd36c27cb5704588e87c9bb6e5
> Author: Ville Skytt?? <ville.skytta at iki.fi>
> Date: Mon Oct 19 22:03:40 2009 +0300
>
> Fix compileall syntax.
>
> diff --git a/yum-utils.spec b/yum-utils.spec
> index 6de64ee..35d06f7 100644
> --- a/yum-utils.spec
> +++ b/yum-utils.spec
> @@ -397,7 +397,7 @@ cd plugins
> for plug in $plugins; do
> install -m 644 $plug/*.conf $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
> install -m 644 $plug/*.py $RPM_BUILD_ROOT/usr/lib/yum-plugins/
> - %{__python} -c "import compileall; compileall.compile_dir('$(RPM_BUILD_ROOT)/usr/lib/yum-plugins', 1")
> + %{__python} -c "import compileall; compileall.compile_dir('$(RPM_BUILD_ROOT)/usr/lib/yum-plugins', 1)"
weird - then why did this work when I built it?
-sv
More information about the Yum-commits
mailing list