diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2021-03-05 11:24:04 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2021-03-05 11:24:04 +0900 |
commit | 966590882c920f957e3b0d497ab5e75fbb859245 (patch) | |
tree | 1cc54696d91ce97c0a7fd3fc62ce824a4da784df | |
parent | e578b7f03c849b3bb08a6a071540d69ab6cd9aa8 (diff) | |
download | ecryptfs-utils-966590882c920f957e3b0d497ab5e75fbb859245.tar.gz ecryptfs-utils-966590882c920f957e3b0d497ab5e75fbb859245.tar.bz2 ecryptfs-utils-966590882c920f957e3b0d497ab5e75fbb859245.zip |
Add cryptsetup runtime dependencysubmit/tizen/20210311.043847
This package uses /sbin/cryptsetup.
Change-Id: Icf39d3e163b8ecf0710c6e7e7ffdd2c5bf90d2db
-rw-r--r-- | packaging/ecryptfs-utils.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ecryptfs-utils.spec b/packaging/ecryptfs-utils.spec index 3bc0437..8c1adbe 100644 --- a/packaging/ecryptfs-utils.spec +++ b/packaging/ecryptfs-utils.spec @@ -11,6 +11,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: keyutils Requires: libecryptfs = %{version}-%{release} +Requires: cryptsetup BuildRequires: intltool BuildRequires: python-devel BuildRequires: keyutils-devel |