- Don't strip binaries to get valid debuginfo

This commit is contained in:
Jindrich Novy 2005-05-11 07:38:54 +00:00
parent 0aeadd0b6d
commit d992bd807e

View File

@ -5,7 +5,7 @@
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
Name: dump
Version: 0.4b40
Release: 1
Release: 2
License: BSD
Group: Applications/Archiving
URL: http://dump.sourceforge.net
@ -67,7 +67,6 @@ pushd %{buildroot}
mkdir -p .%{_sysconfdir}
> .%{_sysconfdir}/dumpdates
ln -sf ..%{_sbindir}/rmt .%{_sysconfdir}/rmt
strip %{buildroot}/sbin/* %{buildroot}/usr/sbin/* || :
popd
%clean
@ -95,6 +94,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/rmt.*
%changelog
* Wed May 11 2005 Jindrich Novy <jnovy@redhat.com> 0.4b40-2
- Don't strip binaries to get valid debuginfo
* Tue May 3 2005 Jindrich Novy <jnvoy@redhat.com> 0.4b40-1
- Updated to dump 0.4b40
- Dropped .ea and .asize patches (applied upstream)