On Tue, Feb 02, 2010 at 03:41:53PM +0300, Eugeny A. Rostovtsev wrote: > Update of /people/real/packages/rpm-build-python.git > > Changes statistics since `0.34.4-alt4' follows: > rpm-build-python.spec | 5 ++++- > rpm-build-python/python | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > > Changelog since `0.34.4-alt4' follows: > commit e594942cd305a72dcafe140fc7a585ddc1e3aafd > Author: Eugeny A. Rostovtsev (REAL) real at altlinux.org > Date: Tue Feb 2 20:10:02 2010 +0700 > > 0.34.4-alt5 > > - Fixed %py_dependencies > [...] > --- a/rpm-build-python/python > +++ b/rpm-build-python/python > @@ -169,7 +169,7 @@ done; unset mod;\ > # что будет преобразовано в > # BuildRequires: pythonX.Y(module1) pythonX.Y(module2) pythonX.Y(module3) > # > -%py_dependencies() %(%{expand: %%__python_deps_internal %{*}}) > +%py_dependencies() BuildRequires: %(%{expand: %%__python_deps_internal %{*}}) > > %__python_package_deps_internal() \ > args="%{*}"; \ А почему это изменение семантики называется "Fix"? -- ldv