diff options
author | François Andriot <[email protected]> | 2016-10-15 11:32:42 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2016-10-15 11:32:42 +0200 |
commit | 27eec5680d91fb80cf6da2bc4932fd4a024d92c3 (patch) | |
tree | f77d2781dce1c4044f9e1daf5f9f5ab549fd5224 /redhat/applications | |
parent | 638ac6d0735dd47698cfad8b868130bf50218428 (diff) | |
download | tde-packaging-27eec5680d91fb80cf6da2bc4932fd4a024d92c3.tar.gz tde-packaging-27eec5680d91fb80cf6da2bc4932fd4a024d92c3.zip |
RPM packaging: fix more k3b dependencies to build on OBS
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/k3b/k3b-14.0.0.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redhat/applications/k3b/k3b-14.0.0.spec b/redhat/applications/k3b/k3b-14.0.0.spec index cb5698755..4a4eee1c1 100644 --- a/redhat/applications/k3b/k3b-14.0.0.spec +++ b/redhat/applications/k3b/k3b-14.0.0.spec @@ -108,6 +108,12 @@ BuildRequires: gamin-devel # OPENSSL support BuildRequires: openssl-devel +# ACL support +BuildRequires: libacl-devel + +# ATTR support +BuildRequires: libattr-devel + Requires(post): coreutils Requires(postun): coreutils |