From 3df1329a07168fb4d186aaed9f7b61e693874e5e Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: Mar 07 2005 13:27:35 +0000 Subject: - check for shared libs before fs dump files (#149868) --- diff --git a/file-4.13-fsdump.patch b/file-4.13-fsdump.patch new file mode 100644 index 0000000..117f43e --- /dev/null +++ b/file-4.13-fsdump.patch @@ -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 \ diff --git a/file.spec b/file.spec index 596f2a2..d7d9233 100644 --- a/file.spec +++ b/file.spec @@ -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 - 4.13-3 +- check for shared libs before fs dump files (#149868) + * Fri Mar 04 2005 Radek Vokal - 4.13-2 - gcc4 rebuilt