filesystem: fstab modification
authorSooyoung Ha <yoosah.ha@samsung.com>
Thu, 5 Mar 2015 04:05:38 +0000 (13:05 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Thu, 5 Mar 2015 04:05:38 +0000 (13:05 +0900)
remove the /var binding from spec file.

Change-Id: I6030a221bcdc13f56cfe9d37a6cf4bdcf450ea5c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
packaging/system-plugin-emulator.spec

index 29f25fc..aa14d41 100644 (file)
@@ -1,5 +1,5 @@
 Name: system-plugin-emulator
-Version: 0.1.5
+Version: 0.1.6
 Release: 1
 
 %define systemd_dir     /usr/lib/systemd
@@ -69,9 +69,6 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
 %post
 #make fstab
 if [ -e /etc/fstab ]; then
-%if "%{?tizen_profile_name}" == "mobile"
-       echo "/opt/var   /var      bind    bind             0 0" >> /etc/fstab
-%endif
        echo "tmpfs      /tmp      tmpfs   comment=havefs-smackfs-smackfsroot=* 0 0" >> /etc/fstab
        echo "/dev/vdb   swap      swap    defaults         0 0" >> /etc/fstab
 fi