Browse Source

fix sleep time

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8012 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
9456e32a54
1 changed files with 6 additions and 1 deletions
  1. 6 1
      a/autofs/autofs-vl.spec

+ 6 - 1
a/autofs/autofs-vl.spec

@@ -2,7 +2,7 @@ Summary: A tool for automatically mounting and unmounting filesystems.
 Summary(ja): 自動的にファイルシステムをマウント/アンマウントするツール
 Name: autofs
 Version: 5.0.8
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Epoch: 1
 License: GPL
 Group: System Environment/Daemons
@@ -19,6 +19,7 @@ Patch3: autofs-5.0.8-fix-task-manager-not-getting-signaled.patch
 ## Vine Patch(es)
 Patch100: autofs-3.1.7-initdir.patch
 Patch101: autofs-5.0.3-rc.autofs_LSB.patch
+Patch102: autofs-5.0.8-fix-initscript-vine.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: openldap-devel
@@ -69,6 +70,7 @@ if [ "%{_initdir}" = "/etc/rc.d/init.d" ]; then
     patch -p1 -b --suffix .initdir < %{PATCH100}
 fi
 %patch101 -p1 -b .lsb
+%patch102 -p1 -b .lsb
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -ggdb"; export CFLAGS
@@ -131,6 +133,9 @@ fi
 
 
 %changelog
+* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.8-2
+- add Patch102 (autofs-5.0.8-fix-initscript-vine.patch)
+
 * Sun Nov 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.8-1
 - new upstream release
 - update upstream patches (Patch1-3)