rpms/mlocate/devel .cvsignore, 1.7, 1.8 mlocate.cron, 1.1, 1.2 mlocate.spec, 1.13, 1.14 sources, 1.7, 1.8

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Fri Aug 24 23:32:25 UTC 2007


Author: mitr

Update of /cvs/pkgs/rpms/mlocate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21588

Modified Files:
	.cvsignore mlocate.cron mlocate.spec sources 
Log Message:
* Sat Aug 25 2007 Miloslav Trmač <mitr at redhat.com> - 0.18-1
- Update to mlocate-0.18
- Run updatedb with reduced I/O priority
  Resolves: #254165



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mlocate/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	25 Apr 2007 17:22:37 -0000	1.7
+++ .cvsignore	24 Aug 2007 23:31:53 -0000	1.8
@@ -1 +1 @@
-mlocate-0.17.tar.bz2
+mlocate-0.18.tar.bz2


Index: mlocate.cron
===================================================================
RCS file: /cvs/pkgs/rpms/mlocate/devel/mlocate.cron,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mlocate.cron	10 Nov 2005 01:52:16 -0000	1.1
+++ mlocate.cron	24 Aug 2007 23:31:53 -0000	1.2
@@ -1,4 +1,5 @@
 #!/bin/sh
 nodevs=$(< /proc/filesystems awk '$1 == "nodev" { print $2 }')
 renice +19 -p $$ >/dev/null 2>&1
+ionice -c2 -n7 -p $$ >/dev/null 2>&1
 /usr/bin/updatedb -f "$nodevs"


Index: mlocate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mlocate/devel/mlocate.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mlocate.spec	25 Apr 2007 17:22:37 -0000	1.13
+++ mlocate.spec	24 Aug 2007 23:31:53 -0000	1.14
@@ -1,6 +1,6 @@
 Summary: An utility for finding files by name
 Name: mlocate
-Version: 0.17
+Version: 0.18
 Release: 1
 License: GPLv2
 Group: Applications/System
@@ -66,6 +66,11 @@
 %ghost /var/lib/mlocate/mlocate.db
 
 %changelog
+* Sat Aug 25 2007 Miloslav Trmač <mitr at redhat.com> - 0.18-1
+- Update to mlocate-0.18
+- Run updatedb with reduced I/O priority
+  Resolves: #254165
+
 * Wed Apr 25 2007 Miloslav Trmac <mitr at redhat.com> - 0.17-1
 - Update to mlocate-0.17
   Resolves: #237120


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mlocate/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	25 Apr 2007 17:22:37 -0000	1.7
+++ sources	24 Aug 2007 23:31:53 -0000	1.8
@@ -1 +1 @@
-e8fc089a235a4a7bf9bfbc536c17116c  mlocate-0.17.tar.bz2
+c4352d10b47e569297caedd2c2d22675  mlocate-0.18.tar.bz2




More information about the fedora-extras-commits mailing list