* Mon Jan 10 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-4

- Build e2fsck as a dynamically linked binary.
- Re-fix uidd manpage default paths.
This commit is contained in:
Eric Sandeen 2008-01-15 18:16:43 +00:00
parent 858507e01a
commit 6821c0b99d
2 changed files with 7 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Index: e2fsprogs-1.39/misc/uuidd.8.in
.BI \-s " socketpath" .BI \-s " socketpath"
Specify the pathname used for the unix-domain socket used by uuidd. By 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 -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 for debugging purposes, since the pathname is hard-coded in the libuuid
library. library.
.TP .TP

View File

@ -4,7 +4,7 @@
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
Name: e2fsprogs Name: e2fsprogs
Version: 1.40.4 Version: 1.40.4
Release: 3%{?dist} Release: 4%{?dist}
# License based on upstream-modified COPYING file, # License based on upstream-modified COPYING file,
# which clearly states "V2" intent. # which clearly states "V2" intent.
License: GPLv2 License: GPLv2
@ -100,7 +100,7 @@ SMP systems.
%build %build
aclocal aclocal
autoconf 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} make %{?_smp_mflags}
%install %install
@ -285,6 +285,10 @@ fi
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid %dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
%changelog %changelog
* Mon Jan 10 2008 Eric Sandeen <sandeen@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@redhat.com> 1.40.4-3 * Tue Jan 09 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-3
- New uuidd subpackage, and properly set up uuidd at install. - New uuidd subpackage, and properly set up uuidd at install.