mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
Merge branch 'svn-trunk'
This commit is contained 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:%%(
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user