From 1777e0223dbef598ebeadb9298a4037047c3607d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 2 Feb 2007 04:46:52 +0000 Subject: [PATCH] - add AutoReqProv: no (don't automatically search for deps) --- PLCAPI.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PLCAPI.spec b/PLCAPI.spec index 7d64662..0b8f86c 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -26,9 +26,12 @@ Provides: php-xmlrpc # documentation generation for now. # BuildRequires: docbook-dtds, docbook-utils-pdf -# Necessary to run the API server, but not plcsh as a client. The only -# supported method of running the server is via MyPLC anyway. +# PostgreSQL and SOAPpy are necessary to run the API server, but not +# plcsh. Since the only supported method of running the server is via +# MyPLC anyway, don't be so stringent about binary requirements, in +# case people want to install this package just for plcsh. # Requires: postgresql-server, SOAPpy +AutoReqProv: no %description The PLCAPI package provides an XML-RPC and SOAP API for accessing the -- 2.43.0