This commit is contained in:
parent
081218d703
commit
4914977c0a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f82981ae790929d6e977456e7cffc24396d6d4cea1545d524e079c526b961cf
|
||||
size 3294849
|
3
kdump-0.6.3.tar.bz2
Normal file
3
kdump-0.6.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48ad22eb903f4924924966cad4e29fdf75c48b7432f02be7e8b3ee85bfbb6ee9
|
||||
size 3296265
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 14:41:25 CEST 2008 - bwalle@suse.de
|
||||
|
||||
- update to 0.6.3
|
||||
o make the kdump init script a boot script ("boot.kdump")
|
||||
o fix init script comments
|
||||
o add meta information to manpages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 10:07:02 CEST 2008 - bwalle@suse.de
|
||||
|
||||
|
19
kdump.spec
19
kdump.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kdump (Version 0.6.2)
|
||||
# spec file for package kdump (Version 0.6.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,7 +21,7 @@ Url: http://freehg.org/u/bwalle/kdump/
|
||||
|
||||
Name: kdump
|
||||
License: GPL v2 or later
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Release: 1
|
||||
Requires: curl openssh makedumpfile
|
||||
Summary: Script for kdump
|
||||
@ -69,18 +69,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
cd -
|
||||
# symlink for init script
|
||||
mkdir -p $RPM_BUILD_ROOT/sbin
|
||||
ln -s /etc/init.d/kdump $RPM_BUILD_ROOT/sbin/rckdump
|
||||
ln -s /etc/init.d/boot.kdump $RPM_BUILD_ROOT/sbin/rckdump
|
||||
|
||||
%post
|
||||
%{fillup_and_insserv -n kdump kdump}
|
||||
%{fillup_and_insserv -n kdump boot.kdump}
|
||||
/sbin/mkinitrd_setup
|
||||
|
||||
%preun
|
||||
echo "Stopping kexec ..."
|
||||
%stop_on_removal kdump
|
||||
%stop_on_removal boot.kdump
|
||||
|
||||
%postun
|
||||
%restart_on_update kdump
|
||||
%restart_on_update boot.kdump
|
||||
%insserv_cleanup
|
||||
/sbin/mkinitrd_setup
|
||||
|
||||
@ -97,12 +97,17 @@ echo "Stopping kexec ..."
|
||||
%{_mandir}/man8/kdumptool.8.gz
|
||||
%{_mandir}/man8/mkdumprd.8.gz
|
||||
/sbin/rckdump
|
||||
%{_sysconfdir}/init.d/kdump
|
||||
%{_sysconfdir}/init.d/boot.kdump
|
||||
/var/adm/fillup-templates/sysconfig.kdump
|
||||
/lib/mkinitrd/scripts/*-kdump.sh
|
||||
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
|
||||
|
||||
%changelog
|
||||
* Fri Aug 15 2008 bwalle@suse.de
|
||||
- update to 0.6.3
|
||||
o make the kdump init script a boot script ("boot.kdump")
|
||||
o fix init script comments
|
||||
o add meta information to manpages
|
||||
* Tue Aug 12 2008 bwalle@suse.de
|
||||
- update to 0.6.2
|
||||
o correct init script: remove remote FS dependency and also add
|
||||
|
Loading…
Reference in New Issue
Block a user