commit | 4d4c21e1dbe315ce118783850ee7645cf8718fcd | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue May 05 19:02:18 2015 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue May 05 19:02:18 2015 -0700 |
tree | c36cbd84301020f26c274ba2adaf9f0437d0eabc | |
parent | b7d68dbd3600c662c630a752baca8cc8ba1d946b [diff] |
vzctl.spec: require attr package It never occured to me that setfattr can not be available, but it happens: # vzctl create ... ... Performing postcreate actions /etc/vz/dists/scripts/postcreate.sh: line 119: setfattr: command not found ... So, let's require it from spec file. This is an addition to commit f537353. Signed-off-by: Kir Kolyshkin <kir@openvz.org>