This is a fix to an urgent SLE bug spotted by the openQA automation. To alleviate the pressure, I'm submitting the fix in parallel to the upstream pull request at https://github.com/openSUSE/kdump/pull/24 . - kdump-0.9.2-mkdumprd-Properly-pass-compression-params.patch: Fix malformation in passing Dracut compression parameters in mkdumprd (bsc#1193765). - Refresh existing patches. OBS-URL: https://build.opensuse.org/request/show/943594 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=217
12 lines
262 B
Diff
12 lines
262 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -172,7 +172,7 @@ ADD_CUSTOM_TARGET(
|
|
INSTALL(FILES
|
|
${CMAKE_CURRENT_BINARY_DIR}/sysconfig.kdump
|
|
DESTINATION
|
|
- /var/adm/fillup-templates/
|
|
+ /usr/share/fillup-templates/
|
|
)
|
|
|
|
ADD_CUSTOM_COMMAND(
|