SPECS: rpm.spec - use internal glob().

pluto pluto at pld-linux.org
Fri Jul 15 23:02:31 CEST 2005


Author: pluto                        Date: Fri Jul 15 21:02:31 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use internal glob().

---- Files affected:
SPECS:
   rpm.spec (1.674 -> 1.675) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.674 SPECS/rpm.spec:1.675
--- SPECS/rpm.spec:1.674	Fri Jul 15 19:12:38 2005
+++ SPECS/rpm.spec	Fri Jul 15 23:02:25 2005
@@ -31,7 +31,7 @@
 Name:		rpm
 %define	sover	4.4
 Version:	4.4.1
-Release:	1.12
+Release:	1.99
 License:	GPL
 Group:		Base
 Source0:	ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -97,6 +97,7 @@
 Patch39:	%{name}-pythondeps.patch
 Patch40:	%{name}-print-requires.patch
 Patch41:	%{name}-reduce-stack-usage.patch
+Patch42:	%{name}-glob.patch
 URL:		http://www.rpm.org/
 Icon:		rpm.gif
 BuildRequires:	autoconf >= 2.52
@@ -623,6 +624,7 @@
 %patch39 -p1
 %patch40 -p1
 %patch41 -p1
+%patch42 -p1
 %patch0 -p1
 %patch3 -p1
 
@@ -681,6 +683,7 @@
 	%{?with_python:--with-python=auto} \
 	%{!?with_python:--without-python} \
 	%{!?with_selinux:--without-selinux} \
+	--with-glob \
 	--without-db
 
 # file_LDFLAGS, debugedit_LDADD - no need to link "file" and "debugedit" statically
@@ -1078,6 +1081,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.675  2005/07/15 21:02:25  pluto
+- use internal glob().
+
 Revision 1.674  2005/07/15 17:12:38  glen
 - rpm_macros_rev 1.231
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.674&r2=1.675&f=u




More information about the pld-cvs-commit mailing list