diff --git a/scst.spec.in b/scst.spec.in index 6186d106a..c1ca942ed 100644 --- a/scst.spec.in +++ b/scst.spec.in @@ -12,7 +12,7 @@ %{echo:kversion=%{kversion} } # kernel_rpm: Name of the kernel RPM if the kernel is available as an RPM. -# krpmver: Version of the kernel RPM. Not necessarily identical to %{kversion}. +# krpmver: Version of the kernel RPM. Not necessarily identical to kversion. %if %{expand:%%(rpm --quiet -qf /lib/modules/%{kversion}/kernel/arch 2>/dev/null; echo $((1-$?)))} %define kernel_rpm %{expand:%%( diff --git a/scstadmin/scstadmin.spec.in b/scstadmin/scstadmin.spec.in index a3c8afa67..086aa6f76 100644 --- a/scstadmin/scstadmin.spec.in +++ b/scstadmin/scstadmin.spec.in @@ -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,