auto-import changelog data from file-4.07-1.src.rpm
Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1 - upgrade to 4.07. - deal gracefully with unreadable files (#113207). - detect PO files (from Debian). Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1 - upgrade to file-4.06. Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4 - Minimal fix for busy loop problem (bug #109495). Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1 - upgrade to 4.05. Thu Oct 09 2003 Jeff Johnson <jbj@jbj.org> 4.02-3 - use zlib rather than exec'ing gzip. -* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> -- Add Selinux support.
This commit is contained in:
parent
5d3a0f6f4b
commit
53ed254acd
@ -1 +1 @@
|
||||
file-4.02.tar.gz
|
||||
file-4.07.tar.gz
|
||||
|
||||
19
file-selinux.patch
Normal file
19
file-selinux.patch
Normal file
@ -0,0 +1,19 @@
|
||||
--- file-4.02/magic/Magdir/policy.selinux 2003-08-28 14:36:54.000000000 -0400
|
||||
+++ file-4.02/magic/Magdir/policy 2003-08-28 14:39:35.000000000 -0400
|
||||
@@ -0,0 +1,6 @@
|
||||
+# SE Linux policy database
|
||||
+0 lelong 0xf97cff8c SE Linux policy
|
||||
+>16 lelong x v%d
|
||||
+>20 lelong 1 MLS
|
||||
+>24 lelong x %d symbols
|
||||
+>28 lelong x %d ocons
|
||||
--- file-4.02/magic/Makefile.am.selinux 2003-08-28 14:41:58.000000000 -0400
|
||||
+++ file-4.02/magic/Makefile.am 2003-08-28 14:45:15.000000000 -0400
|
||||
@@ -135,6 +135,7 @@
|
||||
Magdir/pgp \
|
||||
Magdir/pkgadd \
|
||||
Magdir/plus5 \
|
||||
+Magdir/policy \
|
||||
Magdir/printer \
|
||||
Magdir/project \
|
||||
Magdir/psdbms \
|
||||
32
file.spec
32
file.spec
@ -2,12 +2,16 @@
|
||||
|
||||
Summary: A utility for determining file types.
|
||||
Name: file
|
||||
Version: 4.02
|
||||
Release: 2
|
||||
Version: 4.07
|
||||
Release: 1
|
||||
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
|
||||
Patch3: file-4.07-debian.patch
|
||||
Patch4: file-selinux.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -22,6 +26,10 @@ useful utility.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .rh
|
||||
%patch1 -p1 -b .zlib
|
||||
%patch2 -p1 -b .offset
|
||||
%patch3 -p1 -b .debian
|
||||
%patch4 -p1 -b .selinux
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
|
||||
@ -62,6 +70,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libmagic.*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1
|
||||
- upgrade to 4.07.
|
||||
- deal gracefully with unreadable files (#113207).
|
||||
- detect PO files (from Debian).
|
||||
|
||||
* Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1
|
||||
- upgrade to file-4.06.
|
||||
|
||||
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4
|
||||
- Minimal fix for busy loop problem (bug #109495).
|
||||
|
||||
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1
|
||||
- upgrade to 4.05.
|
||||
|
||||
* Thu Oct 9 2003 Jeff Johnson <jbj@jbj.org> 4.02-3
|
||||
- use zlib rather than exec'ing gzip.
|
||||
|
||||
-* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com>
|
||||
-- Add Selinux support.
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user