hi everybody
newbie question on spec file subject, file that contains:
Requires: kmod(some_module)
it rpmbuilds fine but later when attempt to install the package yum fails with: ... --> Finished Dependency Resolution Error: Package: some_package Requires: kmod(some_module.ko) ... And module in question naturally is installed.
I'm missing something silly, what is it? many thanks P.
On 14/10/14 13:51, lejeczek wrote:
it rpmbuilds fine but later when attempt to install the package yum fails with: ... --> Finished Dependency Resolution Error: Package: some_package Requires: kmod(some_module.ko) ... And module in question naturally is installed.
I'm missing something silly, what is it?
At a guess you're doing this on F20 but the kmod provides are new in F21. Did you maybe take an F21 spec and rebuild it for F20?
Tom
On 14/10/14 14:13, Tom Hughes wrote:
On 14/10/14 13:51, lejeczek wrote:
it rpmbuilds fine but later when attempt to install the package yum fails with: ... --> Finished Dependency Resolution Error: Package: some_package Requires: kmod(some_module.ko) ... And module in question naturally is installed.
I'm missing something silly, what is it?
At a guess you're doing this on F20 but the kmod provides are new in F21. Did you maybe take an F21 spec and rebuild it for F20?
Tom
bullseye, how to require kernel modules in earlier Fedoras?
On 14/10/14 14:58, lejeczek wrote:
On 14/10/14 14:13, Tom Hughes wrote:
On 14/10/14 13:51, lejeczek wrote:
it rpmbuilds fine but later when attempt to install the package yum fails with: ... --> Finished Dependency Resolution Error: Package: some_package Requires: kmod(some_module.ko) ... And module in question naturally is installed.
I'm missing something silly, what is it?
At a guess you're doing this on F20 but the kmod provides are new in F21. Did you maybe take an F21 spec and rebuild it for F20?
bullseye, how to require kernel modules in earlier Fedoras?
You can't - you have to just require kernel or kernel-modules-extra depending on which package the one you want is in.
Tom
packaging@lists.fedoraproject.org