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:
Eugene Shatokhin 2015-04-16 18:27:39 +03:00
parent 30244cdc05
commit 8ecd473a65

View file

@ -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 \