rpms/condor/F-10 no_rpmdb_query.patch,NONE,1.1

Matthew Farrellee matt at fedoraproject.org
Tue Feb 24 13:53:43 UTC 2009


Author: matt

Update of /cvs/pkgs/rpms/condor/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24603

Added Files:
	no_rpmdb_query.patch 
Log Message:
7.2.1-1

no_rpmdb_query.patch:

--- NEW FILE no_rpmdb_query.patch ---
--- condor-7.2.1/src/configure.ac	2009-02-24 07:06:37.000000000 -0600
+++ condor-7.2.1mf/src/configure.ac	2009-02-24 07:05:46.000000000 -0600
@@ -262,7 +262,7 @@
 	;;
      # Handle post-FC releases more robustly
      * )
-        _cv_linux_distro=`$RPMQUERY -q --queryformat "F%{VERSION}" fedora-release`
+        _cv_linux_distro=F`cat /etc/fedora-release|$PERL -ne '/.* (.*) \((.*)\)/;print $1;'`
 	;;
     esac
   elif test -f "/etc/redhat-release" ; then




More information about the scm-commits mailing list