- check for shared libs before fs dump files (#149868)

This commit is contained in:
Radek Vokál 2005-03-07 13:27:35 +00:00
parent c025172189
commit 3df1329a07
2 changed files with 19 additions and 1 deletions

13
file-4.13-fsdump.patch Normal file
View File

@ -0,0 +1,13 @@
--- file-4.13/magic/Makefile.in.fsdump 2005-01-07 20:17:26.000000000 +0100
+++ file-4.13/magic/Makefile.in 2005-03-07 14:02:47.147235920 +0100
@@ -136,9 +136,9 @@
Magdir/diff \
Magdir/digital \
Magdir/dolby \
-Magdir/dump \
Magdir/editors \
Magdir/elf \
+Magdir/dump \
Magdir/encore \
Magdir/epoc \
Magdir/esri \

View File

@ -3,7 +3,7 @@
Summary: A utility for determining file types.
Name: file
Version: 4.13
Release: 2
Release: 3
License: distributable
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@ -12,6 +12,7 @@ Patch1: file-4.10-debian.patch
Patch2: file-selinux.patch
Patch4: file-4.13-magic.patch
Patch6: file-4.12-core64.patch
Patch7: file-4.13-fsdump.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: zlib-devel
@ -31,6 +32,7 @@ useful utility.
%patch2 -p1 -b .selinux
%patch4 -p1 -b .magic
%patch6 -p1 -b .core64
%patch7 -p1 -b .fsdump
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
mv doc/libmagic.man_ doc/libmagic.man
@ -75,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmagic.*
%changelog
* Mon Mar 07 2005 Radek Vokal <rvokal@redhat.com> - 4.13-3
- check for shared libs before fs dump files (#149868)
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-2
- gcc4 rebuilt