You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can obtain it from mock environment or koji (koji list-tagged --inherit f26 --latest kernel) once we have the notion of distribution (see #2). This is especially useful in cases of building kmods for the distributions that haven't been released yet and have kernel package version changing frequently.
The text was updated successfully, but these errors were encountered:
We can query the version of the kernel-devel package and use it as a
version of kernel dependency against which we are built. That should
simplify rebuilds against Y-stream kernel.
* bin/ddiskit (default_config): Set the default value of the
spec_fle.kernel_version configuration option to an empty string.
(get_mock_kernel_version): New function.
(process_configs_for_spec): Try to detect kernel version used in the
mock environment if spec_file.kernel_version configuration option is not
set.
(check_config): Handle empty spec_file.kernel_version.
* ddiskit.1 (.SS Spec file generation): Document behaviour in case of
empty spec_file.kernel_version.
* templates/config (spec_file.kernel_version): Mention the feature.
References: #9
Signed-off-by: Eugene Syromiatnikov <[email protected]>
We can obtain it from mock environment or koji (
koji list-tagged --inherit f26 --latest kernel
) once we have the notion of distribution (see #2). This is especially useful in cases of building kmods for the distributions that haven't been released yet and have kernel package version changing frequently.The text was updated successfully, but these errors were encountered: