OBS User unknown
2007-06-05 16:25:42 +00:00
committed by Git OBS Bridge
parent ab8c3519dd
commit 3c73507da8
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 5 17:22:05 CEST 2007 - bwalle@suse.de
- fix build
-------------------------------------------------------------------
Tue Jun 5 16:01:34 CEST 2007 - bwalle@suse.de

View File

@@ -15,7 +15,7 @@ BuildRequires: gcc-c++ libdw-devel zlib-devel
%define elfutils_version 0.124
License: GNU General Public License (GPL)
Version: 1.1.3
Release: 14
Release: 15
Summary: Partial kernel dump
Group: System/Kernel
URL: https://sourceforge.net/projects/makedumpfile/
@@ -37,7 +37,7 @@ Authors:
%prep
%setup -n makedumpfile -q
%patch
%patch -p1
%build
make COPTFLAGS="$RPM_OPT_FLAGS"
@@ -60,6 +60,8 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
%changelog
* Tue Jun 05 2007 - bwalle@suse.de
- fix build
* Tue Jun 05 2007 - bwalle@suse.de
- link dynamically against libc to decrease binary size (initrd
has already libc included) but leave the other libraries linked
statically