Updated source package to crash-4.0.tar.gz, and crash.patch to bring it up
to 4.0-2.18.
This commit is contained in:
parent
9ed2081442
commit
1aba6efd3d
@ -1,2 +1,3 @@
|
|||||||
crash-3.8.tar.gz
|
crash-3.8.tar.gz
|
||||||
crash-3.10.tar.gz
|
crash-3.10.tar.gz
|
||||||
|
crash-4.0.tar.gz
|
||||||
|
11008
crash.patch
11008
crash.patch
File diff suppressed because it is too large
Load Diff
11
crash.spec
11
crash.spec
@ -3,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
Summary: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
|
Summary: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
|
||||||
Name: crash
|
Name: crash
|
||||||
Version: 3.10
|
Version: 4.0
|
||||||
Release: 13.1
|
Release: 2.18
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
@ -35,6 +35,9 @@ make DESTDIR=%{buildroot} install
|
|||||||
mkdir -p %{buildroot}%{_mandir}/man8
|
mkdir -p %{buildroot}%{_mandir}/man8
|
||||||
cp crash.8 %{buildroot}%{_mandir}/man8/crash.8
|
cp crash.8 %{buildroot}%{_mandir}/man8/crash.8
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/bin/crash
|
/usr/bin/crash
|
||||||
@ -42,6 +45,10 @@ cp crash.8 %{buildroot}%{_mandir}/man8/crash.8
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 04 2006 Dave Anderson <anderson@redhat.com> 4.0-2.18
|
||||||
|
- Updated source package to crash-4.0.tar.gz, and crash.patch
|
||||||
|
to bring it up to 4.0-2.18.
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user