From: Hyotaek Shim Date: Fri, 5 Jan 2018 13:26:04 +0000 (+0900) Subject: Combine system-plugin-device-exynos into system-plugin-device-u3 X-Git-Tag: submit/tizen/20180109.063216~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bca3c6efb37e7fbe2a86d5e39092eef236e3a77c;p=platform%2Fadaptation%2Fsystem-plugin.git Combine system-plugin-device-exynos into system-plugin-device-u3 Change-Id: I8930d6827e649776f0429b3c1821fe455ea3c5d1 Signed-off-by: Hyotaek Shim --- diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 7bfeeb7..339b34a 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -44,14 +44,6 @@ BuildArch: noarch %description device-circle This package provides Circle specific system configuration files. -%package device-exynos -Summary: Exynos specific system configuration files -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description device-exynos -This package provides Exynos specific system configuration files. - %package device-u3 Summary: U3/XU3 specific system configuration files Requires: %{name} = %{version}-%{release} @@ -280,25 +272,21 @@ mv %{_sysconfdir}/fstab_2parts %{_sysconfdir}/fstab %post device-circle mv %{_sysconfdir}/fstab_3parts %{_sysconfdir}/fstab -%files device-exynos -%manifest %{name}.manifest -%license LICENSE.Apache-2.0 -%{_prefix}/lib/udev/rules.d/51-system-plugin-exynos.rules - -%files device-rpi3 +%files device-u3 %manifest %{name}.manifest %license LICENSE.Apache-2.0 %{_prefix}/lib/udev/hwdb.d/60-evdev.hwdb +%{_prefix}/lib/udev/rules.d/51-system-plugin-exynos.rules -%post device-rpi3 +%post device-u3 %{_prefix}/bin/udevadm hwdb --update -%files device-u3 +%files device-rpi3 %manifest %{name}.manifest %license LICENSE.Apache-2.0 %{_prefix}/lib/udev/hwdb.d/60-evdev.hwdb -%post device-u3 +%post device-rpi3 %{_prefix}/bin/udevadm hwdb --update %files feature-init_wrapper