2011-09-26 Sancho Lerena <slerena@artica.es>
* unix/DEBIAN/control unix/DEBIAN/make_deb_package.sh unix/pandora_agent.spec unix/pandora_agent.redhat.spec: Updated version (4.0). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5001 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2097aed8fe
commit
29a42066df
|
@ -1,3 +1,10 @@
|
|||
2011-09-26 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* unix/DEBIAN/control
|
||||
unix/DEBIAN/make_deb_package.sh
|
||||
unix/pandora_agent.spec
|
||||
unix/pandora_agent.redhat.spec: Updated version (4.0).
|
||||
|
||||
2011-09-26 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* win32/windows/pandora_wmi.cc: Removed trace.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package: pandorafms-agent-unix
|
||||
Version: 4.0RC1
|
||||
Version: 4.0
|
||||
Architecture: all
|
||||
Priority: optional
|
||||
Section: admin
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
pandora_version="4.0RC1"
|
||||
pandora_version="4.0"
|
||||
|
||||
echo "Test if you has the tools for to make the packages."
|
||||
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#Pandora FMS Linux Agent
|
||||
#
|
||||
%define name pandorafms_agent_unix
|
||||
%define version 4.0RC1
|
||||
%define version 4.0
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Linux agent, PERL version
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#Pandora FMS Linux Agent
|
||||
#
|
||||
%define name pandorafms_agent_unix
|
||||
%define version 4.0RC1
|
||||
%define version 4.0
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Linux agent, PERL version
|
||||
|
|
Loading…
Reference in New Issue