From: Hyotaek Shim Date: Tue, 26 Dec 2017 10:54:03 +0000 (+0900) Subject: Rename system-plugin-init_wrapper as system-plugin-feature-init_wrapper X-Git-Tag: submit/tizen/20171226.110151^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21d1a40fbc0969ca8d569fa3f296f96ac2162c4c;p=platform%2Fadaptation%2Fsystem-plugin.git Rename system-plugin-init_wrapper as system-plugin-feature-init_wrapper Change-Id: I647f7425c8ac16a41a8cf7e49a90889acf1d05eb Signed-off-by: Hyotaek Shim --- diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 83db517..7215a18 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -104,14 +104,6 @@ BuildArch: noarch %description profile_ivi This package provides ivi specific system configuration files. -%package init_wrapper -Summary: Support init.wrapper booting. -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description init_wrapper -This package provides init.wrapper and init symlink file for init wrapper booting. - ################################################################### ###################### Newly-created RPMs ######################### ################################################################### @@ -165,6 +157,14 @@ BuildArch: noarch %description config-udev-sdbd This package provides configuration files to trigger sdb with udev rule. +%package feature-init_wrapper +Summary: Support init.wrapper booting. +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description feature-init_wrapper +This package provides init.wrapper and init symlink file for init wrapper booting. + %package feature-liblazymount Summary: Library for lazy mount feature Requires(post): /usr/bin/vconftool @@ -431,14 +431,6 @@ systemctl daemon-reload %{_prefix}/lib/udev/rules.d/99-usb-ethernet.rules %{_bindir}/usb_net_init.sh -%files init_wrapper -%license LICENSE.Apache-2.0 -%{_sbindir}/init.wrapper - -%posttrans init_wrapper -rm -f /sbin/init -ln -s /sbin/init.wrapper /sbin/init - ################################################################### ###################### Newly-created RPMs ######################### ################################################################### @@ -494,6 +486,14 @@ ln -s /sbin/init.wrapper /sbin/init %{_bindir}/sdb-mode.sh %{_prefix}/lib/udev/rules.d/99-sdb-extcon.rules +%files feature-init_wrapper +%license LICENSE.Apache-2.0 +%{_sbindir}/init.wrapper + +%posttrans feature-init_wrapper +rm -f /sbin/init +ln -s /sbin/init.wrapper /sbin/init + %files feature-liblazymount #%defattr(-,root,root,-) #%{_libdir}/liblazymount.so.*