summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2017-03-27 18:44:08 +0900
committerwchang kim <wchang.kim@samsung.com>2017-03-27 18:44:08 +0900
commit212e7344a4868e768c4144d940a3419d02ce0ffb (patch)
treefbd2894dd0c80b8ce576acd3d5490a312e97a954
parentec8b68bbbf9778d953b59b7bfb1eba7ad0867a1b (diff)
downloadsystem-plugin-212e7344a4868e768c4144d940a3419d02ce0ffb.tar.gz
system-plugin-212e7344a4868e768c4144d940a3419d02ce0ffb.tar.bz2
system-plugin-212e7344a4868e768c4144d940a3419d02ce0ffb.zip
Added the package of system-plugin-rpi3 for RPi3. It is copied from the contents of u3 package. Change-Id: Icdf9d8c3716e9c1e5db4fd268151431f979ee078
-rw-r--r--packaging/system-plugin.spec19
1 files changed, 19 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec
index d8ae794..74f8739 100644
--- a/packaging/system-plugin.spec
+++ b/packaging/system-plugin.spec
@@ -30,6 +30,14 @@ BuildArch: noarch
%description u3
This package provides U3/XU3 specific system configuration files.
+%package rpi3
+Summary: RPi3 specific system configuration files
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description rpi3
+This package provides RPi3 specific system configuration files.
+
%package n4
Summary: Note4 specific system configuration files
Requires: %{name} = %{version}-%{release}
@@ -228,6 +236,17 @@ systemctl daemon-reload
%post u3
%{_prefix}/bin/udevadm hwdb --update
+%files rpi3
+%manifest %{name}.manifest
+%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-system\x2ddata.service
+%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-user.service
+%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-rootfs.service
+%{_sysconfdir}/fstab
+%{_prefix}/lib/udev/hwdb.d/60-evdev.hwdb
+
+%post rpi3
+%{_prefix}/bin/udevadm hwdb --update
+
%files n4
%manifest %{name}.manifest
%{_unitdir}/basic.target.wants/resize2fs@dev-disk-by\x2dlabel-system\x2ddata.service