From: Hyotaek Shim Date: Tue, 26 Dec 2017 10:46:59 +0000 (+0900) Subject: Remove the deprecated system-plugin-headless package X-Git-Tag: submit/tizen/20171226.110151~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F165133%2F1;p=platform%2Fadaptation%2Fsystem-plugin.git Remove the deprecated system-plugin-headless package Change-Id: I8d21b7c55054bfbde1ad247e0f463e7b03f60377 Signed-off-by: Hyotaek Shim --- 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 ######################### ###################################################################