Release 2.0.4-9

This commit is contained in:
Baoquan He 2013-09-27 10:18:06 +08:00
parent 59e28ddf75
commit 45f24f53f5
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 2.0.4 Version: 2.0.4
Release: 8%{?dist} Release: 9%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -323,6 +323,14 @@ done
%endif %endif
%changelog %changelog
* Fri Sep 27 2013 Baoquan He <bhe@redhat.com> - 2.0.4-9
- Strip inline comments from the kdump config file before use
- kdump-lib.sh: add common function strip_comments
- Introduce kdump-lib.sh for kdump shared functions
- kdump.service: Start kdump after network is online and remote fs is mounted
- dracut-module-setup: _dev to be a local variable
- kdumpctl: Run multiple kdumpctl instances one by one in serial order
* Wed Aug 21 2013 Baoquan He <bhe@redhat.com> - 2.0.4-8 * Wed Aug 21 2013 Baoquan He <bhe@redhat.com> - 2.0.4-8
- remove 98selinux dependency - remove 98selinux dependency