scstadmin.spec: Add /usr/bin/killall to the requirements list

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7603 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-03 23:52:32 +00:00
parent 7e5a0ba300
commit a009f41028
+1 -1
View File
@@ -13,7 +13,7 @@ URL: http://scst.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: yes
Requires: %{expand:%%(for c in rm; do echo -n "$(which $c) "; done)}
Requires: %{expand:%%(for c in killall rm; do echo -n "$(which $c) "; done)}
%description
A tool for configuring SCST via the SCST sysfs interface. Allows to save,