Commit a3c480b0 authored by Konstantin Baev's avatar Konstantin Baev

3.4-alt1

- Fix error while building module in MOPSLinux - update sources/2.6.27
parent 3a880548
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
%define src_2_6_27_version 1.54 %define src_2_6_27_version 1.54
Name: etercifs Name: etercifs
Version: 3.3 Version: 3.4
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
...@@ -107,6 +107,10 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi ...@@ -107,6 +107,10 @@ cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_versi
%_initdir/%name.outformat %_initdir/%name.outformat
%changelog %changelog
* Tue Oct 21 2008 Konstantin Baev <kipruss@altlinux.org> 3.4-alt1
- Fix error while building module in MOPSLinux
- update sources/2.6.27
* Fri Oct 10 2008 Konstantin Baev <kipruss@altlinux.org> 3.3-alt1 * Fri Oct 10 2008 Konstantin Baev <kipruss@altlinux.org> 3.3-alt1
- move sources into etercifs rmp package - move sources into etercifs rmp package
- delete Requires - delete Requires
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
MODULEFILENAME=etercifs.ko MODULEFILENAME=etercifs.ko
[ -n "$KERNELVERSION" ] || KERNELVERSION=`uname -r` [ -n "$KERNELVERSION" ] || KERNELVERSION=`uname -r`
KERNEL=${KERNELVERSION%%-*} KERNEL=`echo $KERNELVERSION | sed 's/\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/'`
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