2007-04-16 Manuel Arostegui <marostegui@artica.es>
* pandora_console.spec: Small changes to adapt the RPM to the upcoming 1.3 release. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@423 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
825d9cfd30
commit
924c489e96
|
@ -1,3 +1,8 @@
|
|||
2007-04-16 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* pandora_console.spec: Small changes to adapt the RPM to the
|
||||
upcoming 1.3 release.
|
||||
|
||||
2007-04-13 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_db.php: Added function add_address() not finished!.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Pandora Console
|
||||
#
|
||||
%define name PandoraFMS_Console
|
||||
%define version 1.2.0
|
||||
%define version 1.3.0
|
||||
%define release 1
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
|||
%define is_rh7 0
|
||||
%define is_el2 0
|
||||
%define is_centos2 0
|
||||
%define is_fedora 0
|
||||
%if %(test -f "/etc/redhat-release" && echo 1 || echo 0)
|
||||
%define is_rh7 %(test -n "`cat /etc/redhat-release | grep '(Valhalla)'`" && echo 1 || echo 0)
|
||||
%define is_el2 %(test -n "`cat /etc/redhat-release | grep '(Pensacola)'`" && echo 1 || echo 0)
|
||||
|
@ -114,7 +115,7 @@ fi
|
|||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%post
|
||||
echo "Please you HAVE to take a look at the INSTALL file placed on your DocumentRoot in order to follow the instructions to create the database for Pandora"
|
||||
echo "Please, now, point your broswer to http://localhost/pandora_console/install.php and follow all the steps described on it."
|
||||
%files
|
||||
%defattr(0644,%{httpd_user},%{httpd_group},0755)
|
||||
%docdir %{prefix}/pandora_console/docs
|
||||
|
|
Loading…
Reference in New Issue