pull makedumpfile 1.5.0
This commit is contained in:
parent
ffc5ece53b
commit
1fbb5a69b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ makedumpfile-1.3.5.tar.gz
|
||||
/kexec-tools-2.0.3.tar.bz2
|
||||
/makedumpfile-1.4.1.tar.gz
|
||||
/makedumpfile-1.4.2.tar.gz
|
||||
/makedumpfile-1.5.0.tar.gz
|
||||
|
@ -13,7 +13,7 @@ Source5: kdump.sysconfig.ppc64
|
||||
Source6: kdump.sysconfig.ia64
|
||||
Source7: mkdumprd
|
||||
Source8: kdump.conf
|
||||
Source9: http://downloads.sourceforge.net/project/makedumpfile/makedumpfile/1.4.2/makedumpfile-1.4.2.tar.gz
|
||||
Source9: http://downloads.sourceforge.net/project/makedumpfile/makedumpfile/1.5.0/makedumpfile-1.5.0.tar.gz
|
||||
Source10: kexec-kdump-howto.txt
|
||||
Source11: firstboot_kdump.py
|
||||
Source12: mkdumprd.8
|
||||
@ -119,7 +119,7 @@ cp %{SOURCE10} .
|
||||
|
||||
make
|
||||
%ifarch %{ix86} x86_64 ia64 ppc64 s390x
|
||||
make -C makedumpfile-1.4.2 LINKTYPE=dynamic
|
||||
make -C makedumpfile-1.5.0 LINKTYPE=dynamic
|
||||
%endif
|
||||
make -C kexec-tools-po
|
||||
|
||||
@ -153,8 +153,8 @@ mkdir -p $RPM_BUILD_ROOT/usr/sbin
|
||||
install -m 755 %{SOURCE17} $RPM_BUILD_ROOT/usr/sbin/rhcrashkernel-param
|
||||
|
||||
%ifarch %{ix86} x86_64 ia64 ppc64 s390x
|
||||
install -m 755 makedumpfile-1.4.2/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile
|
||||
install -m 644 makedumpfile-1.4.2/makedumpfile.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/makedumpfile.8.gz
|
||||
install -m 755 makedumpfile-1.5.0/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile
|
||||
install -m 644 makedumpfile-1.5.0/makedumpfile.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/makedumpfile.8.gz
|
||||
%endif
|
||||
make -C kexec-tools-po install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
|
Loading…
Reference in New Issue
Block a user