rpms/ocsinventory/EL-4 ocsinventory.spec,1.2,1.3

Remi Collet remi at fedoraproject.org
Sun Jan 18 19:32:16 UTC 2009


Author: remi

Update of /cvs/extras/rpms/ocsinventory/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1454

Modified Files:
	ocsinventory.spec 
Log Message:
fix broken deps (php-xml / php-domxml)


Index: ocsinventory.spec
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory/EL-4/ocsinventory.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocsinventory.spec	11 Jan 2009 11:41:02 -0000	1.2
+++ ocsinventory.spec	18 Jan 2009 19:31:46 -0000	1.3
@@ -10,7 +10,7 @@
 Summary:     Open Computer and Software Inventory Next Generation
 
 Version:     1.02
-Release:     0.10.rc3%{?dist}
+Release:     0.10.rc3%{?dist}.1
 
 Group:       Applications/Internet
 License:     GPLv2
@@ -111,7 +111,12 @@
 Summary:  OCS Inventory NG - Communication server
 # From PHP_Compat : date, mysql, ereg, pcre, zip, hash, xml, gd, zlib 
 Requires: php
-Requires: php-mysql php-zip php-xml php-gd 
+Requires: php-mysql php-zip php-gd 
+%if 0%{?rhel} == 4
+Requires:       php-domxml
+%else
+Requires:       php-xml
+%endif
 # Required by the original setup script, but not detected automatically :
 Requires: perl(DBD::mysql)
 # Required by ipdiscover-util.pl (nmap and nmblookup)
@@ -283,6 +288,9 @@
 
 
 %changelog
+* Sun Jan 18 2009 Remi Collet <Fedora at famillecollet.com> 1.02-0.10.rc3.el4.1
+- fix php-xml > php-domxml in EL-4
+
 * Sun Jan 11 2009 Remi Collet <Fedora at famillecollet.com> 1.02-0.10.rc3
 - add r1447 and r1462 patch
 - change log selinux context (httpd_log_t)




More information about the fedora-extras-commits mailing list