|
@@ -1,7 +1,7 @@
|
|
Summary: An utility for finding files by name
|
|
Summary: An utility for finding files by name
|
|
Summary(ja): ファイルをファイル名で探すためのユーティリティ
|
|
Summary(ja): ファイルをファイル名で探すためのユーティリティ
|
|
Name: mlocate
|
|
Name: mlocate
|
|
-Version: 0.24
|
|
+Version: 0.26
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv2
|
|
License: GPLv2
|
|
URL: https://fedorahosted.org/mlocate/
|
|
URL: https://fedorahosted.org/mlocate/
|
|
@@ -12,7 +12,7 @@ Source2: mlocate.cron
|
|
Requires(pre): shadow-utils
|
|
Requires(pre): shadow-utils
|
|
Requires(post): grep, sed
|
|
Requires(post): grep, sed
|
|
Provides: bundled(gnulib)
|
|
Provides: bundled(gnulib)
|
|
-Obsoletes: slocate <= 2.7-25vl6
|
|
+Obsoletes: slocate <= 3.1-1vl7
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -56,7 +56,7 @@ if /bin/grep -q '^[^#]*DAILY_UPDATE' %{_sysconfdir}/updatedb.conf; then
|
|
/bin/sed -i.rpmsave -e '/DAILY_UPDATE/s/^/#/' %{_sysconfdir}/updatedb.conf
|
|
/bin/sed -i.rpmsave -e '/DAILY_UPDATE/s/^/#/' %{_sysconfdir}/updatedb.conf
|
|
fi
|
|
fi
|
|
|
|
|
|
-%triggerpostun -- slocate <= 2.7-25vl6
|
|
+%triggerpostun -- slocate <= 3.1-1vl7
|
|
getent group slocate >/dev/null || groupadd -g 21 -r -f slocate
|
|
getent group slocate >/dev/null || groupadd -g 21 -r -f slocate
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
@@ -72,6 +72,10 @@ exit 0
|
|
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
|
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 31 2012 IWAI, Masaharu <iwai@alib.jp> 0.26-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update obsoleted slocate package version: 2.7-25vl6 -> 3.1-1vl7
|
|
|
|
+
|
|
* Mon Aug 15 2011 IWAI, Masaharu <iwai@alib.jp> 0.24-1
|
|
* Mon Aug 15 2011 IWAI, Masaharu <iwai@alib.jp> 0.24-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
- add triggerpostun script: deleting slocate group by slocate package
|
|
- add triggerpostun script: deleting slocate group by slocate package
|