summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagnus <mfeuer@jaguarlandrover.com>2014-10-24 12:59:40 -0700
committermagnus <mfeuer@jaguarlandrover.com>2014-10-24 12:59:40 -0700
commit4fdfa58bdccb5618eee94be5aca5df06d55ea29e (patch)
tree7cf48a835e0cbc693fe92580d9924ba645f20aa1
parentfdec53cee09cf76f304a5a49c05f7d7ee9164674 (diff)
downloadrvi_core-4fdfa58bdccb5618eee94be5aca5df06d55ea29e.tar.gz
Bumped version to 0.2.1
-rw-r--r--Makefile2
-rw-r--r--packaging/README.md2
-rwxr-xr-xpackaging/rvi.spec6
-rw-r--r--rpm/SPECS/rvi-0.2.1.spec (renamed from rpm/SPECS/rvi-0.2.0.spec)6
-rwxr-xr-xscripts/rvi6
-rw-r--r--scripts/rvi.service10
6 files changed, 16 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 2c5dac1..f79f645 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
.PHONY: all deps compile clean rpm rpmclean
-VERSION=0.2.0
+VERSION=0.2.1
all: deps compile
diff --git a/packaging/README.md b/packaging/README.md
index 5bd1244..57143cd 100644
--- a/packaging/README.md
+++ b/packaging/README.md
@@ -102,7 +102,7 @@ Go to the top directory of RVI and execute:
An RPM file will be generated at the end of the build which can be
installed on a Tizen box. The RPM can be found at:
- ~/GBS-ROOT/local/repos/tizen/i586/RPMS/rvi-0.2.0-1.i686.rpm
+ ~/GBS-ROOT/local/repos/tizen/i586/RPMS/rvi-0.2.1-1.i686.rpm
diff --git a/packaging/rvi.spec b/packaging/rvi.spec
index 39eb02a..cd1869a 100755
--- a/packaging/rvi.spec
+++ b/packaging/rvi.spec
@@ -1,10 +1,10 @@
Summary: Remote Vehicle Interaction Node, running on top of Erlang,
Name: rvi
-Version: 0.2.0
+Version: 0.2.1
Release: 1
Group: Applications/System
License: Mozilla Public License v2
-Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.2.0.tgz
+Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.2.1.tgz
BuildRequires: make
BuildRequires: glib2-devel
@@ -58,5 +58,5 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
/usr/lib/systemd/system/rvi.service
/etc/systemd/system/multi-user.target.wants/rvi.service
-/opt/rvi-0.2.0
+/opt/rvi-0.2.1
diff --git a/rpm/SPECS/rvi-0.2.0.spec b/rpm/SPECS/rvi-0.2.1.spec
index 4a3ff61..8b93093 100644
--- a/rpm/SPECS/rvi-0.2.0.spec
+++ b/rpm/SPECS/rvi-0.2.1.spec
@@ -1,12 +1,12 @@
Summary: Remote Vehicle Interaction Node
Name: rvi
-Version: 0.2.0
+Version: 0.2.1
Release: 1
# Copyright: Jaguar Land Rover -
License: Mozilla Public License v2
Vendor: Jaguar Land Rover
Group: Applications/System
-Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.2.0.tgz
+Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.2.1.tgz
Buildroot: /var/tmp/%{name}-buildroot
# Requires:
@@ -69,4 +69,4 @@ rm -rf $RPM_BUILD_ROOT
/etc/rc4.d
/etc/rc5.d
/etc/rc6.d
-/opt/rvi-0.2.0
+/opt/rvi-0.2.1
diff --git a/scripts/rvi b/scripts/rvi
index 0b6e4fe..bc8bc24 100755
--- a/scripts/rvi
+++ b/scripts/rvi
@@ -18,7 +18,7 @@ set -e
case "$1" in
start)
log_daemon_msg "Starting Remote Vehicle Interaction Node..." "rvi"
- if /opt/rvi-0.2.0/bin/rvi start; then
+ if /opt/rvi-0.2.1/bin/rvi start; then
log_end_msg 0
else
log_end_msg 1
@@ -26,7 +26,7 @@ case "$1" in
;;
stop)
log_daemon_msg "Stopping Remote Vehicle Interaction Node..." "rvi"
- if /opt/rvi-0.2.0/bin/rvi stop; then
+ if /opt/rvi-0.2.1/bin/rvi stop; then
log_end_msg 0
else
log_end_msg 1
@@ -34,7 +34,7 @@ case "$1" in
;;
restart)
log_daemon_msg "Restarting Remote Vehicle Interaction Node..." "rvi"
- if /opt/rvi-0.2.0/bin/rvi restart; then
+ if /opt/rvi-0.2.1/bin/rvi restart; then
log_end_msg 0
else
log_end_msg 1
diff --git a/scripts/rvi.service b/scripts/rvi.service
index d68362c..2863877 100644
--- a/scripts/rvi.service
+++ b/scripts/rvi.service
@@ -1,4 +1,4 @@
-# systemd(8) setup used by Tizen and others.
+# systemd(8) setup usde by Tizen and others.
[Unit]
Description=Remote Vehicle Interaction Service
Wants=network-online.target
@@ -8,10 +8,10 @@ Environment="HOME=/opt/rvi-2.0"
Type=forking
StandardOutput=journal
StandardError=journal
-ExecStartPre=/opt/rvi-0.2.0/erts-5.10.4/bin/epmd -daemon
-ExecStart=/bin/sh /opt/rvi-0.2.0/bin/rvi start
-ExecStop=/bin/sh /opt/rvi-0.2.0/bin/rvi stop
-ExecStopPost=/opt/rvi-0.2.0/erts-5.10.4/bin/epmd -kill
+ExecStartPre=/opt/rvi-0.2.1/erts-5.10.4/bin/epmd -daemon
+ExecStart=/bin/sh /opt/rvi-0.2.1/bin/rvi start
+ExecStop=/bin/sh /opt/rvi-0.2.1/bin/rvi stop
+ExecStopPost=/opt/rvi-0.2.1/erts-5.10.4/bin/epmd -kill
GuessMainPID=yes
[Install]