Commit b5d6062b authored by Konstantin Baev's avatar Konstantin Baev

3.1-alt2

- Fixed part 2 of bug Eter#2553
parent 1a27ac5c
......@@ -16,7 +16,7 @@
Name: etercifs
Version: 3.1
Release: alt1
Release: alt2
Summary: Advanced Common Internet File System for Linux with Etersoft extension
......@@ -89,6 +89,7 @@ This package has Etersoft's patches for WINE@Etersoft sharing access support.
%package -n %src_package_name
Version: %src_package_version
Release: alt1
Summary: Advanced Common Internet File System for Linux with Etersoft extension - module sources
Group: Development/Kernel
BuildArch: noarch
......@@ -153,6 +154,9 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat
%kernel_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2
%changelog
* Wed Oct 08 2008 Konstantin Baev <kipruss@altlinux.org> 3.1-alt2
- Fixed part 2 of bug Eter#2553
* Tue Oct 07 2008 Konstantin Baev <kipruss@altlinux.org> 3.1-alt1
- Fixed part 1 of bug Eter#2553
- Added usage Generic for etercifs sources
......
......@@ -8,10 +8,11 @@
. ./functions.sh
MODULEFILENAME=etercifs.ko
KERNELVERSION=$(uname -r)
[ -n "$KERNELVERSION"] || KERNELVERSION=`uname -r`
KERNEL=${KERNELVERSION%%-*}
get_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet"
get_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet for kernel sources"
get_etercifs_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet for etercifs sources"
[ -n "`ls $ETERCIFS_SOURCES_LIST`" ] || fatal "Etercifs kernel module sources does not installed!"
......
Generic /usr/src/kernel/sources/kernel-source-etercifs*
ALTLinux /usr/src/kernel/sources/kernel-source-etercifs*
Ubuntu /usr/src/kernel/sources/kernel-source-etercifs*
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment