diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-12-26 19:54:03 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-12-26 19:56:05 +0900 |
commit | 21d1a40fbc0969ca8d569fa3f296f96ac2162c4c (patch) | |
tree | b0a3ada8f8461c47e07348f848f6868e407321c9 | |
parent | 804e32e2d537261c4cf60e1a6959a99ad976b88e (diff) | |
download | system-plugin-21d1a40fbc0969ca8d569fa3f296f96ac2162c4c.tar.gz system-plugin-21d1a40fbc0969ca8d569fa3f296f96ac2162c4c.tar.bz2 system-plugin-21d1a40fbc0969ca8d569fa3f296f96ac2162c4c.zip |
Rename system-plugin-init_wrapper as system-plugin-feature-init_wrappersubmit/tizen/20180102.051015submit/tizen/20171226.110151accepted/tizen/unified/20180102.070218
Change-Id: I647f7425c8ac16a41a8cf7e49a90889acf1d05eb
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 32 |
1 files changed, 16 insertions, 16 deletions
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.* |