2009-09-30 Sancho Lerena <slerena@artica.es>
* pandora_console.spec: Updated spec for a more complete uninstall. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e07eb1c497
commit
d12d0f2e27
|
@ -1,3 +1,7 @@
|
|||
2009-09-30 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_console.spec: Updated spec for a more complete uninstall.
|
||||
|
||||
2009-09-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/pandora_mod, include/javascript/pandora.js: cleanup
|
||||
|
|
|
@ -31,7 +31,7 @@ Requires: php >= 4.3.0
|
|||
Requires: php5-gd, php5-snmp, php5-pear, php5-json, php5-gettext
|
||||
Requires: php5-mysql, php5-ldap, php5-mbstring, php5
|
||||
Requires: graphviz, xorg-x11-fonts-core
|
||||
Requires: php-pear-db php-pear-xml_rpc
|
||||
Requires: php5-pear-db php-pear-xml_rpc
|
||||
Provides: %{name}-%{version}
|
||||
|
||||
%description
|
||||
|
@ -66,6 +66,11 @@ if [ -f %{prefix}/pandora_console/include/config.php ] ; then
|
|||
else
|
||||
echo "Please, now, point your browser to http://your_IP_address/pandora_console/install.php and follow all the steps described on it."
|
||||
fi
|
||||
|
||||
|
||||
%preun
|
||||
rm -Rf %{prefix}/pandora_console
|
||||
|
||||
%files
|
||||
%defattr(0644,%{httpd_user},%{httpd_group},0755)
|
||||
%docdir %{prefix}/pandora_console/docs
|
||||
|
|
Loading…
Reference in New Issue