2010-12-28 Ramon Novoa <rnovoa@artica.es>
* pandora_agent.spec: Added a release variable as in the rest of the spec files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3719 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fac10414f6
commit
5249b239fd
|
@ -1,3 +1,8 @@
|
|||
2010-12-28 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent.spec: Added a release variable as in the rest of the
|
||||
spec files.
|
||||
|
||||
2010-12-27 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent_installer, DEBIAN/postinst, DEBIAN/prerm,
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
#
|
||||
%define name pandorafms_agent_unix
|
||||
%define version 3.2
|
||||
%define release 1
|
||||
|
||||
Summary: Pandora FMS Linux agent, PERL version
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: 1
|
||||
Release: %{release}
|
||||
License: GPL
|
||||
Vendor: ArticaST <http://www.artica.es>
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
|
Loading…
Reference in New Issue