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
b5d6062b
Commit
b5d6062b
authored
Oct 08, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.1-alt2
- Fixed part 2 of bug Eter#2553
parent
1a27ac5c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
etercifs.spec
etercifs.spec
+5
-1
buildmodule.sh
etercifs/buildmodule.sh
+3
-2
etercifs_src.list
etercifs/etercifs_src.list
+2
-0
No files found.
etercifs.spec
View file @
b5d6062b
...
...
@@ -16,7 +16,7 @@
Name: etercifs
Version: 3.1
Release: alt
1
Release: alt
2
Summary: Advanced Common Internet File System for Linux with Etersoft extension
...
...
@@ -89,6 +89,7 @@ This package has Etersoft's patches for WINE@Etersoft sharing access support.
%package -n %src_package_name
Version: %src_package_version
Release: alt1
Summary: Advanced Common Internet File System for Linux with Etersoft extension - module sources
Group: Development/Kernel
BuildArch: noarch
...
...
@@ -153,6 +154,9 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat
%kernel_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2
%changelog
* Wed Oct 08 2008 Konstantin Baev <kipruss@altlinux.org> 3.1-alt2
- Fixed part 2 of bug Eter#2553
* 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
...
...
etercifs/buildmodule.sh
View file @
b5d6062b
...
...
@@ -8,10 +8,11 @@
.
./functions.sh
MODULEFILENAME
=
etercifs.ko
KERNELVERSION
=
$(
uname
-r
)
[
-n
"
$KERNELVERSION
"
]
||
KERNELVERSION
=
`
uname
-r
`
KERNEL
=
${
KERNELVERSION
%%-*
}
get_src_dir
||
fatal
"Distro
$(
$DISTR_VENDOR
-e
)
is not supported yet"
get_src_dir
||
fatal
"Distro
$(
$DISTR_VENDOR
-e
)
is not supported yet for kernel sources"
get_etercifs_src_dir
||
fatal
"Distro
$(
$DISTR_VENDOR
-e
)
is not supported yet for etercifs sources"
[
-n
"
`
ls
$ETERCIFS_SOURCES_LIST
`
"
]
||
fatal
"Etercifs kernel module sources does not installed!"
...
...
etercifs/etercifs_src.list
View file @
b5d6062b
Generic /usr/src/kernel/sources/kernel-source-etercifs*
ALTLinux /usr/src/kernel/sources/kernel-source-etercifs*
Ubuntu /usr/src/kernel/sources/kernel-source-etercifs*
\ No newline at end of file
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