summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@fedoraproject.org>2006-06-14 01:41:44 +0000
committerBill Nottingham <notting@fedoraproject.org>2006-06-14 01:41:44 +0000
commit76b70aea0094349842f73a9bdd116c74e032ab63 (patch)
treee3d06551e519d983a43a484c513dd09a3dab5372
parente9372a98ae238c2ee372efef920ba0fec6e40dae (diff)
downloade2fsprogs-76b70aea0094349842f73a9bdd116c74e032ab63.tar.gz
e2fsprogs-76b70aea0094349842f73a9bdd116c74e032ab63.tar.xz
e2fsprogs-76b70aea0094349842f73a9bdd116c74e032ab63.zip
don't prepend DM device names with /dev/ ; this confuses probe_one()
-rw-r--r--e2fsprogs.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index b0b0ce8..d652b5f 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -4,7 +4,7 @@
Summary: Utilities for managing the second extended (ext2) filesystem.
Name: e2fsprogs
Version: 1.38
-Release: 14
+Release: 15
License: GPL
Group: System Environment/Base
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
@@ -310,6 +310,9 @@ exit 0
%{_mandir}/man3/uuid_unparse.3*
%changelog
+* Tue Jun 13 2006 Bill Nottingham <notting@redhat.com> - 1.38-15
+- prevent libblkid returning /dev/dm-X
+
* Tue Mar 21 2006 Karel Zak <kzak@redhat.com> - 1.38-14
- prevent error messages to stderr caused by libblkid calling libdevmapper