Rename system-plugin-init_wrapper as system-plugin-feature-init_wrapper 34/165134/2 accepted/tizen/unified/20180102.070218 submit/tizen/20171226.110151 submit/tizen/20180102.051015
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 26 Dec 2017 10:54:03 +0000 (19:54 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 26 Dec 2017 10:56:05 +0000 (19:56 +0900)
Change-Id: I647f7425c8ac16a41a8cf7e49a90889acf1d05eb
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/system-plugin.spec

index 83db517..7215a18 100644 (file)
@@ -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.*