mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-24 15:52:54 +00:00
kernel-<flavour> packages should suggest kernel-<flavour>-devel as well
We still use DKMS and provide DKMS-packages with widely used proprietary drivers. Although we do not recommend installing kernel-<flavour> package without the corresponding devel package, some users still do so no matter what. They get problems then due to the proprietary drivers failing to rebuild, etc. kernel-<flavour> now has kernel-<flavour>-devel in "Suggests:" to mitigate this.
This commit is contained in:
parent
30244cdc05
commit
8ecd473a65
1 changed files with 3 additions and 0 deletions
|
@ -513,6 +513,9 @@ Conflicts: %kconflicts1 %kconflicts2 %kconflicts3 \
|
|||
Conflicts: %kconflicts4 %kconflicts5 \
|
||||
Provides: should-restart = system \
|
||||
Suggests: crda \
|
||||
%if %build_devel \
|
||||
Suggests: %{kname}-%{1}-devel-%{buildrel} \
|
||||
%endif \
|
||||
%ifarch %{ix86} \
|
||||
Conflicts: arch(x86_64) \
|
||||
%endif \
|
||||
|
|
Loading…
Add table
Reference in a new issue