diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-12-26 19:46:59 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-12-26 19:46:59 +0900 |
commit | 804e32e2d537261c4cf60e1a6959a99ad976b88e (patch) | |
tree | d59be93f5ee213573556b53367245d88d701db93 | |
parent | d22b7faa2a1104471f8312fa96517e209ba8e23e (diff) | |
download | system-plugin-804e32e2d537261c4cf60e1a6959a99ad976b88e.tar.gz system-plugin-804e32e2d537261c4cf60e1a6959a99ad976b88e.tar.bz2 system-plugin-804e32e2d537261c4cf60e1a6959a99ad976b88e.zip |
Remove the deprecated system-plugin-headless package
Change-Id: I8d21b7c55054bfbde1ad247e0f463e7b03f60377
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 2ed93a8..83db517 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -7,7 +7,7 @@ Name: system-plugin Summary: Target specific system configuration files Version: 0.1 Release: 1 -Group: Base/Startup +Group: Base/Startup License: Apache-2.0 Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.manifest @@ -112,14 +112,6 @@ BuildArch: noarch %description init_wrapper This package provides init.wrapper and init symlink file for init wrapper booting. -%package headless -Summary: Support headless device. -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description headless -This package provides the functions for headless device. - ################################################################### ###################### Newly-created RPMs ######################### ################################################################### @@ -447,12 +439,6 @@ systemctl daemon-reload rm -f /sbin/init ln -s /sbin/init.wrapper /sbin/init -%files headless -%license LICENSE.Apache-2.0 -%{_bindir}/sdb-mode.sh -%{_prefix}/lib/udev/rules.d/99-sdb-switch.rules -%{_sysconfdir}/profile.d/headless_env.sh - ################################################################### ###################### Newly-created RPMs ######################### ################################################################### |