rpms/file/devel file-4.24-oracle.patch, NONE, 1.1 file.spec, 1.74, 1.75

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Wed Jun 4 05:42:55 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/file/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7642

Modified Files:
	file.spec 
Added Files:
	file-4.24-oracle.patch 
Log Message:
* Wed Jun 04 2008 Tomas Smetana <tsmetana at redhat.com> - 4.24-3
- drop patches that do nothing in recent build system
- create the text magic file during installation


file-4.24-oracle.patch:

--- NEW FILE file-4.24-oracle.patch ---
diff -up file-4.24/magic/Magdir/filesystems.orig file-4.24/magic/Magdir/filesystems
--- file-4.24/magic/Magdir/filesystems.orig	2008-02-19 18:27:29.000000000 +0100
+++ file-4.24/magic/Magdir/filesystems	2008-06-03 15:34:34.000000000 +0200
@@ -1266,6 +1266,19 @@
 >>>2         short   2048       AXP generated)
 >>>2         short   4096       I64 generated)
 
+# 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
+
 # Compaq/HP RILOE floppy image
 # From: Dirk Jagdmann <doj at cubic.org>
 0	string	CPQRFBLO	Compaq/HP RILOE floppy image


Index: file.spec
===================================================================
RCS file: /cvs/pkgs/rpms/file/devel/file.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- file.spec	3 Jun 2008 11:58:04 -0000	1.74
+++ file.spec	4 Jun 2008 05:42:07 -0000	1.75
@@ -11,7 +11,7 @@
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
 URL: http://www.darwinsys.com/file/
 Patch1: file-4.24-selinux.patch
-Patch2: file-4.21-oracle.patch
+Patch2: file-4.24-oracle.patch
 Patch3: file-4.24-ELF.patch
 patch4: file-4.24-efi.patch
 patch5: file-4.21-pybuild.patch
@@ -136,11 +136,11 @@
 %doc python/README COPYING python/example.py
 %{python_sitearch}/magic.so
 %if 0%{?fedora} >= 9
-#%{python_sitearch}/*egg-info
+%{python_sitearch}/*egg-info
 %endif
 
 %changelog
-* Tue Jun 03 2008 Tomas Smetana <tsmetana at redhat.com>
+* Wed Jun 04 2008 Tomas Smetana <tsmetana at redhat.com> - 4.24-3
 - drop patches that do nothing in recent build system
 - create the text magic file during installation
 




More information about the fedora-extras-commits mailing list