Release 2.0.3-67
makedumpfile v1.5.2
This commit is contained in:
parent
11261a5bca
commit
80ba39086a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ makedumpfile-1.3.5.tar.gz
|
|||||||
/makedumpfile-1.4.2.tar.gz
|
/makedumpfile-1.4.2.tar.gz
|
||||||
/makedumpfile-1.5.0.tar.gz
|
/makedumpfile-1.5.0.tar.gz
|
||||||
/makedumpfile-1.5.1.tar.gz
|
/makedumpfile-1.5.1.tar.gz
|
||||||
|
/makedumpfile-1.5.2.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 66%{?dist}
|
Release: 67%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -13,7 +13,7 @@ Source5: kdump.sysconfig.ppc64
|
|||||||
Source6: kdump.sysconfig.ia64
|
Source6: kdump.sysconfig.ia64
|
||||||
Source7: mkdumprd
|
Source7: mkdumprd
|
||||||
Source8: kdump.conf
|
Source8: kdump.conf
|
||||||
Source9: http://downloads.sourceforge.net/project/makedumpfile/makedumpfile/1.5.1/makedumpfile-1.5.1.tar.gz
|
Source9: http://downloads.sourceforge.net/project/makedumpfile/makedumpfile/1.5.2/makedumpfile-1.5.2.tar.gz
|
||||||
Source10: kexec-kdump-howto.txt
|
Source10: kexec-kdump-howto.txt
|
||||||
Source11: firstboot_kdump.py
|
Source11: firstboot_kdump.py
|
||||||
Source12: mkdumprd.8
|
Source12: mkdumprd.8
|
||||||
@ -131,7 +131,7 @@ cp %{SOURCE10} .
|
|||||||
|
|
||||||
make
|
make
|
||||||
%ifarch %{ix86} x86_64 ia64 ppc64 s390x
|
%ifarch %{ix86} x86_64 ia64 ppc64 s390x
|
||||||
make -C makedumpfile-1.5.1 LINKTYPE=dynamic
|
make -C makedumpfile-1.5.2 LINKTYPE=dynamic
|
||||||
%endif
|
%endif
|
||||||
make -C kexec-tools-po
|
make -C kexec-tools-po
|
||||||
|
|
||||||
@ -165,8 +165,8 @@ mkdir -p $RPM_BUILD_ROOT/usr/sbin
|
|||||||
install -m 755 %{SOURCE17} $RPM_BUILD_ROOT/usr/sbin/rhcrashkernel-param
|
install -m 755 %{SOURCE17} $RPM_BUILD_ROOT/usr/sbin/rhcrashkernel-param
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64 ia64 ppc64 s390x
|
%ifarch %{ix86} x86_64 ia64 ppc64 s390x
|
||||||
install -m 755 makedumpfile-1.5.1/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile
|
install -m 755 makedumpfile-1.5.2/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile
|
||||||
install -m 644 makedumpfile-1.5.1/makedumpfile.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/makedumpfile.8.gz
|
install -m 644 makedumpfile-1.5.2/makedumpfile.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/makedumpfile.8.gz
|
||||||
%endif
|
%endif
|
||||||
make -C kexec-tools-po install DESTDIR=$RPM_BUILD_ROOT
|
make -C kexec-tools-po install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -306,6 +306,11 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 16 2013 Baoquan He <bhe@redhat.com> - 2.0.3-67
|
||||||
|
- Remove comma which is redundant
|
||||||
|
- Revert: Merge an upstream patch for fix a ppc64 makedumpfile bug with with CONFIG_SPARSEMEM_EXTREME
|
||||||
|
- makedumpfile 1.5.2
|
||||||
|
|
||||||
* Tue Feb 5 2013 Dave Young <ruyang@redhat.com> - 2.0.3-66
|
* Tue Feb 5 2013 Dave Young <ruyang@redhat.com> - 2.0.3-66
|
||||||
- Spec: remove kdump image when a corresponding kernel is removed
|
- Spec: remove kdump image when a corresponding kernel is removed
|
||||||
- Merge an upstream patch for fix a ppc64 makedumpfile bug
|
- Merge an upstream patch for fix a ppc64 makedumpfile bug
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
b3ced2097ce3981abba38ceedc84f939 kexec-tools-2.0.3.tar.bz2
|
b3ced2097ce3981abba38ceedc84f939 kexec-tools-2.0.3.tar.bz2
|
||||||
f525ac1ca5cdb88c1bd0fd22748b8561 makedumpfile-1.5.1.tar.gz
|
|
||||||
344933eab912fedc27c6bd4587b206ed kexec-tools-po.tar.gz
|
344933eab912fedc27c6bd4587b206ed kexec-tools-po.tar.gz
|
||||||
|
0c3f7e3a3d134a677a3fb78569093096 makedumpfile-1.5.2.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user