Commit Graph

338 Commits

Author SHA1 Message Date
Dave Young
65e3922d80 ppc/ppc64: compile purgatory with gcc option msoft-float
Resolves: bz831015

add below patch from vivek for upstream.
commit d40badaa2553c44d0585df335ad7e1c465f8ced1
Author: Vivek Goyal <vgoyal@redhat.com>
Date:   Fri Jun 8 09:43:15 2012 -0400

    ppc/ppc64: Compile purgatory code with gcc option -msoft-float

Verified-by: Lingzhu Xiang <lxiang@redhat.com>
Acked-by: Cong Wang <amwang@redhat.com>
2012-09-29 13:15:36 +08:00
Dave Young
9171cb3020 Release 2.0.3-55 2012-09-06 15:49:58 +08:00
Dave Young
1fbb5a69b4 pull makedumpfile 1.5.0 2012-09-06 15:39:58 +08:00
Dave Young
1053f9b7d2 Release 2.0.3-54 2012-08-29 09:44:56 +08:00
Dave Young
13eefe9f48 Release 2.0.3-53
changelog contains changes since 2.0.3-51
2012-07-23 15:36:56 +08:00
Dennis Gilmore
423e0019c4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 12:59:40 -05:00
Dave Young
8ec4877f7b remove busybox dependency
We do not depend on busybox anymore, so remove it from Requires field.

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
2012-07-12 11:15:35 +08:00
Dave Young
b14b692242 omit dash module
dash is be default omited in f17, but we use -o in command line so our omit
modules list will overwrite the system configs, so dash will be installed to
initramfs.

Here avoid install dash by adding it to the '-o' list
Also remove dash dependency from rpm spec

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
2012-07-12 11:15:35 +08:00
Dave Young
2e730e047e Release 2.0.3-51 2012-07-05 16:57:03 +08:00
dyoung@redhat.com
e8693e46f6 Add s390x support
Enable s390x, add same sysconfig as rhel6

Resolve: bug 813154

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
2012-07-05 16:48:46 +08:00
Dave Young
b5f7f39ee6 Release 2.0.3-50 2012-06-22 15:53:04 +08:00
Dave Young
16e24a1197 Release 2.0.3-49
bump version to 2.0.3-49
2012-06-12 13:30:58 +08:00
Dave Young
7eb9e92430 Release 2.0.3-48
Resolves: bz805773, bz707441, bz822701, bz822739, bz808817
2012-05-28 09:57:49 +08:00
Dave Young
a0bc139793 remove suffix of rhcrashkernel-param.sh
Per vivek, remove the .sh suffix
2012-05-18 10:02:07 +08:00
Dave Young
ca94c80a91 add rhcrashkernel-param.sh for anaconda use
Resolves: 707441

Provide a script rhcrashkernel-param.sh to generate cmdline, so anaconda can just
call it, we can easily add more logic into this script later.

Note: Currently for fedora only adding null output for testing purpose.

Signed-off-by: Dave Young <dyoung@redhat.com>
Suggested-by: Vivek Goyal <vgoyal@redhat.com>
2012-05-16 11:22:42 +08:00
Dave Young
334ded7e8b Release 2.0.3-47 2012-05-03 10:12:32 +08:00
Dave Young
bbd2e7d30a remove dracut-files.tbz2 [v2]
Resolves: bz816864

currently kexec-tools maintains kdump dracut modules as below dir hierarchy:
 [dave@localhost fedpkg]$ tree kexec-tools/kdump_dracut_modules
 kexec-tools/kdump_dracut_modules
 `-- 99kdumpbase
     |-- kdump.sh
     `-- module-setup.sh

But in kexec-tools.spec, sources line is below:
Source100: dracut-files.tbz2

So we need to manually generate the dracut-files.tbz2, upload it, modify
the sources file which contains the md5sum of these binaies, and then do
the building. The more headache problem is this make local tests of
changes to kdump module hard.

To ease future work, move the files to TOPDIR, cp the sources instead.

Thanks for help from dzickus
[v1->v2]: Also remove dracut-files.tbz2 from sources file
          ChaoWang: add prefix to dracut files
2012-05-03 10:06:05 +08:00
Dave Young
33eb910322 increase version to 2.0.3-46 2012-05-02 10:25:57 +08:00
Dave Young
82595d8f2b Release 2.0.3-45
update the dracut-files.tgz2
2012-04-23 15:59:37 +08:00
Dave Young
29a5d0629b Release 2.0.3-44 2012-04-19 13:56:15 +08:00
Cong Wang
2347ccef79 fix version number in changelog 2012-04-11 19:36:29 +08:00
Cong Wang
7f1816b6c1 Release 2.0.2-43 2012-04-11 19:32:20 +08:00
Cong Wang
832c25f2d6 Release 2.0.3-42 2012-03-30 11:42:14 +08:00
Dave Young
f7b9767f87 spec: depends on dracut-network
Resolves: bz807286

kexec-tools should depend on dracut-network

Signed-off-by: Dave Young <dyoung@redhat.com>
2012-03-30 11:32:51 +08:00
Cong Wang
726d9319cb Bump this version 2012-02-27 15:33:35 +08:00
Cong Wang
6fdfc66acc Fixup sysytemd service file 2012-02-22 14:33:53 +08:00
Dave Young
ba0aa24316 Add ssh dump support
Add ssh dump support

changes including below items:
1. sshkey option
2. sshkey propagate
3. fix a bug of  _server ip calculation for dump target string
4. change the prefix of kdump hook from 93 to 01 to avoid dhclient and
   other cleanups happening before us
5. enable network with dracut cmdline rd.neednet=1 when there's network
   target config

[v1 - v2]:
Only check_ssh_target when there's ssh dump target in kdump config file

[v2 -> v3]
style fixes: trailing spaces and space before tab indent
remove set -x
simply check_ssh_target
use awk to get sshkey option value
change pivot hook order to 0000

Signed-off-by: Dave Young <dyoung@redhat.com>
2012-02-22 14:12:57 +08:00
Cong Wang
6ffa63d416 Pull the latest makedumpfile release, 1.4.2 2012-01-27 23:10:18 +08:00
Cong Wang
481cb83cfd Add initial NFS dump support, experimental 2012-01-27 22:59:43 +08:00
Cong Wang
f51fd99344 Really upload the dracut module this time 2012-01-25 17:21:43 +08:00
Cong Wang
c461ec7057 Fix various bugs for nfs dump 2012-01-25 16:58:35 +08:00
Cong Wang
8a14c620b7 kdump.sh cleanup for fstab handling 2012-01-25 15:25:39 +08:00
Cong Wang
2630148dc7 Handle rootfs correctly 2012-01-25 12:18:51 +08:00
Cong Wang
8e0b475887 Disable kexec_test 2012-01-21 16:56:07 +08:00
Cong Wang
c0742d742a Fix build dependency 2012-01-21 16:41:53 +08:00
Cong Wang
055c5b7189 Fix build dependency 2012-01-21 14:56:40 +08:00
Cong Wang
e494189fbb sync with the latest upstream releases 2012-01-21 12:20:35 +08:00
Cong Wang
a0f1142b60 Fix add_dracut_arg in mkdumprd 2012-01-10 22:34:47 +08:00
Cong Wang
113404857a Update kdump dracut module with the latest dracut kdump branch 2012-01-10 13:28:27 +08:00
wangcong
005c06fa9f Update kdump dracut module to use the latest dracut feature 2011-12-16 14:21:02 +08:00
Tom "spot" Callaway
1c07d2c26b fix systemd scriptlets 2011-09-09 15:03:23 -04:00
Amerigo Wang
b192a0d61b mkdumprd: fix default action handling 2011-08-02 18:10:16 +08:00
Amerigo Wang
b9f39e444a mkdumprd: install modified kdump.conf in initrd 2011-08-02 16:42:21 +08:00
Amerigo Wang
9ea3801214 mkdumprd: handle lvm in pre-pivot hook 2011-08-02 14:00:50 +08:00
Amerigo Wang
7a4f7d02be mkdumprd: fix udev rules in modules-setup.sh 2011-08-02 00:33:14 +08:00
Amerigo Wang
1ec4f7b1b4 mkdumprd: generate udev rules in modules-setup.sh 2011-08-01 23:40:35 +08:00
Amerigo Wang
386612d259 mkdumprd: generate udev rules to handle device names 2011-08-01 22:53:00 +08:00
Amerigo Wang
1048810fe0 mkdumprd: fix dump to local filesystem and raw dump 2011-08-01 20:01:31 +08:00
Amerigo Wang
aee02035a1 kexec-tools: depend on dracut-network 2011-08-01 17:27:56 +08:00
Amerigo Wang
280f968481 update kexec-tools.spec 2011-08-01 17:22:50 +08:00
Amerigo Wang
108f6ac2cc mkdumprd: use shutdown module of dracut to handle reboot/shutdown/halt. 2011-07-28 22:50:43 +08:00
Amerigo Wang
52dbdacb5f wait for loginit 2011-07-27 20:37:49 +08:00
Amerigo Wang
c445864777 mkdumprd: use absolute path of reboot/halt/poweroff 2011-07-27 19:48:51 +08:00
Amerigo Wang
75b0166343 mkdumprd: don't use consolehelper 2011-07-27 19:45:59 +08:00
Amerigo Wang
0ce85b362d kexec-tools: rename initrd to initramfs 2011-07-27 18:05:04 +08:00
Amerigo Wang
4cfe96454e kexec-tools: remove dependence on busybox 2011-07-27 17:42:07 +08:00
Amerigo Wang
a1edbf7d6c mkdumprd: parse default action 2011-07-27 00:02:19 +08:00
Amerigo Wang
be4b40969b move path/core_collector/default parsing code to initrd. 2011-07-25 19:38:43 +08:00
Amerigo Wang
4a7c912848 kdumpctl: remove obsolete code 2011-07-25 18:04:32 +08:00
Amerigo Wang
1345d1582d mkdumprd: support core_collector and extran_bins 2011-07-25 18:02:37 +08:00
Amerigo Wang
c5f74a28e8 Bypass -d option. 2011-07-21 21:04:09 +08:00
Amerigo Wang
ae329dda68 Fix spec file. 2011-07-21 19:13:24 +08:00
Amerigo Wang
8b045d4f1d Update initramfs code. 2011-07-21 19:02:56 +08:00
Amerigo Wang
f1a206963d Update initramfs code. 2011-07-21 18:48:58 +08:00
Neil Horman
10c91a1493 Removing sysvinit files 2011-07-06 15:25:34 -04:00
Neil Horman
bf1475e066 Resolves: bz 716994
-Added systemd unit file for kdump
2011-07-04 16:32:15 -04:00
Neil Horman
bf110a7bbd Resolves: bz716388 2011-06-24 15:14:23 -04:00
Neil Horman
fe18fead61 Resolves: bz 710744 2011-06-06 15:43:54 -04:00
guest
4baddcfbfa Fixing some grammer in man pages
Resolves: bz673817
2011-04-26 09:48:49 -04:00
Neil Horman
678b7b882f Fix misuse of basename in mkdumprd
Resolves bz: 683769
2011-03-28 11:08:50 -04:00
Neil Horman
0961b1bce8 Fixing build break with purgatory 2011-03-10 11:42:25 -05:00
Neil Horman
2fb552037c remove emitdms call and code as its no longer needed 2011-03-10 11:04:43 -05:00
Dennis Gilmore
848928b196 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 20:31:19 -06:00
Neil Horman
a3423afa7c Resolves: bz 645734 2010-10-22 06:58:01 -04:00
Jesse Keating
d514727ddf - Rebuilt for gcc bug 634757 2010-09-29 14:34:26 -07:00
Neil Horman
d0cced9bfc esloves: bz 635893 2010-09-22 07:03:43 -04:00
David Malcolm
6e67ad7d42 recompiling .py files against Python 2.7 (rhbz#623327) 2010-08-11 17:44:18 -04:00
Lubomir Rintel
6d2cc25b63 - Fix a syntax error in kdump init script 2010-06-13 21:54:34 +00:00
Lubomir Rintel
dc002368a1 Pull EL6 kdump fixes into Rawhide Resolves: 597588 2010-06-13 19:20:48 +00:00
Neil Horman
68d2a8081e Resolves: bz 572569 2010-03-11 16:06:06 +00:00
Neil Horman
66d844ee90 Resolves: bz 566135 2010-02-17 16:49:26 +00:00
Neil Horman
e85f1c9fb6 Resolves: bz 566135 2010-02-17 16:41:55 +00:00
Neil Horman
5a44a04f67 Resolves: bz519767 2009-12-01 17:56:44 +00:00
Neil Horman
b3f251cfd0 Resolves: bz539812 2009-11-23 16:17:42 +00:00
Neil Horman
95b2cf1ec1 Resolves: bz533370 2009-11-06 19:03:58 +00:00
Neil Horman
ca16a2d529 Resolves: bz 522486 2009-09-15 17:05:01 +00:00
Neil Horman
565e66a662 Resolves: bz 522415 2009-09-11 17:09:51 +00:00
Neil Horman
c16c339e25 Resolves: bz522486 2009-09-10 14:36:34 +00:00
Neil Horman
b9b1d10954 Updating dracut modules 2009-08-14 13:30:28 +00:00
Neil Horman
54d952b315 Updating dracut files for adv conf 2009-08-11 20:07:23 +00:00
Neil Horman
4049dbdcd9 Starting mkdumprd2 -> dracut conversion 2009-07-29 19:34:48 +00:00
Jesse Keating
377434b49f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 04:33:33 +00:00
Neil Horman
bdcc61b5f0 Fixing build break 2009-07-06 20:11:59 +00:00
Neil Horman
2c04e2b8b2 Making makedumpfile a dynamic binary 2009-07-06 19:58:59 +00:00
Neil Horman
a4bf642ce9 Fixing build issue 2009-07-06 19:00:59 +00:00
Neil Horman
5bb2d5f594 Updating mkdumprd2 2009-07-06 18:39:28 +00:00
Neil Horman
5ee624fcf9 Updating mkdumprd2 files 2009-07-06 18:00:03 +00:00
Neil Horman
c254916c81 fixing mkdumprd2 tarball 2009-07-06 16:47:17 +00:00
Neil Horman
9487d3dfb1 Fixing firstboot module 2009-06-23 18:36:27 +00:00
Neil Horman
0376606424 Resolves: bz 505701 2009-06-15 16:58:42 +00:00
Neil Horman
fc4f405b55 Fixing buildrequires 2009-05-20 19:10:14 +00:00
Neil Horman
ec030331af Putting mkdumprd2 into package 2009-05-20 18:55:21 +00:00
Neil Horman
67ff084a11 moving around sample manifests, adding mkdumprd2 tarball 2009-05-20 18:09:56 +00:00
Neil Horman
db9f40c2e0 Adding helper Makefile target for mkdumprd2 files 2009-05-20 17:56:45 +00:00
Neil Horman
2e66fb4fde Resolves: bz 499849 2009-05-08 17:11:21 +00:00
Neil Horman
64c7c7b164 Resolves: bz 494416 2009-04-07 13:57:21 +00:00
Lubomir Rintel
3c9bca6934 - Install the correct configuration for i586 2009-04-05 12:20:13 +00:00
Neil Horman
94baf10fb4 Resoves: bz 493707 2009-04-03 20:06:29 +00:00
Orion Poplawski
3d56f3248e - Add BR glibc-static 2009-04-02 17:39:05 +00:00
Jesse Keating
4dadfa4470 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 11:08:26 +00:00
Ignacio Vazquez-Abrams
d72a3f2be8 Rebuild for Python 2.6 2008-12-04 18:01:04 +00:00
Neil Horman
e3f25178f2 Resolves: bz 473212 2008-12-01 16:09:09 +00:00
Ignacio Vazquez-Abrams
12cbe4d789 Rebuild for Python 2.6 2008-12-01 15:00:34 +00:00
Neil Horman
25b52abb67 Resolves bz 335191 2008-11-05 14:38:43 +00:00
Neil Horman
352a954156 Resolves: bz 469001 2008-10-29 13:37:34 +00:00
Neil Horman
91f6724530 Resolves bz 461615 2008-09-15 13:58:38 +00:00
Neil Horman
fd7615a8d5 Updating to latest upstream version 2.0.0 of kexec-tools 2008-08-27 11:58:35 +00:00
Neil Horman
ced35688d2 Resolves: bz 455998 2008-08-27 11:26:34 +00:00
Neil Horman
b7654e1e7c Resolves: bz 455998 2008-08-27 11:24:36 +00:00
Tom Callaway
d47576a355 fix license tag 2008-08-05 17:12:18 +00:00
Neil Horman
fcd8cdc811 Resolves: 456572 2008-07-28 11:26:50 +00:00
Neil Horman
b4a96a8bbc Resolves: bz 443878) 2008-07-14 14:52:37 +00:00
Neil Horman
51a3406429 Resolves: bz 443878 2008-06-11 10:51:51 +00:00
Neil Horman
558bea7d40 Mass Update of RHEL5 patches 2008-06-05 15:18:53 +00:00
Neil Horman
f178fa14a0 Resolves: bz 443878 2008-04-24 17:09:32 +00:00
Neil Horman
ff899b91aa Fix command line length bug w/ upstream patch 2008-04-16 15:22:03 +00:00
Neil Horman
163b36d3bb Fixing ppc64 ARCH def 2008-03-25 12:32:52 +00:00
Neil Horman
a1fe24e639 Resolves bz 438661 2008-03-24 11:46:05 +00:00
Neil Horman
dbc5e5bd2e Bunches of bugfixes from RHEL5 + bz 428684 2008-02-22 12:40:20 +00:00
Neil Horman
79df4118e8 Resolves: bz 433350 2008-02-19 20:01:55 +00:00
Neil Horman
f6d49182ff Bumping rev number for rebuild 2008-02-13 15:32:44 +00:00
Neil Horman
e6aa3bb308 Updating spec file 2008-01-03 21:42:01 +00:00
Neil Horman
961bb3831d Updating spec file 2008-01-03 18:33:56 +00:00
Neil Horman
080f7f0472 Fixing makedumpfile build 2008-01-03 17:07:35 +00:00
Neil Horman
efd130ffc2 Resolves: bz 427201 2008-01-02 15:39:15 +00:00
Neil Horman
fcbc10b998 Resolves: bz 308151 2007-10-01 13:02:50 +00:00
Neil Horman
67cdafe010 Resolves: bz257201 2007-08-30 16:19:16 +00:00
Neil Horman
a84f10fb78 Updating spec file to not define arch as ppc64 on ppc 2007-08-28 17:17:08 +00:00
Neil Horman
b4fc8dfb2d Updating spec file to not define arch as ppc64 on ppc 2007-08-28 17:00:44 +00:00
Neil Horman
bce0de7184 Related: bz 257201 2007-08-27 19:42:46 +00:00
Neil Horman
c26c250e40 Related: bz 257201 2007-08-27 19:00:52 +00:00
Neil Horman
17a3efbf1e Resolves bz 250341 2007-08-22 18:00:42 +00:00
Neil Horman
4a8369b55e Resolves: bz 252170 2007-08-22 15:14:11 +00:00
Neil Horman
e43f570021 Resolves: bz 253714 2007-08-21 15:21:40 +00:00
Neil Horman
1d0759917d Fixing xen kernel cmdline parsing 2007-08-10 15:26:05 +00:00
Neil Horman
9611e10df6 Resolves: bz 250341 2007-08-01 17:44:53 +00:00
Neil Horman
7c84ec10fe Resolves: bz248797 2007-07-19 12:33:57 +00:00
Neil Horman
f552ef481c Resolves: bz248797 2007-07-19 12:32:46 +00:00
Neil Horman
ca18e868c2 Resolves: bz 248287 2007-07-18 15:31:47 +00:00
Neil Horman
bc0be2538f Resolves: bz 247989 2007-07-17 12:53:10 +00:00