spec: remove /etc/fstab from setup package 64/49264/1 accepted/tizen/mobile/20151014.093407 accepted/tizen/tv/20151014.093416 accepted/tizen/wearable/20151014.093430 submit/tizen/20151014.070251 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 12 Oct 2015 07:39:36 +0000 (16:39 +0900)
committerSangjung Woo <sangjung.woo@samsung.com>
Mon, 12 Oct 2015 07:39:36 +0000 (16:39 +0900)
/etc/fstab is moved to system-plugin-* package.

Change-Id: Iffae350a11b71b08d6b09a2731bbffe7c4b5b38d
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/setup.spec

index 6903dd2..7f9cbc3 100644 (file)
@@ -38,10 +38,8 @@ cp -ar files/* %{buildroot}
 touch %{buildroot}%{_sysconfdir}/environment
 chmod 0644 %{buildroot}%{_sysconfdir}/environment
 chmod 0400 %{buildroot}%{_sysconfdir}/{shadow,gshadow}
-touch %{buildroot}%{_sysconfdir}/fstab
 ln -nsf /proc/self/mounts %{buildroot}%{_sysconfdir}/mtab
 
-
 rm %{buildroot}/%{_sysconfdir}/filesystems
 
 #throw away useless and dangerous update stuff until rpm will be able to
@@ -80,7 +78,6 @@ end
 %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/wtmp
 %ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/btmp
 %ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /run/utmp
-%ghost %verify(not md5 size mtime) %config(noreplace,missingok) %{_sysconfdir}/fstab
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) %{_sysconfdir}/mtab
 /run/*
 /etc/profile.d/*