diff options
author | Brian Behlendorf <[email protected]> | 2009-06-16 11:34:28 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-06-16 11:34:28 -0700 |
commit | 2e0e7e69769eb0f5ceda102e575da79288d05127 (patch) | |
tree | 06cdc391b00603370f3b8c23ec67b0609c952aa1 /spl.spec.in | |
parent | 39a3d2a421bf067329bae352866a5d1fccbcee70 (diff) |
Packaging improvements for RHEL and SLES (part 2)
- Allow checking for exported symbols in both Module.symvers
and Module.symvers. My stock SLES kernel ships an objects
directory with Module.symvers, yet produces a Module.symvers
in the local build directory.
Diffstat (limited to 'spl.spec.in')
-rw-r--r-- | spl.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spl.spec.in b/spl.spec.in index 4cd71de05..e67408dd7 100644 --- a/spl.spec.in +++ b/spl.spec.in @@ -93,7 +93,7 @@ Requires: %{kstr} = %{kver} BuildRequires: %{buildrequires} %description devel -The %{name}-devel package contains the header files and Module.symvers +The %{name}-devel package contains the header files and Module{s}.symvers symbols needed for building additional modules which use %{name}. %prep |