Comments on: Reducing YaST rebuild time by 30% https://lizards.opensuse.org/2016/10/11/reducing-yast-rebuild-time-by-30/ Blogs and Ramblings of the openSUSE Members Fri, 06 Mar 2020 17:50:09 +0000 hourly 1 https://wordpress.org/?v=4.7.5 By: Saulo https://lizards.opensuse.org/2016/10/11/reducing-yast-rebuild-time-by-30/#comment-15059 Thu, 13 Oct 2016 20:39:49 +0000 http://lizards.opensuse.org/?p=12030#comment-15059 checkmedia is set as “recommended” (not required), see below:

# ensure that ‘checkmedia’ is on the medium
Recommends: checkmedia

But as we cant use it without the “checkmedia” package. I suppose it should be set as a required dependency. Anyway I know it envolves a change in how yast deps are packaged, so it is just a suggestion.

Thank you for everybody in your Team for improve Yast!

]]>
By: mvidner https://lizards.opensuse.org/2016/10/11/reducing-yast-rebuild-time-by-30/#comment-15057 Thu, 13 Oct 2016 10:21:27 +0000 http://lizards.opensuse.org/?p=12030#comment-15057 Saulo, the dependencies in this graph are for build time (BuildRequires), not for run time (Requires).

Regarding the Media Check, we do have checkmedia as a soft dependency:

# rpm -qf /usr/share/YaST2/clients/checkmedia.rb
yast2-packager-3.1.84.1-3.1.x86_64
# rpm -qf /usr/share/YaST2/clients/checkmedia.rb –recommends
checkmedia

]]>
By: saulo https://lizards.opensuse.org/2016/10/11/reducing-yast-rebuild-time-by-30/#comment-15051 Tue, 11 Oct 2016 23:31:00 +0000 http://lizards.opensuse.org/?p=12030#comment-15051 It shows only deps between yast packages, but it would be great if yast package also include external deps, for example:
Software -> “Media Check”

It always ask to user install “checkmedia” package (it is very annoying) Why yast2 package do not include “checkmedia” as a dependency?

Same problem for yast modules: “printer”, “scanner”, “remote administration”, etc…

]]>