Skip to content

Commit

Permalink
jopt upgrade to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Sep 8, 2009
1 parent 947771a commit e7171f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/jboss-appliance-support
Submodule jboss-appliance-support updated from d42986 to d70e2c
4 changes: 2 additions & 2 deletions specs/jopr-agent.spec
@@ -1,9 +1,9 @@
%define agent_name rhq-enterprise-agent
%define jopr_version 2.2.1
%define jopr_version 2.3.0

Summary: JOPR Agent
Name: jopr-agent
Version: 1.2.1
Version: 1.3.0
Release: 1
License: LGPL
BuildArch: noarch
Expand Down
7 changes: 5 additions & 2 deletions specs/jopr.spec
@@ -1,11 +1,11 @@
Summary: JOPR
Name: jopr
Version: 2.2.1
Version: 2.3.0
Release: 1
License: LGPL
BuildArch: noarch
Group: Applications/System
Source0: http://softlayer.dl.sourceforge.net/project/rhq/jopr/jopr-%{version}/jopr-server-%{version}.zip
Source0: http://downloads.sourceforge.net/project/rhq/jopr/jopr-%{version}/jopr-server-%{version}.zip
Source1: preconfigure-jopr-agent.sh
Source2: agent-configuration.xml
Source3: jopr.init
Expand Down Expand Up @@ -52,5 +52,8 @@ rm -Rf $RPM_BUILD_ROOT
/

%changelog
* Tue Sep 08 2009 Marek Goldmann 2.3.0
- Upgrade to Jopr 2.3.0

* Sat Jul 25 2009 Marek Goldmann 2.2.1
- Initial packaging
6 changes: 3 additions & 3 deletions src/preconfigure-jopr-agent.sh
@@ -1,11 +1,11 @@
#!/bin/sh

JOPR_HOME=/opt/jopr
JOPR_VERSION=2.2.1
JOPR_VERSION=2.3.0
JOPR_AGENT_NAME=rhq-enterprise-agent
JOPR_AGENT_VERSION=1.2.1
JOPR_AGENT_VERSION=1.3.0
JOPR_CONFIG=/usr/share/jopr/agent-configuration.xml
JOPR_TMP_DIR=/tmp/jopr-2.2.1
JOPR_TMP_DIR=/tmp/jopr-$JOPR_VERSION

IP_ADDRESS=`ip addr list eth0 | grep "inet " | cut -d' ' -f6 | cut -d/ -f1`

Expand Down

0 comments on commit e7171f7

Please sign in to comment.