SHA256
3
0
forked from pool/file
OBS User unknown 2008-03-21 00:40:23 +00:00 committed by Git OBS Bridge
parent 5911523877
commit 09ee937a8a
4 changed files with 23 additions and 2 deletions

10
file-4.21-reiserfs.dif Normal file
View File

@ -0,0 +1,10 @@
--- magic/Magdir/filesystems
+++ magic/Magdir/filesystems 2008-03-13 19:10:55.050787490 +0100
@@ -1109,6 +1109,7 @@
# reiserfs - russell@coker.com.au
0x10034 string ReIsErFs ReiserFS V3.5
0x10034 string ReIsEr2Fs ReiserFS V3.6
+0x10034 string ReIsEr3Fs ReiserFS V3.6.19
>0x1002c leshort x block size %d
>0x10032 leshort &2 (mounted or unclean)
>0x10000 lelong x num blocks %d

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 13 19:19:56 CET 2008 - werner@suse.de
- Remember ReiserFS V3.6.19 (bnc#370535)
-------------------------------------------------------------------
Mon Jan 28 18:09:01 CET 2008 - rguenther@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild
Name: file
BuildRequires: findutils zlib-devel
Url: http://www.darwinsys.com/file/
@ -17,7 +18,7 @@ License: Other uncritical OpenSource License
Group: Productivity/File utilities
AutoReqProv: on
Version: 4.21
Release: 30
Release: 40
Summary: A Tool to Determine File Types
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
Patch: file-%{version}.dif
@ -36,6 +37,7 @@ Patch12: file-4.21-option.dif
Patch13: file-4.21-scribus.dif
Patch14: file-4.21-awk.dif
Patch15: file-4.21-xcursor.dif
Patch16: file-4.21-reiserfs.dif
Patch20: file-4.16-mips.dif
Patch21: file-4.16-python.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -90,6 +92,7 @@ Authors:
%patch13 -p0 -b .scri
%patch14 -p0 -b .awk
%patch15 -p0 -b .xcur
%patch16 -p0 -b .reiserfs
%ifarch mips
%patch20 -p0 -b .mips
%endif
@ -161,6 +164,8 @@ unset LD_LIBRARY_PATH
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
%changelog
* Thu Mar 13 2008 werner@suse.de
- Remember ReiserFS V3.6.19 (bnc#370535)
* Mon Jan 28 2008 rguenther@suse.de
- Split python-magic off to separate spec file to avoid pulling
python into the base build cycle

View File

@ -10,6 +10,7 @@
# norootforbuild
Name: python-magic
%define build_python_bindings 1
BuildRequires: findutils zlib-devel
@ -19,7 +20,7 @@ License: Other uncritical OpenSource License
Group: Development/Languages/Python
AutoReqProv: on
Version: 4.21
Release: 30
Release: 44
Summary: Python module to use libmagic
%py_requires
Source99: file.spec