diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2016-12-20 16:01:05 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2016-12-20 17:58:45 +0900 |
commit | 9ce7b946b0aeb3c5ef9f6bc4033c5aedecb009ec (patch) | |
tree | 3f0757e7011922697994c766070c891cb6b802d0 /packaging | |
parent | 1dd43a15e864eb2d2a2a0b109c55e44c229d7bc1 (diff) | |
download | system-plugin-9ce7b946b0aeb3c5ef9f6bc4033c5aedecb009ec.tar.gz system-plugin-9ce7b946b0aeb3c5ef9f6bc4033c5aedecb009ec.tar.bz2 system-plugin-9ce7b946b0aeb3c5ef9f6bc4033c5aedecb009ec.zip |
system-upgrade: patch for normal imagesubmit/tizen_3.0/20161220.090555submit/tizen_3.0.m2/20170104.093748accepted/tizen/3.0/wearable/20161221.010557accepted/tizen/3.0/tv/20161221.010641accepted/tizen/3.0/mobile/20161221.011431accepted/tizen/3.0/ivi/20161221.010849accepted/tizen/3.0/common/20161221.181219accepted/tizen/3.0.m2/wearable/20170104.101018accepted/tizen/3.0.m2/tv/20170104.100421accepted/tizen/3.0.m2/mobile/20170104.100239tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobile
The system-upgrade package is going to be included into normal
image; and the upgrade image will be created by specific script
(make_upgrade_image.sh).
Change-Id: I2fa5eefdda8dbfede433cf0e1ab7101bca50e9ca
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/system-plugin.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 878865a..06a1e97 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -184,8 +184,6 @@ mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants install -m 644 units/init-update.service %{buildroot}%{_unitdir} install -m 644 units/offline-update.service %{buildroot}%{_unitdir} ln -s ../init-update.service %{buildroot}%{_unitdir}/system-update.target.wants/init-update.service -ln -s %{_datadir}/upgrade %{buildroot}/system-update -install -m 644 rules/99-sdb-switch.rules %{buildroot}%{_prefix}/lib/udev/rules.d/ ln -s ../getty.target %{buildroot}%{_unitdir}/system-update.target.wants # ivi @@ -309,8 +307,6 @@ mv %{_sysconfdir}/fstab_lazymnt %{_sysconfdir}/fstab #%{_unitdir}/system-update.target.wants/offline-update.service %{_unitdir}/system-update.target.wants/init-update.service %{_unitdir}/system-update.target.wants/getty.target -/system-update -%{_prefix}/lib/udev/rules.d/99-sdb-switch.rules %files -n systemd-user-helper %manifest systemd-user-helper.manifest |