This commit is contained in:
parent
920c9bc5cf
commit
9ffb00554c
10
file-4.21-reiserfs.dif
Normal file
10
file-4.21-reiserfs.dif
Normal 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
|
@ -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
|
Mon Jan 28 18:09:01 CET 2008 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: file
|
Name: file
|
||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils zlib-devel
|
||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
@ -17,7 +18,7 @@ License: Other uncritical OpenSource License
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.21
|
Version: 4.21
|
||||||
Release: 30
|
Release: 40
|
||||||
Summary: A Tool to Determine File Types
|
Summary: A Tool to Determine File Types
|
||||||
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
||||||
Patch: file-%{version}.dif
|
Patch: file-%{version}.dif
|
||||||
@ -36,6 +37,7 @@ Patch12: file-4.21-option.dif
|
|||||||
Patch13: file-4.21-scribus.dif
|
Patch13: file-4.21-scribus.dif
|
||||||
Patch14: file-4.21-awk.dif
|
Patch14: file-4.21-awk.dif
|
||||||
Patch15: file-4.21-xcursor.dif
|
Patch15: file-4.21-xcursor.dif
|
||||||
|
Patch16: file-4.21-reiserfs.dif
|
||||||
Patch20: file-4.16-mips.dif
|
Patch20: file-4.16-mips.dif
|
||||||
Patch21: file-4.16-python.dif
|
Patch21: file-4.16-python.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -90,6 +92,7 @@ Authors:
|
|||||||
%patch13 -p0 -b .scri
|
%patch13 -p0 -b .scri
|
||||||
%patch14 -p0 -b .awk
|
%patch14 -p0 -b .awk
|
||||||
%patch15 -p0 -b .xcur
|
%patch15 -p0 -b .xcur
|
||||||
|
%patch16 -p0 -b .reiserfs
|
||||||
%ifarch mips
|
%ifarch mips
|
||||||
%patch20 -p0 -b .mips
|
%patch20 -p0 -b .mips
|
||||||
%endif
|
%endif
|
||||||
@ -161,6 +164,8 @@ unset LD_LIBRARY_PATH
|
|||||||
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
|
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 13 2008 werner@suse.de
|
||||||
|
- Remember ReiserFS V3.6.19 (bnc#370535)
|
||||||
* Mon Jan 28 2008 rguenther@suse.de
|
* Mon Jan 28 2008 rguenther@suse.de
|
||||||
- Split python-magic off to separate spec file to avoid pulling
|
- Split python-magic off to separate spec file to avoid pulling
|
||||||
python into the base build cycle
|
python into the base build cycle
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: python-magic
|
Name: python-magic
|
||||||
%define build_python_bindings 1
|
%define build_python_bindings 1
|
||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils zlib-devel
|
||||||
@ -19,7 +20,7 @@ License: Other uncritical OpenSource License
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.21
|
Version: 4.21
|
||||||
Release: 30
|
Release: 44
|
||||||
Summary: Python module to use libmagic
|
Summary: Python module to use libmagic
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: file.spec
|
Source99: file.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user