diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2016-12-19 10:02:42 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2016-12-19 10:30:28 +0900 |
commit | e8c7b2e334149166583eb21e70fa29fcba14cac7 (patch) | |
tree | 34345b364dcc2126a33dc79ff0f00383561c0722 | |
parent | 63cc97bb877b5c18ff6b0a253d0e99f421d4965b (diff) | |
download | system-plugin-e8c7b2e334149166583eb21e70fa29fcba14cac7.tar.gz system-plugin-e8c7b2e334149166583eb21e70fa29fcba14cac7.tar.bz2 system-plugin-e8c7b2e334149166583eb21e70fa29fcba14cac7.zip |
Upgrade: exclude upgrade directory from upgrade packagesubmit/tizen_3.0/20161219.014721accepted/tizen/3.0/wearable/20161219.044912accepted/tizen/3.0/tv/20161219.044854accepted/tizen/3.0/mobile/20161219.044834accepted/tizen/3.0/ivi/20161219.044933accepted/tizen/3.0/common/20161219.113743
Because filesystem install upgrade directory (/usr/share/upgrade),
it doesn't need to be included in system-upgrade package.
Change-Id: Ic245bfbaeddeac24a70c4c95fcde82a45b568432
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 2 | ||||
-rw-r--r-- | upgrade/data/.gitignore | 0 | ||||
-rw-r--r-- | upgrade/scripts/.gitignore | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index ec8a348..878865a 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -303,7 +303,7 @@ mv %{_sysconfdir}/fstab_lazymnt %{_sysconfdir}/fstab %endif %files -n system-upgrade -%{_datadir}/upgrade +%{_datadir}/upgrade/* %{_unitdir}/offline-update.service %{_unitdir}/init-update.service #%{_unitdir}/system-update.target.wants/offline-update.service diff --git a/upgrade/data/.gitignore b/upgrade/data/.gitignore deleted file mode 100644 index e69de29..0000000 --- a/upgrade/data/.gitignore +++ /dev/null diff --git a/upgrade/scripts/.gitignore b/upgrade/scripts/.gitignore deleted file mode 100644 index e69de29..0000000 --- a/upgrade/scripts/.gitignore +++ /dev/null |