OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Jan-2008 17:26:51
Branch: HEAD Handle: 2008011616265000
Modified files:
openpkg-src/cacti cacti.spec
Log:
fix dependencies and file ownership
Summary:
Revision Changes Path
1.49 +7 -2 openpkg-src/cacti/cacti.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cacti/cacti.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 cacti.spec
--- openpkg-src/cacti/cacti.spec 13 Jan 2008 17:23:51 -0000 1.48
+++ openpkg-src/cacti/cacti.spec 16 Jan 2008 16:26:50 -0000 1.49
@@ -32,7 +32,7 @@
Group: Monitoring
License: GPL
Version: 0.8.7a
-Release: 20080113
+Release: 20080116
# list of sources
Source0: http://www.cacti.net/downloads/cacti-%{version}.tar.gz
@@ -53,6 +53,11 @@
PreReq: apache-php::with_mm = yes
PreReq: apache-php::with_pcre = yes
PreReq: apache-php::with_xml = yes
+PreReq: php
+PreReq: php::with_mysql = yes
+PreReq: php::with_mm = yes
+PreReq: php::with_pcre = yes
+PreReq: php::with_xml = yes
AutoReq: no
AutoReqProv: no
@@ -173,7 +178,7 @@
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/cacti/*' \
- '%config %{l_prefix}/etc/dcron/crontabs/cacti' \
+ '%config %attr(-,%{l_susr},%{l_sgrp})
%{l_prefix}/etc/dcron/crontabs/cacti' \
'%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/cacti'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]