Commit ad4ba0af authored by Konstantin Baev's avatar Konstantin Baev

3.1-alt1

- Fixed part 1 of bug Eter#2553 - Added usage Generic for etercifs sources
parent 75a80156
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
%define src_package_version 1.50c %define src_package_version 1.50c
Name: etercifs Name: etercifs
Version: 3.0 Version: 3.1
Release: alt1 Release: alt1
Summary: Advanced Common Internet File System for Linux with Etersoft extension Summary: Advanced Common Internet File System for Linux with Etersoft extension
...@@ -153,6 +153,10 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat ...@@ -153,6 +153,10 @@ 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
* 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
* Wed Oct 01 2008 Konstantin Baev <kipruss@altlinux.org> 3.0-alt1 * Wed Oct 01 2008 Konstantin Baev <kipruss@altlinux.org> 3.0-alt1
- Up version to 2.0 - Up version to 2.0
- changed flag in /fs/cifs/file.c - changed flag in /fs/cifs/file.c
......
...@@ -9,9 +9,7 @@ ...@@ -9,9 +9,7 @@
MODULEFILENAME=etercifs.ko MODULEFILENAME=etercifs.ko
KERNELVERSION=$(uname -r) KERNELVERSION=$(uname -r)
KERNEL=${KERNELVERSION%%-*}
# TODO: use regexp
KERNEL=${KERNELVERSION:0:(`expr index "$KERNELVERSION" -`-1)}
get_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet" get_src_dir || fatal "Distro $($DISTR_VENDOR -e) is not supported yet"
......
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