diff options
-rw-r--r-- | packaging/ivi-demo-config.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/ivi-demo-config.spec b/packaging/ivi-demo-config.spec index f55d9ef..d340f9e 100644 --- a/packaging/ivi-demo-config.spec +++ b/packaging/ivi-demo-config.spec @@ -2,7 +2,7 @@ Name: ivi-demo-config Summary: Custom configs for Tizen IVI demos Version: 0.0.3 Release: 1 -Group: System/Libraries +Group: System Environment/Libraries License: Apache License, Version 2.0 URL: http://www.tizen.org Source0: xorg-dual.conf @@ -41,9 +41,9 @@ install -m 755 %{SOURCE3} %{buildroot}%{_libdir}/automotive-message-broker/scrip # Create a new machine-info file in order to have a friendly name #!/bin/bash if [ ! -e %{_sysconfdir}/machine-info ]; then - HOST_ID=$(hostid) - cat > %{_sysconfdir}/machine-info <<EOF -PRETTY_NAME=Tizen IVI $HOST_ID + HOST_ID=$(hostid) + cat > %{_sysconfdir}/machine-info <<EOF +PRETTY_HOSTNAME=Tizen IVI ($HOST_ID) ICON_NAME=Tizen IVI EOF fi |