rpms/file/devel file-4.15-berkeley.patch, NONE, 1.1 file.spec, 1.35, 1.36

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 3 10:32:33 UTC 2005


Author: rvokal

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

Modified Files:
	file.spec 
Added Files:
	file-4.15-berkeley.patch 
Log Message:
- file output for Berkeley DB gains Cracklib (#168917)

file-4.15-berkeley.patch:
 Makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE file-4.15-berkeley.patch ---
--- file-4.15/magic/Makefile.in.berkeley	2005-10-03 11:26:31.000000000 +0200
+++ file-4.15/magic/Makefile.in	2005-10-03 11:27:28.000000000 +0200
@@ -200,7 +200,6 @@
 Magdir/citrus \
 Magdir/claris \
 Magdir/clipper \
-Magdir/cracklib \
 Magdir/spec \
 Magdir/commands \
 Magdir/communications \
@@ -210,6 +209,7 @@
 Magdir/ctags \
 Magdir/dact \
 Magdir/database \
+Magdir/cracklib \
 Magdir/diamond \
 Magdir/diff \
 Magdir/digital \


Index: file.spec
===================================================================
RCS file: /cvs/dist/rpms/file/devel/file.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- file.spec	19 Sep 2005 13:17:51 -0000	1.35
+++ file.spec	3 Oct 2005 10:32:29 -0000	1.36
@@ -3,7 +3,7 @@
 Summary: A utility for determining file types.
 Name: file
 Version: 4.15
-Release: 3
+Release: 4
 License: distributable
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -14,6 +14,7 @@
 Patch5: file-4.13-fsdump.patch
 Patch6: file-4.13-quick.patch
 Patch7: file-4.15-style.patch
+Patch8: file-4.15-berkeley.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: zlib-devel
 
@@ -35,6 +36,7 @@
 %patch5 -p1 -b .fsdump
 %patch6 -p1 -b .quick
 %patch7 -p1 -b .style
+%patch8 -p1 -b .berkeley
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 mv doc/libmagic.man_ doc/libmagic.man
@@ -79,6 +81,9 @@
 %{_libdir}/libmagic.*
 
 %changelog
+* Mon Oct 03 2005 Radek Vokal <rvokal at redhat.com> - 4.15-4
+- file output for Berkeley DB gains Cracklib (#168917)
+
 * Mon Sep 19 2005 Radek Vokal <rvokal at redhat.com> - 4.15-3
 - small fix in previously added patch, now it works for multiple params
 




More information about the fedora-cvs-commits mailing list