- core64 patch fixing output on core files (#145354) <kzak@redhat.com>

- minor change in magic patch
This commit is contained in:
Radek Vokál 2005-01-24 08:50:22 +00:00
parent aceebb5800
commit 99254edcc9

View File

@ -3,7 +3,7 @@
Summary: A utility for determining file types.
Name: file
Version: 4.12
Release: 2
Release: 3
License: distributable
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@ -13,6 +13,7 @@ Patch2: file-selinux.patch
#Patch3: file-stringop.patch
Patch4: file-4.12-magic.patch
Patch5: file-4.12-compress.patch
Patch6: file-4.12-core64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: zlib-devel
@ -33,6 +34,7 @@ useful utility.
#%patch3 -p1 -b .stringop
%patch4 -p1 -b .magic
%patch5 -p1 -b .compress
%patch6 -p1 -b .core64
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
mv doc/libmagic.man_ doc/libmagic.man
@ -77,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmagic.*
%changelog
* Mon Jan 24 2005 Radek Vokal <rvokal@redhat.com> - 4.12-3
- core64 patch fixing output on core files (#145354) <kzak@redhat.com>
- minor change in magic patch
* Mon Jan 03 2005 Radek Vokal <rvokal@redhat.com> - 4.12-2
- fixed crashes in threaded environment (#143871) <arjanv@redhat.com>