Skip to content

Commit bf493d9

Browse files
committed
added explicit dep on kernel-modules to ensure presence of uio driver
1 parent ab0d29e commit bf493d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/linux_uio/make-pda-kadapter-dkms-rpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT_TAG=11.8.7
1010

1111
# This is the base name and version for this dkms package
1212
PKG_NAME=pda-kadapter-dkms
13-
PKG_VERSION=2.1.3
13+
PKG_VERSION=2.1.4
1414

1515
# local build directory
1616
TMPDIR=/tmp/rpm
@@ -101,7 +101,7 @@ URL: https://github.com/cbm-fles/pda/
101101
Packager: Sylvain Chapeland <[email protected]>
102102
Group: System Environment/Kernel
103103
BuildArch: noarch
104-
Requires: dkms >= 1.00, kernel-devel, kernel-headers
104+
Requires: dkms >= 1.00, kernel-devel, kernel-headers, kernel-modules
105105
Requires: bash
106106
Source0: %{module}-%{version}.src.tar.gz
107107
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root/

0 commit comments

Comments
 (0)