From f73b3460e181f8cb48ce56cca2b541be9f934356 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:44:54 +0000 Subject: [PATCH] auto-import changelog data from file-4.07-4.src.rpm Mon May 10 2004 Jakub Jelinek - fix ELF note handling (#109495) Tue Mar 23 2004 Karsten Hopp 4.07-3 - add docs (#115966) --- file.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/file.spec b/file.spec index a15ee72..b380a43 100644 --- a/file.spec +++ b/file.spec @@ -3,13 +3,13 @@ Summary: A utility for determining file types. Name: file Version: 4.07 -Release: 2.1 +Release: 4 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Patch0: file-4.02-rh.patch Patch1: file-4.02-zlib.patch -Patch2: file-offset.patch +Patch2: file-4.07-note.patch Patch3: file-4.07-debian.patch Patch4: file-selinux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -27,7 +27,7 @@ useful utility. %setup -q %patch0 -p1 -b .rh %patch1 -p1 -b .zlib -%patch2 -p1 -b .offset +%patch2 -p1 -b .note %patch3 -p1 -b .debian %patch4 -p1 -b .selinux @@ -59,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc LEGAL.NOTICE README %{_bindir}/* %{_datadir}/magic* %{_datadir}/file/* @@ -70,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmagic.* %changelog +* Mon May 10 2004 Jakub Jelinek +- fix ELF note handling (#109495) + +* Tue Mar 23 2004 Karsten Hopp 4.07-3 +- add docs (#115966) + * Tue Mar 02 2004 Elliot Lee - rebuilt