Commit 0ec1d8b2 authored by Konstantin Baev's avatar Konstantin Baev

3.1-alt3

- Minor bugfix
parent b5d6062b
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Name: etercifs Name: etercifs
Version: 3.1 Version: 3.1
Release: alt2 Release: alt3
Summary: Advanced Common Internet File System for Linux with Etersoft extension Summary: Advanced Common Internet File System for Linux with Etersoft extension
...@@ -154,6 +154,9 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat ...@@ -154,6 +154,9 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat
%kernel_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2 %kernel_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2
%changelog %changelog
* Wed Oct 08 2008 Konstantin Baev <kipruss@altlinux.org> 3.1-alt3
- Minor bugfix
* Wed Oct 08 2008 Konstantin Baev <kipruss@altlinux.org> 3.1-alt2 * Wed Oct 08 2008 Konstantin Baev <kipruss@altlinux.org> 3.1-alt2
- Fixed part 2 of bug Eter#2553 - Fixed part 2 of bug Eter#2553
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
. ./functions.sh . ./functions.sh
MODULEFILENAME=etercifs.ko MODULEFILENAME=etercifs.ko
[ -n "$KERNELVERSION"] || KERNELVERSION=`uname -r` [ -n "$KERNELVERSION" ] || KERNELVERSION=`uname -r`
KERNEL=${KERNELVERSION%%-*} KERNEL=${KERNELVERSION%%-*}
get_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet for kernel sources" get_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet for kernel sources"
......
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