On Fri, May 31, Richard W.M. Jones wrote:
On Fri, May 31, 2013 at 01:38:06PM +0200, Olaf Hering wrote:
> But this requires that febootstrap or supermin is in BuildRequires:,
> while this change removes the hard dependency of BuildRequires:. But I
> see, if the appliance is enabled then it would now fail with this
> change. In my packaging the appliance is not enabled because zypp
> support in supermin is not yet complete, so I did not spot this part.
Actually I thought zypp support was complete? Oh well, how far off is
complete zypp support in supermin?
One thing thats still missing is the --exclude= part.
I think zypp_rpm_resolve_dependencies_and_download_no_installed should
iterate over pkgs, call rpm -qp %{NAME} for every package and skip
packages matching the regex. The same should be done in
zypp_rpm_resolve_dependencies_and_download_use_installed with pkg_names.
Olaf