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
ad4ba0af
Commit
ad4ba0af
authored
Oct 07, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.1-alt1
- Fixed part 1 of bug Eter#2553 - Added usage Generic for etercifs sources
parent
75a80156
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
etercifs.spec
etercifs.spec
+5
-1
buildmodule.sh
etercifs/buildmodule.sh
+1
-3
No files found.
etercifs.spec
View file @
ad4ba0af
...
...
@@ -15,7 +15,7 @@
%define src_package_version 1.50c
Name: etercifs
Version: 3.
0
Version: 3.
1
Release: alt1
Summary: Advanced Common Internet File System for Linux with Etersoft extension
...
...
@@ -153,6 +153,10 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat
%kernel_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2
%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
- Up version to 2.0
- changed flag in /fs/cifs/file.c
...
...
etercifs/buildmodule.sh
View file @
ad4ba0af
...
...
@@ -9,9 +9,7 @@
MODULEFILENAME
=
etercifs.ko
KERNELVERSION
=
$(
uname
-r
)
# TODO: use regexp
KERNEL
=
${
KERNELVERSION
:0:
(
`
expr
index
"
$KERNELVERSION
"
-
`
-1)
}
KERNEL
=
${
KERNELVERSION
%%-*
}
get_src_dir
||
fatal
"Distro
$(
$DISTR_VENDOR
-e
)
is not supported yet"
...
...
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