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
ca3f1a59
Commit
ca3f1a59
authored
Oct 10, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- move legacy sources into etercifs rpm package
spec: - delete Requires - delete Spec part for ALT Linux with BuildRequires - Url fixed
parent
d7fa5f33
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
21 additions
and
74 deletions
+21
-74
rules
.gear/rules
+1
-1
etercifs.spec
etercifs.spec
+20
-73
AUTHORS
sources/legacy/AUTHORS
+0
-0
CHANGES
sources/legacy/CHANGES
+0
-0
Makefile
sources/legacy/Makefile
+0
-0
Makefile-24
sources/legacy/Makefile-24
+0
-0
README
sources/legacy/README
+0
-0
TODO
sources/legacy/TODO
+0
-0
asn1.c
sources/legacy/asn1.c
+0
-0
cifs_debug.c
sources/legacy/cifs_debug.c
+0
-0
cifs_debug.h
sources/legacy/cifs_debug.h
+0
-0
cifs_dfs_ref.c
sources/legacy/cifs_dfs_ref.c
+0
-0
cifs_fs_sb.h
sources/legacy/cifs_fs_sb.h
+0
-0
cifs_unicode.c
sources/legacy/cifs_unicode.c
+0
-0
cifs_unicode.h
sources/legacy/cifs_unicode.h
+0
-0
cifs_uniupr.h
sources/legacy/cifs_uniupr.h
+0
-0
cifsacl.h
sources/legacy/cifsacl.h
+0
-0
cifsencrypt.c
sources/legacy/cifsencrypt.c
+0
-0
cifsencrypt.h
sources/legacy/cifsencrypt.h
+0
-0
cifsfs.c
sources/legacy/cifsfs.c
+0
-0
cifsfs.h
sources/legacy/cifsfs.h
+0
-0
cifsglob.h
sources/legacy/cifsglob.h
+0
-0
cifspdu.h
sources/legacy/cifspdu.h
+0
-0
cifsproto.h
sources/legacy/cifsproto.h
+0
-0
cifssmb.c
sources/legacy/cifssmb.c
+0
-0
cn_cifs.h
sources/legacy/cn_cifs.h
+0
-0
connect.c
sources/legacy/connect.c
+0
-0
dir.c
sources/legacy/dir.c
+0
-0
export.c
sources/legacy/export.c
+0
-0
fcntl.c
sources/legacy/fcntl.c
+0
-0
file.c
sources/legacy/file.c
+0
-0
inode.c
sources/legacy/inode.c
+0
-0
ioctl.c
sources/legacy/ioctl.c
+0
-0
link.c
sources/legacy/link.c
+0
-0
md4.c
sources/legacy/md4.c
+0
-0
md5.c
sources/legacy/md5.c
+0
-0
md5.h
sources/legacy/md5.h
+0
-0
misc.c
sources/legacy/misc.c
+0
-0
netmisc.c
sources/legacy/netmisc.c
+0
-0
nterr.c
sources/legacy/nterr.c
+0
-0
nterr.h
sources/legacy/nterr.h
+0
-0
ntlmssp.h
sources/legacy/ntlmssp.h
+0
-0
readdir.c
sources/legacy/readdir.c
+0
-0
rfc1002pdu.h
sources/legacy/rfc1002pdu.h
+0
-0
sess.c
sources/legacy/sess.c
+0
-0
smbdes.c
sources/legacy/smbdes.c
+0
-0
smbencrypt.c
sources/legacy/smbencrypt.c
+0
-0
smberr.h
sources/legacy/smberr.h
+0
-0
transport.c
sources/legacy/transport.c
+0
-0
xattr.c
sources/legacy/xattr.c
+0
-0
No files found.
.gear/rules
View file @
ca3f1a59
tar.bz2:
cifs
name=kernel-source-etercifs-legacy-1.50c
tar.bz2:
sources/legacy
name=kernel-source-etercifs-legacy-1.50c
tar.bz2: etercifs
etercifs.spec
View file @
ca3f1a59
...
...
@@ -15,7 +15,7 @@
%define src_package_version 1.50c
Name: etercifs
Version: 3.
2
Version: 3.
3
Release: alt2
Summary: Advanced Common Internet File System for Linux with Etersoft extension
...
...
@@ -24,42 +24,13 @@ Packager: Konstantin Baev <kipruss@altlinux.org>
License: GPLv2
Group: System/Kernel and hardware
Url:
http://git.etersoft.ru
/
Url:
ftp://updates.etersoft.ru/pub/Etersoft/CIFS@Etersoft
/
BuildArch: noarch
#Source: ftp://updates.etersoft.ru/pub/Etersoft/WINE@Etersoft/sources/tarball/%name-%version.tar.bz2
#Source1: http://pserver.samba.org/samba/ftp/cifs-cvs/cifs-%version.tar.bz2
Source: %name-%version.tar.bz2
Source1: %src_package_name-%src_package_version.tar.bz2
# Spec part for ALT Linux
%if %_vendor == "alt"
BuildRequires: kernel-build-tools
BuildRequires: kernel-headers-modules-std-def
#BuildRequires: kernel-headers-modules-std-smp kernel-headers-modules-ovz-smp kernel-headers-modules-std-def
# do not work?
%ifarch x86_64
# Don't know if ifnarch exist
BuildRequires: kernel-headers-modules-std-smp
%else
#BuildRequires: kernel-headers-modules-std-pae
%endif
%endif
%if %_vendor == "suse"
# due kernel dependencies
AutoReq: no
%endif
Requires: kernel-source-etercifs-legacy
Requires: kernel-source-etercifs-2.6.23
Requires: kernel-source-etercifs-2.6.24
Requires: kernel-source-etercifs-2.6.25
ExclusiveOS: Linux
Conflicts: linux-cifs
%description
...
...
@@ -85,48 +56,10 @@ though.
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
Conflicts: kernel-source-linux-cifs-legacy
%description -n %src_package_name
The CIFS VFS is a virtual file system for Linux to allow access to
servers and storage appliances compliant with the SNIA CIFS Specification
version 1.0 or later.
Popular servers such as Samba, Windows 2000, Windows XP and many others
support CIFS by default.
The CIFS VFS provides some support for older servers based on the more
primitive SMB (Server Message Block) protocol (you also can use the Linux
file system smbfs as an alternative for accessing these).
CIFS VFS is designed to take advantage of advanced network file system
features such as locking, Unicode (advanced internationalization),
hardlinks, dfs (hierarchical, replicated name space), distributed caching
and uses native TCP names (rather than RFC1001, Netbios names).
Unlike some other network file systems all key network function including
authentication is provided in kernel (and changes to mount and/or a mount
helper file are not required in order to enable the CIFS VFS). With the
addition of upcoming improvements to the mount helper (mount.cifs) the
CIFS VFS will be able to take advantage of the new CIFS URL specification
though.
This package has Etersoft's patches for WINE@Etersoft sharing access support.
%prep
%setup -q
%install
mkdir -p %kernel_srcdir
cp %SOURCE1 %kernel_srcdir/%src_package_name-%src_package_version.tar.bz2
for N in `seq 18 22`
do
ln -s %src_package_name-%src_package_version.tar.bz2 %kernel_srcdir/kernel-source-etercifs-2.6.$N-%src_package_version.tar.bz2
done
mkdir -p %buildroot%_datadir/%name
install -m644 buildmodule.sh kernel_src.list etercifs_src.list %buildroot%_datadir/%name
install -m755 distr_vendor %buildroot%_datadir/%name
...
...
@@ -138,6 +71,15 @@ sed -e "s|@DATADIR@|%_datadir/%name|g" < %name.init > %name.init.repl
install -m755 %name.init.repl %buildroot%_initdir/%name
install -m755 %name.outformat %buildroot%_initdir/%name.outformat
%define etercifs_src %_datadir/%name/sources
mkdir -p %buildroot/%etercifs_src
cp %SOURCE1 %buildroot/%etercifs_src/%src_package_name-%src_package_version.tar.bz2
for N in `seq 18 22`
do
ln -s %src_package_name-%src_package_version.tar.bz2 %buildroot/%etercifs_src/kernel-source-etercifs-2.6.$N-%src_package_version.tar.bz2
done
%post
%post_service %name
...
...
@@ -149,12 +91,17 @@ install -m755 %name.outformat %buildroot%_initdir/%name.outformat
%_datadir/%name/*
%_initdir/%name
%_initdir/%name.outformat
%files -n %src_package_name
%attr(0644,root,root) %kernel_src/%src_package_name-%src_package_version.tar.bz2
%kernel_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2
%etercifs_src
%etercifs_src/%src_package_name-%src_package_version.tar.bz2
%etercifs_src/kernel-source-etercifs-2.6.??-%src_package_version.tar.bz2
%changelog
* Fri Oct 10 2008 Konstantin Baev <kipruss@altlinux.org> 3.2-alt3
- move sources into etercifs rmp package
- delete Requires
- delete Spec part for ALT Linux with BuildRequires
- Url fixed
* Thu Oct 09 2008 Konstantin Baev <kipruss@altlinux.org> 3.2-alt2
- remove Requires: rpm-build-compat
- add distr_vendor into package
...
...
cifs
/AUTHORS
→
sources/legacy
/AUTHORS
View file @
ca3f1a59
File moved
cifs
/CHANGES
→
sources/legacy
/CHANGES
View file @
ca3f1a59
File moved
cifs
/Makefile
→
sources/legacy
/Makefile
View file @
ca3f1a59
File moved
cifs
/Makefile-24
→
sources/legacy
/Makefile-24
View file @
ca3f1a59
File moved
cifs
/README
→
sources/legacy
/README
View file @
ca3f1a59
File moved
cifs
/TODO
→
sources/legacy
/TODO
View file @
ca3f1a59
File moved
cifs
/asn1.c
→
sources/legacy
/asn1.c
View file @
ca3f1a59
File moved
cifs
/cifs_debug.c
→
sources/legacy
/cifs_debug.c
View file @
ca3f1a59
File moved
cifs
/cifs_debug.h
→
sources/legacy
/cifs_debug.h
View file @
ca3f1a59
File moved
cifs
/cifs_dfs_ref.c
→
sources/legacy
/cifs_dfs_ref.c
View file @
ca3f1a59
File moved
cifs
/cifs_fs_sb.h
→
sources/legacy
/cifs_fs_sb.h
View file @
ca3f1a59
File moved
cifs
/cifs_unicode.c
→
sources/legacy
/cifs_unicode.c
View file @
ca3f1a59
File moved
cifs
/cifs_unicode.h
→
sources/legacy
/cifs_unicode.h
View file @
ca3f1a59
File moved
cifs
/cifs_uniupr.h
→
sources/legacy
/cifs_uniupr.h
View file @
ca3f1a59
File moved
cifs
/cifsacl.h
→
sources/legacy
/cifsacl.h
View file @
ca3f1a59
File moved
cifs
/cifsencrypt.c
→
sources/legacy
/cifsencrypt.c
View file @
ca3f1a59
File moved
cifs
/cifsencrypt.h
→
sources/legacy
/cifsencrypt.h
View file @
ca3f1a59
File moved
cifs
/cifsfs.c
→
sources/legacy
/cifsfs.c
View file @
ca3f1a59
File moved
cifs
/cifsfs.h
→
sources/legacy
/cifsfs.h
View file @
ca3f1a59
File moved
cifs
/cifsglob.h
→
sources/legacy
/cifsglob.h
View file @
ca3f1a59
File moved
cifs
/cifspdu.h
→
sources/legacy
/cifspdu.h
View file @
ca3f1a59
File moved
cifs
/cifsproto.h
→
sources/legacy
/cifsproto.h
View file @
ca3f1a59
File moved
cifs
/cifssmb.c
→
sources/legacy
/cifssmb.c
View file @
ca3f1a59
File moved
cifs
/cn_cifs.h
→
sources/legacy
/cn_cifs.h
View file @
ca3f1a59
File moved
cifs
/connect.c
→
sources/legacy
/connect.c
View file @
ca3f1a59
File moved
cifs
/dir.c
→
sources/legacy
/dir.c
View file @
ca3f1a59
File moved
cifs
/export.c
→
sources/legacy
/export.c
View file @
ca3f1a59
File moved
cifs
/fcntl.c
→
sources/legacy
/fcntl.c
View file @
ca3f1a59
File moved
cifs
/file.c
→
sources/legacy
/file.c
View file @
ca3f1a59
File moved
cifs
/inode.c
→
sources/legacy
/inode.c
View file @
ca3f1a59
File moved
cifs
/ioctl.c
→
sources/legacy
/ioctl.c
View file @
ca3f1a59
File moved
cifs
/link.c
→
sources/legacy
/link.c
View file @
ca3f1a59
File moved
cifs
/md4.c
→
sources/legacy
/md4.c
View file @
ca3f1a59
File moved
cifs
/md5.c
→
sources/legacy
/md5.c
View file @
ca3f1a59
File moved
cifs
/md5.h
→
sources/legacy
/md5.h
View file @
ca3f1a59
File moved
cifs
/misc.c
→
sources/legacy
/misc.c
View file @
ca3f1a59
File moved
cifs
/netmisc.c
→
sources/legacy
/netmisc.c
View file @
ca3f1a59
File moved
cifs
/nterr.c
→
sources/legacy
/nterr.c
View file @
ca3f1a59
File moved
cifs
/nterr.h
→
sources/legacy
/nterr.h
View file @
ca3f1a59
File moved
cifs
/ntlmssp.h
→
sources/legacy
/ntlmssp.h
View file @
ca3f1a59
File moved
cifs
/readdir.c
→
sources/legacy
/readdir.c
View file @
ca3f1a59
File moved
cifs
/rfc1002pdu.h
→
sources/legacy
/rfc1002pdu.h
View file @
ca3f1a59
File moved
cifs
/sess.c
→
sources/legacy
/sess.c
View file @
ca3f1a59
File moved
cifs
/smbdes.c
→
sources/legacy
/smbdes.c
View file @
ca3f1a59
File moved
cifs
/smbencrypt.c
→
sources/legacy
/smbencrypt.c
View file @
ca3f1a59
File moved
cifs
/smberr.h
→
sources/legacy
/smberr.h
View file @
ca3f1a59
File moved
cifs
/transport.c
→
sources/legacy
/transport.c
View file @
ca3f1a59
File moved
cifs
/xattr.c
→
sources/legacy
/xattr.c
View file @
ca3f1a59
File moved
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