Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2018-11-03 17:09:37 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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:%%(

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,