|
@@ -1,20 +1,20 @@
|
|
Summary: A tool for automatically mounting and unmounting filesystems.
|
|
Summary: A tool for automatically mounting and unmounting filesystems.
|
|
Summary(ja): 自動的にファイルシステムをマウント/アンマウントするツール
|
|
Summary(ja): 自動的にファイルシステムをマウント/アンマウントするツール
|
|
Name: autofs
|
|
Name: autofs
|
|
-Version: 5.0.8
|
|
+Version: 5.1.0
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Epoch: 1
|
|
Epoch: 1
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: daisuke, kenta
|
|
+Packager: daisuke, kenta, shaolin
|
|
|
|
|
|
-Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/autofs-%{version}.tar.xz
|
|
+Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.xz
|
|
# upstream patches
|
|
# upstream patches
|
|
-Patch1: autofs-5.0.8-fix-undefined-authtype_requires_creds-err-if-ldap-en.patch
|
|
+#Patch1: autofs-5.0.8-fix-undefined-authtype_requires_creds-err-if-ldap-en.patch
|
|
-Patch2: autofs-5.0.8-fix-master-map-type-check.patch
|
|
+#Patch2: autofs-5.0.8-fix-master-map-type-check.patch
|
|
-Patch3: autofs-5.0.8-fix-task-manager-not-getting-signaled.patch
|
|
+#Patch3: autofs-5.0.8-fix-task-manager-not-getting-signaled.patch
|
|
|
|
|
|
## Vine Patch(es)
|
|
## Vine Patch(es)
|
|
Patch100: autofs-3.1.7-initdir.patch
|
|
Patch100: autofs-3.1.7-initdir.patch
|
|
@@ -61,9 +61,9 @@ automount デーモンは,ファイルシステムを使う時に自動的に
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
echo %{version}-%{release} > .version
|
|
echo %{version}-%{release} > .version
|
|
-%patch1 -p1
|
|
+#%patch1 -p1
|
|
-%patch2 -p1
|
|
+#%patch2 -p1
|
|
-%patch3 -p1
|
|
+#%patch3 -p1
|
|
|
|
|
|
## Vine Patch(es)
|
|
## Vine Patch(es)
|
|
if [ "%{_initdir}" = "/etc/rc.d/init.d" ]; then
|
|
if [ "%{_initdir}" = "/etc/rc.d/init.d" ]; then
|
|
@@ -119,6 +119,7 @@ fi
|
|
%doc samples/*
|
|
%doc samples/*
|
|
%doc README README.*
|
|
%doc README README.*
|
|
%config %{_initdir}/autofs
|
|
%config %{_initdir}/autofs
|
|
|
|
+%config(noreplace) /etc/autofs.conf
|
|
%config(noreplace,missingok) /etc/auto.master
|
|
%config(noreplace,missingok) /etc/auto.master
|
|
%config(noreplace,missingok) /etc/auto.misc
|
|
%config(noreplace,missingok) /etc/auto.misc
|
|
%config(noreplace,missingok) /etc/auto.net
|
|
%config(noreplace,missingok) /etc/auto.net
|
|
@@ -133,6 +134,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jun 17 2014 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.1.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- Patch[123] removed (already in the upstream)
|
|
|
|
+
|
|
* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.8-2
|
|
* 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)
|
|
- add Patch102 (autofs-5.0.8-fix-initscript-vine.patch)
|
|
|
|
|