rpms/file/devel file-4.17-oracle.patch, NONE, 1.1 file.spec, 1.48, 1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 21 11:48:19 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/file/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7064

Modified Files:
	file.spec 
Added Files:
	file-4.17-oracle.patch 
Log Message:
- add support for OCFS or ASM (#189017)

file-4.17-oracle.patch:
 filesystems |   13 +++++++++++++
 1 files changed, 13 insertions(+)

--- NEW FILE file-4.17-oracle.patch ---
--- file-4.17/magic/Magdir/filesystems.old	2006-03-02 23:13:28.000000000 +0100
+++ file-4.17/magic/Magdir/filesystems	2006-04-21 13:44:59.000000000 +0200
@@ -879,3 +879,16 @@
 >>>>>>>>&4      bedate          x                       on: %s
 >>>>>>>>&0      bedate          =0                      full dump
 >>>>>>>>&0      bedate          !0                      incremental since: %s
+
+# Oracle Clustered Filesystem - Aaron Botsis <redhat at digitalmafia.org>
+8       string          OracleCFS       Oracle Clustered Filesystem,
+>4      long            x               rev %d
+>0      long            x               \b.%d,
+>560    string          x               label: %.64s,
+>136    string          x               mountpoint: %.128s
+
+# Oracle ASM tagged volume - Aaron Botsis <redhat at digitalmafia.org>
+32      string          ORCLDISK        Oracle ASM Volume,
+>40     string          x               Disk Name: %0.12s
+32      string          ORCLCLRD        Oracle ASM Volume (cleared),
+>40     string          x               Disk Name: %0.12s


Index: file.spec
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- file.spec	14 Mar 2006 08:39:51 -0000	1.48
+++ file.spec	21 Apr 2006 11:48:16 -0000	1.49
@@ -3,7 +3,7 @@
 Summary: A utility for determining file types.
 Name: file
 Version: 4.17
-Release: 2
+Release: 3
 License: distributable
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -18,6 +18,7 @@
 Patch13: file-4.17-init-mem.patch
 Patch14: file-4.17-wctype-header.patch
 Patch15: file-4.17-mp3_flac.patch
+Patch16: file-4.17-oracle.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: zlib-devel
 
@@ -42,6 +43,7 @@
 %patch13 -p1 -b .mem
 %patch14 -p1 -b .wctype
 %patch15 -p1 -b .mp3
+%patch16 -p1 -b .oracle
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 mv doc/libmagic.man_ doc/libmagic.man
@@ -87,6 +89,9 @@
 %{_libdir}/libmagic.*
 
 %changelog
+* Fri Apr 21 2006 Radek Vokál <rvokal at redhat.com> 4.17-3
+- add support for OCFS or ASM (#189017)
+
 * Tue Mar 14 2006 Radek Vokál <rvokal at redhat.com> 4.17-2
 - fix segfault when compiling magic
 - add check for wctype.h




More information about the fedora-cvs-commits mailing list