summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@fedoraproject.org>2008-01-15 18:16:43 +0000
committerEric Sandeen <sandeen@fedoraproject.org>2008-01-15 18:16:43 +0000
commit6821c0b99dbdde022a366cce9ccf2daebcd42962 (patch)
treee4153d48a613a009e6f43cd35e96ad88fae2aeb0
parent858507e01a2dd96e85ea2293445c8edc1dfb0c9c (diff)
downloade2fsprogs-6821c0b99dbdde022a366cce9ccf2daebcd42962.tar.gz
e2fsprogs-6821c0b99dbdde022a366cce9ccf2daebcd42962.tar.xz
e2fsprogs-6821c0b99dbdde022a366cce9ccf2daebcd42962.zip
* Mon Jan 10 2008 Eric Sandeen <sandeen@redhat.com> 1.40.4-4e2fsprogs-1_40_4-4_fc9
- Build e2fsck as a dynamically linked binary. - Re-fix uidd manpage default paths.
-rw-r--r--e2fsprogs-1.40.4-uuidd-tidy.patch2
-rw-r--r--e2fsprogs.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/e2fsprogs-1.40.4-uuidd-tidy.patch b/e2fsprogs-1.40.4-uuidd-tidy.patch
index 8d1912d..9053caf 100644
--- a/e2fsprogs-1.40.4-uuidd-tidy.patch
+++ b/e2fsprogs-1.40.4-uuidd-tidy.patch
@@ -12,7 +12,7 @@ Index: e2fsprogs-1.39/misc/uuidd.8.in
.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
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 2018602..2c42b00 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -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 @@ SMP systems.
%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 @@ fi
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
%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
- New uuidd subpackage, and properly set up uuidd at install.