You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
553 B
13 lines
553 B
6 years ago
|
diff -Nuar redhat-rpm-config-9.1.0_bak/find-requires.ksyms redhat-rpm-config-9.1.0/find-requires.ksyms
|
||
|
--- redhat-rpm-config-9.1.0_bak/find-requires.ksyms 2014-11-12 02:24:19.883051779 -0500
|
||
|
+++ redhat-rpm-config-9.1.0/find-requires.ksyms 2014-11-12 02:24:35.005003931 -0500
|
||
|
@@ -45,7 +45,7 @@
|
||
|
|
||
|
check_kabi() {
|
||
|
arch=$(uname -m)
|
||
|
- kabi_file="/lib/modules/kabi/kabi_whitelist_$arch"
|
||
|
+ kabi_file="/lib/modules/kabi-current/kabi_whitelist_$arch"
|
||
|
|
||
|
# If not installed, output a warning and return (continue)
|
||
|
if [ ! -f "$kabi_file" ]; then
|