a2822c
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
a2822c
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
a2822c
%global __libtoolize :
a2822c
a2822c
Summary: A utility for determining file types
a2822c
Name: file
a2822c
Version: 5.11
a2822c
Release: 22%{?dist}
a2822c
License: BSD
a2822c
Group: Applications/File
a2822c
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
a2822c
# Upstream says it's up to distributions to add a way to support local-magic.
a2822c
Patch0: file-localmagic.patch
a2822c
# sent upstream - should be included in next upstream release
a2822c
Patch1: file-tnef.patch
a2822c
Patch2: file-5.10-strength.patch
a2822c
Patch3: file-5.10-sticky-bit.patch
a2822c
Patch4: file-python-func.patch
a2822c
Patch5: file-qed-vdi-image.patch
a2822c
Patch6: file-5.11-ia64-swap.patch
a2822c
Patch7: file-4.17-rpm-name.patch
a2822c
Patch8: file-5.11-magicmgc-home.patch
a2822c
Patch9: file-5.11-compress.patch
a2822c
Patch10: file-5.11-dump-twice.patch
a2822c
Patch11: file-5.04-volume_key.patch
a2822c
Patch12: file-5.04-man-return-code.patch
a2822c
Patch13: file-5.04-generic-msdos.patch
a2822c
Patch14: file-5.14-netpbm.patch
a2822c
Patch15: file-5.11-rrdtool.patch
a2822c
Patch16: file-5.11-exit-code.patch
a2822c
Patch17: file-5.11-perl-shebang.patch
a2822c
Patch18: file-5.11-qcow3.patch
a2822c
Patch19: file-5.11-maxmime.patch
a2822c
Patch20: file-5.11-CVE-2014-1943.patch
a2822c
Patch21: file-5.11-CVE-2014-2270.patch
a2822c
Patch22: file-5.11-CVE-2013-7345.patch
a2822c
Patch30: file-5.11-add-aarch64.patch
a2822c
URL: http://www.darwinsys.com/file/
a2822c
Requires: file-libs = %{version}-%{release}
a2822c
BuildRequires: zlib-devel
a2822c
a2822c
%description
a2822c
The file command is used to identify a particular file according to the
a2822c
type of data contained by the file.  File can identify many different
a2822c
file types, including ELF binaries, system libraries, RPM packages, and
a2822c
different graphics formats.
a2822c
a2822c
%package libs
a2822c
Summary: Libraries for applications using libmagic
a2822c
Group:   Applications/File
a2822c
License: BSD
a2822c
a2822c
%description libs
a2822c
a2822c
Libraries for applications using libmagic.
a2822c
a2822c
%package devel
a2822c
Summary:  Libraries and header files for file development
a2822c
Group:    Applications/File
a2822c
Requires: %{name} = %{version}-%{release}
a2822c
a2822c
%description devel
a2822c
The file-devel package contains the header files and libmagic library
a2822c
necessary for developing programs using libmagic.
a2822c
a2822c
%package static
a2822c
Summary: Static library for file development
a2822c
Group:    Applications/File
a2822c
Requires: %{name} = %{version}-%{release}
a2822c
a2822c
%description static
a2822c
The file-static package contains the static version of
a2822c
the libmagic library.
a2822c
a2822c
%package -n python-magic
a2822c
Summary: Python bindings for the libmagic API
a2822c
Group:   Development/Libraries
a2822c
BuildArch: noarch
a2822c
BuildRequires: python2-devel
a2822c
Requires: %{name} = %{version}-%{release}
a2822c
a2822c
%description -n python-magic
a2822c
This package contains the Python bindings to allow access to the
a2822c
libmagic API. The libmagic library is also used by the familiar
a2822c
file(1) command.
a2822c
a2822c
%prep
a2822c
a2822c
# Don't use -b -- it will lead to poblems when compiling magic file!
a2822c
%setup -q
a2822c
%patch0 -p1
a2822c
%patch1 -p1
a2822c
%patch2 -p1
a2822c
%patch3 -p1
a2822c
%patch4 -p1
a2822c
%patch5 -p1
a2822c
%patch6 -p1
a2822c
%patch7 -p1
a2822c
%patch8 -p1
a2822c
%patch9 -p1
a2822c
%patch10 -p1
a2822c
%patch11 -p1
a2822c
%patch12 -p1
a2822c
%patch13 -p1
a2822c
%patch14 -p1
a2822c
%patch15 -p1
a2822c
%patch16 -p1
a2822c
%patch17 -p1
a2822c
%patch18 -p1
a2822c
%patch19 -p1
a2822c
%patch20 -p1
a2822c
%patch21 -p1
a2822c
%patch22 -p1
a2822c
%patch30 -p1
a2822c
a2822c
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
a2822c
touch -r doc/libmagic.man doc/libmagic.man_
a2822c
mv doc/libmagic.man_ doc/libmagic.man
a2822c
a2822c
%build
a2822c
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
a2822c
%configure --enable-fsect-man5 --disable-rpath
a2822c
# remove hardcoded library paths from local libtool
a2822c
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
a2822c
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
a2822c
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs
a2822c
make
a2822c
cd python
a2822c
CFLAGS="%{optflags}" %{__python} setup.py build
a2822c
a2822c
%install
a2822c
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
a2822c
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
a2822c
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
a2822c
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/misc
a2822c
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/file
a2822c
a2822c
make DESTDIR=${RPM_BUILD_ROOT} install
a2822c
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
a2822c
a2822c
# local magic in /etc/magic
a2822c
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
a2822c
cp -a ./magic/magic.local ${RPM_BUILD_ROOT}%{_sysconfdir}/magic
a2822c
a2822c
cat magic/Magdir/* > ${RPM_BUILD_ROOT}%{_datadir}/misc/magic
a2822c
ln -s misc/magic ${RPM_BUILD_ROOT}%{_datadir}/magic
a2822c
#ln -s file/magic.mime ${RPM_BUILD_ROOT}%{_datadir}/magic.mime
a2822c
ln -s ../magic ${RPM_BUILD_ROOT}%{_datadir}/file/magic
a2822c
a2822c
cd python
a2822c
%{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
a2822c
%{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/%{name}
a2822c
a2822c
%post libs -p /sbin/ldconfig
a2822c
a2822c
%postun libs -p /sbin/ldconfig
a2822c
a2822c
%files
a2822c
%doc COPYING ChangeLog README
a2822c
%{_bindir}/*
a2822c
%{_mandir}/man1/*
a2822c
%config(noreplace) %{_sysconfdir}/magic
a2822c
a2822c
%files libs
a2822c
%doc COPYING ChangeLog README
a2822c
%{_libdir}/*so.*
a2822c
%{_datadir}/magic*
a2822c
%{_mandir}/man5/*
a2822c
%{_datadir}/file
a2822c
%{_datadir}/misc/*
a2822c
a2822c
%files devel
a2822c
%{_libdir}/*.so
a2822c
%{_includedir}/magic.h
a2822c
%{_mandir}/man3/*
a2822c
a2822c
%files static
a2822c
%{_libdir}/*.a
a2822c
a2822c
%files -n python-magic
a2822c
%doc python/README COPYING python/example.py
a2822c
%{python_sitelib}/magic.py
a2822c
%{python_sitelib}/magic.pyc
a2822c
%{python_sitelib}/magic.pyo
a2822c
%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
a2822c
%{python_sitelib}/*egg-info
a2822c
%endif
a2822c
a2822c
%changelog
a2822c
* Tue Jul 15 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-22
a2822c
- fix #1067688 - add support for aarch64 ELF binaries
a2822c
a2822c
* Tue Mar 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-21
a2822c
- fix #1079848 - fix potential regression in Perl detection caused
a2822c
  by previous fix
a2822c
a2822c
* Mon Mar 24 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-20
a2822c
- fix #1079848 - fix for CVE-2013-7345
a2822c
a2822c
* Fri Mar 07 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-19
a2822c
- fix #1073554 - fix for CVE-2014-2270
a2822c
a2822c
* Wed Feb 19 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-18
a2822c
- fix #1066563 - fix for CVE-2014-1943
a2822c
a2822c
* Wed Feb 12 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-17
a2822c
- Increase MAXMIME size to 80 bytes (#1064167)
a2822c
a2822c
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5.11-16
a2822c
- Mass rebuild 2014-01-24
a2822c
a2822c
* Fri Jan 10 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-15
a2822c
- fix #1048910 - detect perl scripts even with arguments in shebang
a2822c
a2822c
* Tue Jan 07 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-14
a2822c
- fix #1048910 - increase perl scripts magic strength
a2822c
- fix #1048082 - add support for QCOW3 images detection
a2822c
a2822c
* Thu Jan 02 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-13
a2822c
- fix #1038025 - improve perl scripts detection according to perl shebang
a2822c
a2822c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 5.11-12
a2822c
- Mass rebuild 2013-12-27
a2822c
a2822c
* Fri Nov 08 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-11
a2822c
- fix #1022967 - improve RRD Tool database detection
a2822c
- fix #1026852 - exit with 0 exit code when input file does not exist
a2822c
a2822c
* Mon Jun 17 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-10
a2822c
- build python-magic as noarch
a2822c
- fix netpbm detection
a2822c
a2822c
* Mon Mar 11 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-9
a2822c
- fix #919466 - fix memory leak in get_default_magic
a2822c
a2822c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-8
a2822c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a2822c
a2822c
* Tue Dec 04 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-7
a2822c
- removed duplicated patterns for backups generated by "dump" tool
a2822c
- recognize volume_key escrow packets
a2822c
- mention exit code in manpage
a2822c
- remove weak msdos patterns
a2822c
a2822c
* Wed Nov 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-6
a2822c
- clean up the spec file
a2822c
a2822c
* Tue Aug 14 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-5
a2822c
- fix #847936 - decompress bzip2 properly when using -z param
a2822c
- fix #847937 - read magic patterns also from ~/.magic.mgc
a2822c
a2822c
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-4
a2822c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a2822c
a2822c
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-3
a2822c
- removed buildroot, defattr
a2822c
a2822c
* Tue Jun 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-2
a2822c
- detect names of RPM packages
a2822c
- detect swap on ia64 architecture
a2822c
a2822c
* Mon Feb 27 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-1
a2822c
- fix #796130 - update to file-5.11
a2822c
- fix #796209 - recognize VDI images
a2822c
- fix #795709 - recognize QED images
a2822c
a2822c
* Wed Jan 18 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-5
a2822c
- fix detection of ASCII text files with setuid, setgid, or sticky bits
a2822c
a2822c
* Tue Jan 10 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-4
a2822c
- fix #772651 - decrease strength of newly added "C source" patterns
a2822c
a2822c
* Tue Jan 03 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-3
a2822c
- fix #771292 - do not show 'using regular magic file' warning for /etc/magic,
a2822c
  because this file is not supposed to be compiled
a2822c
a2822c
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-2
a2822c
- fix #770006 - detect tnef files
a2822c
a2822c
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-1
a2822c
- fix #771030 - update to file-5.10
a2822c
a2822c
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.09-3
a2822c
- fix #720321 - added /etc/magic config file to let users define their local
a2822c
  magic patterns
a2822c
a2822c
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.09-2
a2822c
- Rebuilt for glibc bug#747377
a2822c
a2822c
* Thu Sep 29 2011 Jan Kaluza <jkaluza@redhat.com> - 5.09-1
a2822c
- fix #739286 - update to file-5.09
a2822c
a2822c
* Thu Aug 04 2011 Jan Kaluza <jkaluza@redhat.com> - 5.08-1
a2822c
- fix #728181 - update to file-5.08
a2822c
- remove unused patches
a2822c
a2822c
* Tue Jun 14 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-5
a2822c
- fix #712991 - include RPM noarch in /usr/share/magic
a2822c
a2822c
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-4
a2822c
- fix #711843 - fix postscript detection
a2822c
a2822c
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-3
a2822c
- fix #709953 - add support for BIOS version detection
a2822c
a2822c
* Mon May 23 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-2
a2822c
- backported patches to fix 5.07 regressions
a2822c
- fix #706231 - fixed ZIP detection
a2822c
- fix #705183, #705499 - removed weak DOS device driver pattern
a2822c
a2822c
* Wed May 11 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-1
a2822c
- update to new upstream version 5.07
a2822c
- remove unused patches
a2822c
a2822c
* Tue Mar 01 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-4
a2822c
- fix #678458 - support for Python 3.2 compiled files
a2822c
a2822c
* Thu Feb 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-3
a2822c
- fix #676543 - improved TeX and LaTeX recognition
a2822c
- fix #676041 - detect all supported RPM architectures
a2822c
a2822c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.05-2
a2822c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a2822c
a2822c
* Tue Jan 18 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-1
a2822c
- fix #670319 - update to new upstream release 5.05
a2822c
- removed useless patches
a2822c
a2822c
* Mon Jan 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.04-18
a2822c
- fix #668304 - support for com32r programs
a2822c
- distinguish between GFS2 and GFS1 filesystems
a2822c
a2822c
* Wed Nov 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-17
a2822c
- fix #656395 - "string" magic directive supports longer strings
a2822c
a2822c
* Wed Aug 29 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-16
a2822c
- fix #637785 - support for zip64 format
a2822c
a2822c
* Tue Aug 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-15
a2822c
- fix #626591 - support for WebM format
a2822c
a2822c
* Thu Aug 12 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-14
a2822c
- fix #623602 - support for Python 2.7 compiled files
a2822c
a2822c
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 5.04-13
a2822c
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
a2822c
a2822c
* Thu Jul 19 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-12
a2822c
- fix #599695 - try to get "from" attribute for ELF binaries
a2822c
  only from core dumps.
a2822c
a2822c
* Thu Jul 08 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-11
a2822c
- added docs for file-libs
a2822c
a2822c
* Tue Jun 29 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-10
a2822c
- fix #608922 - updated z-machine magic
a2822c
a2822c
* Fri Jun 11 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-9
a2822c
- removed excessive HTML/SGML "magic patterns" (#603040)
a2822c
a2822c
* Wed Apr 14 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-8
a2822c
- fix #580046 - the file command returns zero exit code 
a2822c
                even in case of unexisting file being tested
a2822c
a2822c
* Wed Apr 07 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-7
a2822c
- fix #566305 - "file" may trim too much of command line from core file
a2822c
a2822c
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-6
a2822c
- fix #550212 - 'file' gives bad meta-data for squashfs-4.0 
a2822c
a2822c
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-5
a2822c
- fix #575184 - file command does not print separator 
a2822c
  when --print0 option is used
a2822c
a2822c
* Thu Mar 11 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-4
a2822c
- fix #570785 - "file" misidentifies filesystem type
a2822c
a2822c
* Tue Feb 09 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-3
a2822c
- fix #562840 -  [PATCH] Add matches for ruby modules
a2822c
a2822c
* Thu Jan 28 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-2
a2822c
- fix #533245 -  segfaults on star.ulaw
a2822c
a2822c
* Mon Jan 25 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-1
a2822c
- update to new upstream release 5.04
a2822c
a2822c
* Mon Jan 18 2010 Daniel Novotny <dnovotny@redhat.com> 5.03-18
a2822c
- static library moved to new "-static" subpackage (#556048)
a2822c
a2822c
* Fri Dec 25 2009 Robert Scheck <robert@fedoraproject.org> 5.03-17
a2822c
- removed broken install of example.py (%%doc is much enough)
a2822c
a2822c
* Mon Nov 30 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-16
a2822c
- fixed the patch for multilib (#515767)
a2822c
a2822c
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-15
a2822c
- BuildRequires: autoconf, automake
a2822c
a2822c
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-14
a2822c
- BuildRequires: automake because of the Makefile.am patch
a2822c
a2822c
* Fri Nov 13 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-13
a2822c
- fix #537324 -  update spec conditional for rhel
a2822c
a2822c
* Thu Nov 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-12
a2822c
- fix #533151 -  file command doesn't recognize deltaisos or rpm-only deltarpms
a2822c
a2822c
* Tue Oct 27 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-11
a2822c
- fix #531082 -  RFE: add detection of Python 3 bytecode
a2822c
- fix #531127 -  `file' command does not recognize mime type `image/vnd.djvu'
a2822c
a2822c
* Wed Oct 21 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-10
a2822c
- fix #530083 -  file -s is not able to detect swap signature on ppc
a2822c
a2822c
* Tue Aug 25 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-9
a2822c
- fix #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
a2822c
a2822c
* Thu Aug 06 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-8
a2822c
- rebuild for #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
a2822c
a2822c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.03-7
a2822c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a2822c
a2822c
* Thu Jul 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-6
a2822c
- fix #510429 -  file is confused by string "/* (if any) */" 
a2822c
       in C header and claims it "Lisp/Scheme program text"
a2822c
a2822c
* Wed Jul 22 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-5
a2822c
- #513079 -  RFE: file - recognize xfs metadump images
a2822c
a2822c
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 5.03-4
a2822c
- Clean up %%description.
a2822c
a2822c
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-4
a2822c
- one more PostScript font magic added (#505762),
a2822c
  updated font patch
a2822c
a2822c
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-3
a2822c
- added magic for three font issues (PostScript fonts)
a2822c
  (#505758, #505759, #505765)
a2822c
a2822c
* Thu May 14 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-2
a2822c
- fix #500739 - Disorganized magic* file locations in file-libs
a2822c
a2822c
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-1
a2822c
- new upstream version
a2822c
a2822c
* Tue May 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.02-1
a2822c
- new upstream version; drop upstreamed patches; this fixes #497913
a2822c
a2822c
* Wed Apr 29 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-8
a2822c
- fix #498036 - Elang JAM file definition breaks detection of postscript-files
a2822c
a2822c
* Mon Apr 20 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-7
a2822c
- fix previous patch:
a2822c
  the name of the format is a bit different (MDUMP -> MDMP)
a2822c
a2822c
* Fri Apr 17 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-6
a2822c
- fix #485835 (MDUMP files)
a2822c
a2822c
* Mon Mar 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-5
a2822c
- added two font definitions (#491594, #491595)
a2822c
  and a fix for file descriptor leak when MAGIC_COMPRESS used (#491596)
a2822c
a2822c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.00-4
a2822c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a2822c
a2822c
* Mon Feb 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-3
a2822c
- fix #486105 -  file-5.00-2.fc11 fails to recognise a file 
a2822c
  (and makes rpmbuild fail)
a2822c
a2822c
* Mon Feb 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-2
a2822c
- fix #485141 -  rpm failed while checking a French Word file
a2822c
a2822c
* Mon Feb 09 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-1
a2822c
- upgrade to 5.00
a2822c
- drop upstreamed patches, rebase remaining patch
a2822c
a2822c
* Wed Jan 14 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-9
a2822c
- fix #476655 detect JPEG-2000 Code Stream Bitmap
a2822c
a2822c
* Mon Jan 12 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-8
a2822c
- fix #479300 - add btrfs filesystem magic
a2822c
a2822c
* Mon Dec 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-7
a2822c
- fix the LaTex issue in bz#474156
a2822c
a2822c
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-6
a2822c
- Rebuild for Python 2.6
a2822c
a2822c
* Thu Dec 04 2008 Daniel Novotny <dnovotny@redhat.com> - 4.26-5
a2822c
- fix #470811 - Spurious perl auto-requires
a2822c
a2822c
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-4
a2822c
- Rebuild for Python 2.6
a2822c
a2822c
* Thu Oct 16 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-3
a2822c
- fix #465994 file --mime-encoding seems broken
a2822c
a2822c
* Tue Oct 07 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-2
a2822c
- fix #463809: rpmbuild rpmfcClassify: Assertion fails on some binary files
a2822c
  (false positive test on "DOS device driver" crashed file(1)
a2822c
   and rpmbuild(8) failed)  
a2822c
a2822c
* Mon Sep 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-1
a2822c
- new upstream version: fixes #462064
a2822c
a2822c
* Mon Jul 21 2008 Tomas Smetana <tsmetana@redhat.com> - 4.25-1
a2822c
- new upstream version; drop upstreamed patches
a2822c
a2822c
* Fri Jun 06 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-4
a2822c
- add GFS2 filesystem magic; thanks to Eric Sandeen
a2822c
- add LVM snapshots magic (#449755); thanks to Jason Farrell
a2822c
a2822c
* Wed Jun 04 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-3
a2822c
- drop patches that do nothing in recent build system
a2822c
- create the text magic file during installation
a2822c
a2822c
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-2
a2822c
- rebuild because of egg-info
a2822c
a2822c
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-1
a2822c
- new upstream version
a2822c
a2822c
* Tue Mar 11 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-5
a2822c
- fix EFI detection patch
a2822c
a2822c
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-4
a2822c
- fix mismatching gzip files and text files as animations
a2822c
a2822c
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-3
a2822c
- fix #430927 - detect ext4 filesystems
a2822c
a2822c
* Thu Jan 31 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-2
a2822c
- fix #430952 - wrong handling of ELF binaries
a2822c
a2822c
* Tue Jan 29 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-1
a2822c
- new upstream version; update patches; drop unused patches
a2822c
a2822c
* Thu Jan 24 2008 Tomas Smetana <tsmetana@redhat.com> - 4.21-5
a2822c
- build a separate python-magic package; thanks to Terje Rosten
a2822c
a2822c
* Thu Dec 06 2007 Tomas Smetana <tsmetana@redhat.com> - 4.21-4
a2822c
- add PE32/PE32+ magic
a2822c
a2822c
* Wed Aug 15 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-3
a2822c
- resolves: #172015: no longer reports filename of crashed app when run on core files.
a2822c
- resolves: #249578: Weird output from "file -i"
a2822c
- resolves: #234817: file reports wrong filetype for microsoft word file
a2822c
a2822c
* Wed Jul  4 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-2
a2822c
- resolves: #246700: RPM description isn't related to product
a2822c
- resolves: #238789: file-devel depends on %%{version}
a2822c
  but not on %%{version}-%%{release}
a2822c
- resolves: #235267: for core files, file doesn't display the executable name
a2822c
a2822c
* Tue May 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-1
a2822c
- upgrade to new upstream 4.21
a2822c
- resolves: #241034: CVE-2007-2799 file integer overflow
a2822c
a2822c
* Wed Mar  7 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.20-1
a2822c
- upgrade to new upstream 4.20
a2822c
a2822c
* Tue Feb 20 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-4
a2822c
- rpath in file removal
a2822c
a2822c
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-3
a2822c
- Resolves: #225750 - Merge Review: file
a2822c
a2822c
* Thu Jan 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-2
a2822c
- Resolves: #223297 - file does not recognize OpenOffice "native" formats
a2822c
- Resolves: #224344 - Magic rules should be in file-libs
a2822c
a2822c
* Tue Jan  9 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-1
a2822c
- Resolves: #208880 - Pointless file(1) error message while detecting ELF 64-bit file
a2822c
    thanks to <jakub@redhat.com> for patch
a2822c
- Resolves: #214992 - file-devel should own %%_includedir/* %%_libdir/lib*.so
a2822c
- Resolves: #203548 - a -devel package should be split out for libmagic
a2822c
- upgrade to new upstream 4.19
a2822c
- patch revision and cleaning
a2822c
- split package to file, file-devel and file-libs
a2822c
a2822c
* Wed Aug 23 2006 Martin Bacovsky <mbacovsky@redhat.com> - 4.17-8
a2822c
- fix recognition of perl script with embed awk (#203610) 
a2822c
a2822c
* Fri Aug 18 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-7
a2822c
- fix recognition of bash script with embed awk (#202185)
a2822c
a2822c
* Thu Aug 03 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-6
a2822c
- fix gziped empty file (#72986)
a2822c
a2822c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.17-5.1
a2822c
- rebuild
a2822c
a2822c
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> 4.17-5
a2822c
- fix powerpoint mine (#190373) <vonsch@gmail.com>
a2822c
a2822c
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 4.17-4
a2822c
- /usr/share/file is owned by package (#192858)
a2822c
- fix magic for Clamav files (#192406)
a2822c
a2822c
* Fri Apr 21 2006 Radek Vokal <rvokal@redhat.com> 4.17-3
a2822c
- add support for OCFS or ASM (#189017)
a2822c
a2822c
* Tue Mar 14 2006 Radek Vokal <rvokal@redhat.com> 4.17-2
a2822c
- fix segfault when compiling magic
a2822c
- add check for wctype.h
a2822c
- fix for flac and mp3 files
a2822c
a2822c
* Mon Mar 13 2006 Radek Vokal <rvokal@redhat.com> 4.17-1
a2822c
- upgrade to file-4.17, patch clean-up
a2822c
a2822c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.2
a2822c
- bump again for double-long bug on ppc(64)
a2822c
a2822c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.1
a2822c
- rebuilt for new gcc4.1 snapshot and glibc changes
a2822c
a2822c
* Sun Feb 04 2006 Radek Vokal <rvokal@redhat.com> 4.16-6
a2822c
- xen patch, recognizes Xen saved domain
a2822c
a2822c
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 4.16-5
a2822c
- fix for 64bit arrays
a2822c
a2822c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a2822c
- rebuilt
a2822c
a2822c
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 4.16-4
a2822c
- printf utf8 filenames and don't use isprint() (#174348)
a2822c
a2822c
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 4.16-3
a2822c
- remove .la files (#172633)
a2822c
a2822c
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> - 4.16-2
a2822c
- fix core files output, show "from" (#172015)
a2822c
a2822c
* Tue Oct 18 2005 Radek Vokal <rvokal@redhat.com> - 4.16-1
a2822c
- upgrade to upstream
a2822c
a2822c
* Mon Oct 03 2005 Radek Vokal <rvokal@redhat.com> - 4.15-4
a2822c
- file output for Berkeley DB gains Cracklib (#168917)
a2822c
a2822c
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-3
a2822c
- small fix in previously added patch, now it works for multiple params
a2822c
a2822c
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-2
a2822c
- print xxx-style only once (#168617)
a2822c
a2822c
* Thu Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.15-1
a2822c
- upgrade to upstream 
a2822c
a2822c
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.14-4
a2822c
- mime for mpeg and aac files fixed (#165323)
a2822c
a2822c
* Fri Aug 05 2005 Radek Vokal <rvokal@redhat.com> - 4.14-3
a2822c
- mime for 3ds files removed, conflicts with text files (#165165)
a2822c
a2822c
* Fri Jul 22 2005 Radek Vokal <rvokal@redhat.com> - 4.14-2
a2822c
- fixed mime types recognition (#163866) <mandriva.org>
a2822c
a2822c
* Thu Jul 14 2005 Radek Vokal <rvokal@redhat.com> - 4.14-1
a2822c
- sync with upstream, patch clean-up
a2822c
a2822c
* Mon Jul 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-5
a2822c
- fixed reiserfs check (#162378)
a2822c
a2822c
* Mon Apr 11 2005 Radek Vokal <rvokal@redhat.com> - 4.13-4
a2822c
- check Cyrus files before Apple Quicktime movies (#154342) 
a2822c
a2822c
* Mon Mar 07 2005 Radek Vokal <rvokal@redhat.com> - 4.13-3
a2822c
- check for shared libs before fs dump files (#149868)
a2822c
a2822c
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-2
a2822c
- gcc4 rebuilt
a2822c
a2822c
* Tue Feb 15 2005 Radek Vokal <rvokal@redhat.com> - 4.13-1
a2822c
- new version, fixing few bugs, patch clean-up
a2822c
- consistent output for bzip files (#147440)
a2822c
a2822c
* Mon Jan 24 2005 Radek Vokal <rvokal@redhat.com> - 4.12-3
a2822c
- core64 patch fixing output on core files (#145354) <kzak@redhat.com>
a2822c
- minor change in magic patch
a2822c
a2822c
* Mon Jan 03 2005 Radek Vokal <rvokal@redhat.com> - 4.12-2
a2822c
- fixed crashes in threaded environment (#143871) <arjanv@redhat.com>
a2822c
a2822c
* Thu Dec 02 2004 Radek Vokal <rvokal@redhat.com> - 4.12-1
a2822c
- upgrade to file-4.12
a2822c
- removed Tim's patch, tuned magic patch
a2822c
a2822c
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 4.10-4
a2822c
- Convert libmagic.3 to UTF-8
a2822c
a2822c
* Thu Nov 18 2004 Radek Vokal <rvokal@redhat.com> 4.10-3
a2822c
- set of patches from debian.org
a2822c
- new magic types (#128763)
a2822c
- zlib added to BuildReq (#125294)
a2822c
a2822c
* Tue Oct 12 2004 Tim Waugh <twaugh@redhat.com> 4.10-2
a2822c
- Fixed occasional segfault (bug #131892).
a2822c
a2822c
* Wed Aug 11 2004 Radek Vokal <rvokal@redhat.com>
a2822c
- zlib patch deleted, note patch deleted, rh patch updated, debian patch updated
a2822c
- upgrade to file-4.10
a2822c
a2822c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a2822c
- rebuilt
a2822c
a2822c
* Mon May 10 2004 Jakub Jelinek <jakub@redhat.com>
a2822c
- fix ELF note handling (#109495)
a2822c
a2822c
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 4.07-3 
a2822c
- add docs (#115966)
a2822c
a2822c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
a2822c
- rebuilt
a2822c
a2822c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a2822c
- rebuilt
a2822c
a2822c
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1
a2822c
- upgrade to 4.07.
a2822c
- deal gracefully with unreadable files (#113207).
a2822c
- detect PO files (from Debian).
a2822c
a2822c
* Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1
a2822c
- upgrade to file-4.06.
a2822c
a2822c
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4
a2822c
- Minimal fix for busy loop problem (bug #109495).
a2822c
a2822c
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1
a2822c
- upgrade to 4.05.
a2822c
a2822c
* Thu Oct  9 2003 Jeff Johnson <jbj@jbj.org> 4.02-3
a2822c
- use zlib rather than exec'ing gzip.
a2822c
a2822c
-* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com>
a2822c
-- Add Selinux support.
a2822c
a2822c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
a2822c
- rebuilt
a2822c
a2822c
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
a2822c
- add ldconfig to post/postun
a2822c
a2822c
* Mon Apr 21 2003 Jeff Johnson <jbj@redhat.com> 4.02-1
a2822c
- upgrade to file-4.02.
a2822c
a2822c
* Thu Feb 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-9
a2822c
- check size read from elf header (#85297).
a2822c
a2822c
* Tue Feb 18 2003 Matt Wilson <msw@redhat.com> 3.39-8
a2822c
- add FHS compatibility symlink from /usr/share/misc/magic -> ../magic
a2822c
  (#84509)
a2822c
a2822c
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 3.39-7
a2822c
- the "real" fix to the vorbis/ogg magic details (#82810).
a2822c
a2822c
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-6
a2822c
- avoid vorbis/ogg magic details (#82810).
a2822c
a2822c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.39-5
a2822c
- rebuilt
a2822c
a2822c
* Sun Jan 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-4
a2822c
- PT_NOTE, take 3
a2822c
a2822c
* Fri Jan 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-3
a2822c
- don't barf in ELF headers with align = 0
a2822c
a2822c
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-2
a2822c
- don't get lost when looking at PT_NOTE sections
a2822c
a2822c
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 3.39-1
a2822c
- update to 3.39.
a2822c
a2822c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
a2822c
- automated rebuild
a2822c
a2822c
* Thu May 23 2002 Tim Powers <timp@redhat.com>
a2822c
- automated rebuild
a2822c
a2822c
* Mon May  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-6
a2822c
- Don't use an old magic.mime 
a2822c
- Add mng detection (#64229)
a2822c
a2822c
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-5
a2822c
- Rebuild
a2822c
a2822c
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-4
a2822c
- Fix missing include of <stdint.h> (#58209)
a2822c
a2822c
* Tue Dec 11 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-2
a2822c
- Add CFLAGS to handle large files (#53576)
a2822c
a2822c
* Mon Dec 10 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-1
a2822c
- 3.37
a2822c
- s/Copyright/License/
a2822c
- build with --enable-fsect-man5, drop patch
a2822c
- disable two old patches
a2822c
a2822c
* Fri Jul 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
a2822c
- revert a patch to Magdir/elf, which breaks many libtool scripts
a2822c
  in several rpm packages
a2822c
a2822c
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
a2822c
- iterate to 3.35
a2822c
a2822c
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
a2822c
- Bump release + rebuild.
a2822c
a2822c
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
a2822c
- update to 3.33.
a2822c
a2822c
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
a2822c
- Bill made the patch but didn't apply it. :)
a2822c
a2822c
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
a2822c
- 'ASCII text', not 'ASCII test' (#16168)
a2822c
a2822c
* Mon Jul 31 2000 Jeff Johnson <jbj@redhat.com>
a2822c
- fix off-by-1 error when creating filename for use with -i.
a2822c
- include a copy of GNOME /etc/mime-types in %%{_datadir}/magic.mime (#14741).
a2822c
a2822c
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
a2822c
- install magic as man5/magic.5 with other formats (#11172).
a2822c
a2822c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
a2822c
- automatic rebuild
a2822c
a2822c
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
a2822c
- FHS packaging.
a2822c
a2822c
* Tue Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
a2822c
- 3.30
a2822c
a2822c
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
a2822c
- add ia64 patch from rth
a2822c
a2822c
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
a2822c
- handle compressed manpages
a2822c
- update to 3.28
a2822c
a2822c
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
a2822c
- identify ELF stripped files correctly (#4665).
a2822c
- use SPARC (not sparc) consistently throughout (#4665).
a2822c
- add entries for MS Office files (#4665).
a2822c
a2822c
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
a2822c
- diddle magic so that *.tfm files are identified correctly.
a2822c
a2822c
* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
a2822c
- update to 3.27.
a2822c
a2822c
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
a2822c
- experimental support for realmedia files added
a2822c
a2822c
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
a2822c
- auto rebuild in the new build environment (release 5)
a2822c
a2822c
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
a2822c
- strip binary.
a2822c
a2822c
* Fri Nov 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
a2822c
- add SPARC V9 magic.
a2822c
a2822c
* Tue Nov 10 1998 Jeff Johnson <jbj@redhat.com>
a2822c
- update to 3.26.
a2822c
a2822c
* Mon Aug 24 1998 Jeff Johnson <jbj@redhat.com>
a2822c
- update to 3.25.
a2822c
- detect gimp XCF versions.
a2822c
a2822c
* Thu May 07 1998 Prospector System <bugs@redhat.com>
a2822c
- translations modified for de, fr, tr
a2822c
a2822c
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
a2822c
- updated to 3.24
a2822c
- buildrooted
a2822c
a2822c
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
a2822c
- built against glibc
a2822c
a2822c
* Mon Mar 31 1997 Erik Troan <ewt@redhat.com>
a2822c
- Fixed problems caused by 64 bit time_t.
a2822c
a2822c
* Thu Mar 06 1997 Michael K. Johnson <johnsonm@redhat.com>
a2822c
- Improved recognition of Linux kernel images.