2010-11-01 Sancho Lerena <slerena@artica.es>
* DEBIAN/control, DEBIAN/make_deb_package.sh pandora_server.spec lib/PandoraFMS/Config.pm pandora_server.redhat.spec: Version updates and small changes for packaging the 3.2 RC1 version in the next days/hours. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3485 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5403878dff
commit
7fbc78e892
|
@ -1,3 +1,12 @@
|
||||||
|
2010-11-01 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* DEBIAN/control,
|
||||||
|
DEBIAN/make_deb_package.sh
|
||||||
|
pandora_server.spec
|
||||||
|
lib/PandoraFMS/Config.pm
|
||||||
|
pandora_server.redhat.spec: Version updates and small changes for packaging
|
||||||
|
the 3.2 RC1 version in the next days/hours.
|
||||||
|
|
||||||
2010-10-28 Sergio Martin <sergio.martin@artica.es>
|
2010-10-28 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* util/pandora_sync_db.pl: Added the Pandora Database Synchronization
|
* util/pandora_sync_db.pl: Added the Pandora Database Synchronization
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package: PandoraFMS-Server
|
package: PandoraFMS-Server
|
||||||
Version: 3.2
|
Version: 3.2RC1
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
pandora_version="3.1"
|
pandora_version="3.2RC1"
|
||||||
|
|
||||||
package_cpan=1
|
package_cpan=1
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
|
|
@ -41,8 +41,8 @@ our @EXPORT = qw(
|
||||||
);
|
);
|
||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "3.2dev";
|
my $pandora_version = "3.2RC1";
|
||||||
my $pandora_build = "100810";
|
my $pandora_build = "101027";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
|
|
@ -79,6 +79,7 @@ install -m 0444 man/man1/pandora_server.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/
|
||||||
install -m 0444 man/man1/tentacle_server.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/
|
install -m 0444 man/man1/tentacle_server.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/PandoraFMS
|
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/PandoraFMS
|
||||||
|
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/recon_scripts/PandoraFMS
|
||||||
|
|
||||||
install -m 0644 util/pandora_logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/pandora_server
|
install -m 0644 util/pandora_logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/pandora_server
|
||||||
install -m 0640 conf/pandora_server.conf $RPM_BUILD_ROOT%{_sysconfdir}/pandora/
|
install -m 0640 conf/pandora_server.conf $RPM_BUILD_ROOT%{_sysconfdir}/pandora/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Pandora FMS Server
|
# Pandora FMS Server
|
||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 3.2dev
|
%define version 3.2RC1
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
|
@ -36,13 +36,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
#Uncomment this if you build from other RPM system (fedora, opensuse != 11..)
|
|
||||||
#%define perl_version %(rpm -q --queryformat='%{VERSION}' perl)
|
|
||||||
#export perl_version=`rpm -q --queryformat='%{VERSION}' perl`
|
|
||||||
|
|
||||||
# Temporal hack for For SLES 11 only, warning
|
|
||||||
#export perl_version=5.10.0
|
|
||||||
#%define perl_version 5.10.0
|
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
||||||
|
@ -75,6 +68,7 @@ cp -aRf man/man1/pandora_server.1.gz $RPM_BUILD_ROOT/usr/share/man/man1/
|
||||||
cp -aRf man/man1/tentacle_server.1.gz $RPM_BUILD_ROOT/usr/share/man/man1/
|
cp -aRf man/man1/tentacle_server.1.gz $RPM_BUILD_ROOT/usr/share/man/man1/
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/PandoraFMS
|
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/PandoraFMS
|
||||||
|
rm -f $RPM_BUILD_ROOT%{prefix}/pandora_server/util/recon_scripts/PandoraFMS
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr $RPM_BUILD_ROOT
|
rm -fr $RPM_BUILD_ROOT
|
||||||
|
|
Loading…
Reference in New Issue