diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-08-07 15:00:34 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-08-07 15:00:34 +0900 |
commit | 423dd81ab03151320b3802c978a09d79c061e386 (patch) | |
tree | 5ff3548e8e925578714d0ef1d7a44c7298da1631 | |
parent | 091eca9bbfe09099958e1454d6c3774cebb3c14a (diff) | |
download | system-plugin-423dd81ab03151320b3802c978a09d79c061e386.tar.gz system-plugin-423dd81ab03151320b3802c978a09d79c061e386.tar.bz2 system-plugin-423dd81ab03151320b3802c978a09d79c061e386.zip |
Add dependency to e2fsprogs for image reduction rpm
Change-Id: I8c3eb8b875084db79c665b506c2d10f00740f7e6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 2bf9e5e..6bca532 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -96,6 +96,7 @@ Development library for lazy mount feature. It supports some interface functions Summary: System configuration files for reducing image size Requires: %{name} = %{version}-%{release} Requires: dbus +Requires: e2fsprogs BuildArch: noarch %description feature-image-reduction |