Browse Source

mlocate 0.26-1 (TestPkg)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7277 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
2975ef8be5
1 changed files with 7 additions and 3 deletions
  1. 7 3
      m/mlocate/mlocate-vl.spec

+ 7 - 3
m/mlocate/mlocate-vl.spec

@@ -1,7 +1,7 @@
 Summary: An utility for finding files by name
 Summary(ja): ファイルをファイル名で探すためのユーティリティ
 Name: mlocate
-Version: 0.24
+Version: 0.26
 Release: 1%{?_dist_release}
 License: GPLv2
 URL: https://fedorahosted.org/mlocate/
@@ -12,7 +12,7 @@ Source2: mlocate.cron
 Requires(pre): shadow-utils
 Requires(post): grep, sed
 Provides: bundled(gnulib)
-Obsoletes: slocate <= 2.7-25vl6
+Obsoletes: slocate <= 3.1-1vl7
 
 Vendor: Project Vine
 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
 fi
 
-%triggerpostun -- slocate <= 2.7-25vl6
+%triggerpostun -- slocate <= 3.1-1vl7
 getent group slocate >/dev/null || groupadd -g 21 -r -f slocate
 exit 0
 
@@ -72,6 +72,10 @@ exit 0
 %ghost %{_localstatedir}/lib/mlocate/mlocate.db
 
 %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
 - initial build for Vine Linux
   - add triggerpostun script: deleting slocate group by slocate package