Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
a3c480b0
Commit
a3c480b0
authored
Oct 21, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.4-alt1
- Fix error while building module in MOPSLinux - update sources/2.6.27
parent
3a880548
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
etercifs.spec
etercifs.spec
+5
-1
buildmodule.sh
etercifs/buildmodule.sh
+1
-1
No files found.
etercifs.spec
View file @
a3c480b0
...
...
@@ -20,7 +20,7 @@
%define src_2_6_27_version 1.54
Name: etercifs
Version: 3.
3
Version: 3.
4
Release: alt1
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
%_initdir/%name.outformat
%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
- move sources into etercifs rmp package
- delete Requires
...
...
etercifs/buildmodule.sh
View file @
a3c480b0
...
...
@@ -9,7 +9,7 @@
MODULEFILENAME
=
etercifs.ko
[
-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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment