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
20abfcb0
Commit
20abfcb0
authored
Nov 04, 2008
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove (temporary?) running testbuild while build rpm
Fix minor bugs Remove BuildRequires (which has been set temporary)
parent
d82aa343
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
etercifs.spec
etercifs.spec
+0
-5
etercifs.init
etercifs/etercifs.init
+1
-1
No files found.
etercifs.spec
View file @
20abfcb0
...
...
@@ -33,8 +33,6 @@ Url: ftp://updates.etersoft.ru/pub/Etersoft/CIFS@Etersoft/
BuildArch: noarch
BuildRequires: kernel-headers-modules-std-def kernel-headers-modules-std-ll kernel-headers-modules-std-srv kernel-headers-modules-std-pae kernel-headers-modules-ovz-smp
Source: %name-%version.tar.bz2
Source1: %src_package_name-legacy-%src_legacy_version.tar.bz2
Source23: %src_package_name-2.6.23-%src_2_6_23_version.tar.bz2
...
...
@@ -95,8 +93,6 @@ cp %SOURCE24 %buildroot/%etercifs_src/%src_package_name-2.6.24-%src_2_6_24_versi
cp %SOURCE25 %buildroot/%etercifs_src/%src_package_name-2.6.25-%src_2_6_25_version.tar.bz2
cp %SOURCE26 %buildroot/%etercifs_src/%src_package_name-2.6.26-%src_2_6_26_version.tar.bz2
cp %SOURCE27 %buildroot/%etercifs_src/%src_package_name-2.6.27-%src_2_6_27_version.tar.bz2
cd %buildroot%_datadir/%name
KERNEL_SRC_LIST=/usr/src/* TESTBUILD=1 ETERCIFS_SOURCES_LIST=sources/kernel-source-etercifs* sh ./buildmodule.sh
%post
%post_service %name
...
...
@@ -116,7 +112,6 @@ KERNEL_SRC_LIST=/usr/src/* TESTBUILD=1 ETERCIFS_SOURCES_LIST=sources/kernel-sour
- code refactoring near finction.sh and buildmodule.sh
- add option 'testbuild' in rc-script and now able the command:
service etercifs testbuild
- run testbuild while build rpm
* Thu Oct 30 2008 Konstantin Baev <kipruss@altlinux.org> 3.7.0-alt1
- Add building module on installing rpm
...
...
etercifs/etercifs.init
View file @
20abfcb0
...
...
@@ -204,6 +204,6 @@ case "$1" in
fi
;;
*
)
echo
"Usage: etercifs {start|stop|restart|build|condrestart|condstop|status}"
echo
"Usage: etercifs {start|stop|restart|build|
testbuild|
condrestart|condstop|status}"
esac
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