diff options
author | Milind Changire <mchangir@redhat.com> | 2016-08-17 13:08:41 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-08-23 07:17:07 -0700 |
commit | 1c4c75c358df745cc73b73bf2ee08e5c5d0b598f (patch) | |
tree | 45b1384ed1063105f9247022d6b4cbdd86a34314 /glusterfs.spec.in | |
parent | 99e2438a1f42abdac316ae0f92497329733a20f3 (diff) |
build: add dependency for psmisc for fuse
Add package dependency for psmisc for client package fuse
for the killall utility. killall is referenced in the gluster
logrotate config file.
Change-Id: I4cc95fe4aaa52faf8f384b9834654d3d928c252d
BUG: 1367665
Signed-off-by: Milind Changire <mchangir@redhat.com>
Reviewed-on: http://review.gluster.org/15184
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index b3fe0d5fb87..9816c1d15fb 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -341,6 +341,7 @@ Summary: Fuse client Group: Applications/File BuildRequires: fuse-devel Requires: attr +Requires: psmisc Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-client-xlators%{?_isa} = %{version}-%{release} @@ -1235,6 +1236,9 @@ exit 0 %endif %changelog +* Mon Aug 22 2016 Milind Changire <mchangir@redhat.com> +- Add psmisc as dependency for glusterfs-fuse for killall command (#1367665) + * Thu Aug 4 2016 Jiffin Tony Thottan <jthottan@redhat.com> - Remove ganesha.so from client xlators |