summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Kasal <kasal@fedoraproject.org>2007-12-04 19:30:06 +0000
committerŠtěpán Kasal <kasal@fedoraproject.org>2007-12-04 19:30:06 +0000
commitecf110c62357836c58f665433c773edf7ba5fcb3 (patch)
treec9545fafc46c10f8e25a14d512f9834e97a6b076
parent0d33055625146eb9e14619febb7ceb49a763b55b (diff)
downloade2fsprogs-ecf110c62357836c58f665433c773edf7ba5fcb3.tar.gz
e2fsprogs-ecf110c62357836c58f665433c773edf7ba5fcb3.tar.xz
e2fsprogs-ecf110c62357836c58f665433c773edf7ba5fcb3.zip
- The -devel package now requires device-mapper-devel, to matche2fsprogs-1_40_2-13_fc9
the dependency in blkid.pc (#410791)
-rw-r--r--e2fsprogs.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 3740d9b..ac481d3 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.2
-Release: 12%{?dist}
+Release: 13%{?dist}
# License based on upstream-modified COPYING file,
# which clearly states "V2" intent.
License: GPLv2
@@ -67,6 +67,7 @@ Group: Development/Libraries
# licenses for various libs, which also have in-source specification.
License: GPLv2 and LGPLv2 and BSD and MIT
Requires: e2fsprogs-libs = %{version}-%{release}
+Requires: device-mapper-devel >= 1.02.02-3
Requires: gawk
Requires(post): /sbin/install-info
Requires(postun): /sbin/install-info
@@ -267,6 +268,10 @@ exit 0
%{_mandir}/man3/uuid_unparse.3*
%changelog
+* Tue Dec 4 2007 Stepan Kasal <skasal@redhat.com> 1.40.2-13
+- The -devel package now requires device-mapper-devel, to match
+ the dependency in blkid.pc (#410791)
+
* Tue Nov 27 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-12
- Use upstream patch for blkid fat detection, avoids div-by-zero
when encountering some BSD partitions (#398281)