rpms/e2fsprogs/devel e2fsprogs-1.40.4-uuidd-tidy.patch, 1.1, 1.2 e2fsprogs.spec, 1.92, 1.93

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Tue Jan 15 18:16:53 UTC 2008


Author: sandeen

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

Modified Files:
	e2fsprogs-1.40.4-uuidd-tidy.patch e2fsprogs.spec 
Log Message:
* Mon Jan 10 2008 Eric Sandeen <sandeen at redhat.com> 1.40.4-4
- Build e2fsck as a dynamically linked binary.
- Re-fix uidd manpage default paths.


e2fsprogs-1.40.4-uuidd-tidy.patch:

Index: e2fsprogs-1.40.4-uuidd-tidy.patch
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs-1.40.4-uuidd-tidy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e2fsprogs-1.40.4-uuidd-tidy.patch	14 Jan 2008 20:22:37 -0000	1.1
+++ e2fsprogs-1.40.4-uuidd-tidy.patch	15 Jan 2008 18:16:43 -0000	1.2
@@ -12,7 +12,7 @@
  .BI \-s " socketpath"
  Specify the pathname used for the unix-domain socket used by uuidd.  By
 -qdefault, the pathname used is /var/run/uuidd.sock.  This is primarily
-+default, the pathname used is /var/lib/libuuid/uuidd.sock.  This is primarily
++default, the pathname used is /var/lib/libuuid/request.  This is primarily
  for debugging purposes, since the pathname is hard-coded in the libuuid
  library.
  .TP


Index: e2fsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- e2fsprogs.spec	14 Jan 2008 20:22:37 -0000	1.92
+++ e2fsprogs.spec	15 Jan 2008 18:16:43 -0000	1.93
@@ -4,7 +4,7 @@
 Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
 Name: e2fsprogs
 Version: 1.40.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 # License based on upstream-modified COPYING file,
 # which clearly states "V2" intent.
 License: GPLv2
@@ -100,7 +100,7 @@
 %build
 aclocal
 autoconf
-%configure --enable-elf-shlibs --enable-nls --disable-e2initrd-helper  --enable-blkid-devmapper --enable-blkid-selinux
+%configure --enable-elf-shlibs --enable-nls --disable-e2initrd-helper  --enable-blkid-devmapper --enable-blkid-selinux --enable-dynamic-e2fsck
 make %{?_smp_mflags}
 
 %install
@@ -285,6 +285,10 @@
 %dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
 
 %changelog
+* Mon Jan 10 2008 Eric Sandeen <sandeen at redhat.com> 1.40.4-4
+- Build e2fsck as a dynamically linked binary.
+- Re-fix uidd manpage default paths.
+
 * Tue Jan 09 2008 Eric Sandeen <sandeen at redhat.com> 1.40.4-3
 - New uuidd subpackage, and properly set up uuidd at install.
 




More information about the fedora-extras-commits mailing list