summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkzak <kzak@fedoraproject.org>2009-06-08 11:45:40 +0000
committerkzak <kzak@fedoraproject.org>2009-06-08 11:45:40 +0000
commit9aa7b231e8d45e86aa312c968a9629901917ddcd (patch)
treeebb970f38f4378237695305131aaf32b91471773
parent1d6697713b60e6ce4d1e2c0e04df19d0baf2079d (diff)
downloade2fsprogs-9aa7b231e8d45e86aa312c968a9629901917ddcd.tar.gz
e2fsprogs-9aa7b231e8d45e86aa312c968a9629901917ddcd.tar.xz
e2fsprogs-9aa7b231e8d45e86aa312c968a9629901917ddcd.zip
* Mon Jun 8 2009 Karel Zak <kzak@redhat.com> 1.41.6-3e2fsprogs-1_41_6-3_fc12
- temporary use BuildRequires: e2fsprogs-devel (we cannot install new util-linux-ng with libblkid to buildroots without new e2fsprogs without libblkid).
-rw-r--r--e2fsprogs.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index a595680..2dc6f2b 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -4,7 +4,7 @@
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
Name: e2fsprogs
Version: 1.41.6
-Release: 2%{?dist}
+Release: 3%{?dist}
# License based on upstream-modified COPYING file,
# which clearly states "V2" intent.
License: GPLv2
@@ -20,7 +20,8 @@ Requires: e2fsprogs-libs = %{version}-%{release}, device-mapper
Obsoletes: e4fsprogs
BuildRequires: pkgconfig, texinfo, libselinux-devel
BuildRequires: libsepol-devel
-BuildRequires: libblkid-devel
+#BuildRequires: libblkid-devel
+BuildRequires: e2fsprogs-devel
%description
The e2fsprogs package contains a number of utilities for creating,
@@ -270,6 +271,11 @@ fi
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
%changelog
+* Mon Jun 8 2009 Karel Zak <kzak@redhat.com> 1.41.6-3
+- temporary use BuildRequires: e2fsprogs-devel (we cannot install
+ new util-linux-ng with libblkid to buildroots without new e2fsprogs
+ without libblkid).
+
* Thu Jun 4 2009 Karel Zak <kzak@redhat.com> 1.41.6-2
- disable libblkid (replaced by libblkid from util-linux-ng)