2010-12-16 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_console.spec, pandora_console.redhat.spec: update the version number. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3663 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a79f01da47
commit
74adbe54c4
|
@ -1,3 +1,8 @@
|
|||
2010-12-16 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_console.spec,
|
||||
pandora_console.redhat.spec: update the version number.
|
||||
|
||||
2010-12-04 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* plugins/pandora_update: Added support for FreeBSD.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package: PandoraFMS-Agent-Unix
|
||||
Version: 3.2rc2
|
||||
Version: 3.2
|
||||
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="3.2rc2"
|
||||
pandora_version="3.2"
|
||||
|
||||
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 3.2rc2
|
||||
%define version 3.2
|
||||
Summary: Pandora FMS Linux agent, PERL version
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
|
|
Loading…
Reference in New Issue