Auto sync2gitlab import of kexec-tools-2.0.24-2.el8.src.rpm
This commit is contained in:
parent
b6940b3cfc
commit
12a2a5b2e3
2
kdumpctl
2
kdumpctl
@ -216,7 +216,7 @@ restore_default_initrd()
|
|||||||
mv $DEFAULT_INITRD_BAK $DEFAULT_INITRD
|
mv $DEFAULT_INITRD_BAK $DEFAULT_INITRD
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
derror "Restoring original initrd as fadump mode is disabled."
|
derror "Restoring original initrd as fadump mode is disabled."
|
||||||
sync -f "DEFAULT_INITRD"
|
sync -f "$DEFAULT_INITRD"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.24
|
Version: 2.0.24
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component
|
Summary: The kexec/kdump userspace component
|
||||||
@ -393,6 +393,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 27 2022 Pingfan Liu <piliu@redhat.com> - 2.0.24-2
|
||||||
|
- kdumpctl: fix missed dollar sign
|
||||||
|
|
||||||
* Thu May 5 2022 Pingfan Liu <piliu@redhat.com> - 2.0.24-1
|
* Thu May 5 2022 Pingfan Liu <piliu@redhat.com> - 2.0.24-1
|
||||||
- kdumpctl: sync the $TARGET_INITRD after rebuild
|
- kdumpctl: sync the $TARGET_INITRD after rebuild
|
||||||
- Avoid false-positive mem_section validation with vmlinux
|
- Avoid false-positive mem_section validation with vmlinux
|
||||||
|
Loading…
Reference in New Issue
Block a user