rpms/util-linux-ng/devel util-linux-ng.spec,1.47,1.48

Karel Zak kzak at fedoraproject.org
Mon Jun 8 13:30:24 UTC 2009


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29260

Modified Files:
	util-linux-ng.spec 
Log Message:
* Mon Jun  8 2009 Karel Zak <kzak at redhat.com> 2.15.1-0.2
- set BuildRequires: e2fsprogs-devel
- add Requires: e2fsprogs-devel to libblkid-devel



Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- util-linux-ng.spec	4 Jun 2009 19:44:35 -0000	1.47
+++ util-linux-ng.spec	8 Jun 2009 13:29:54 -0000	1.48
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.15.1
-Release: 0.1%{?dist}
+Release: 0.2%{?dist}
 License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@@ -25,8 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 ### Dependences
 BuildRequires: audit-libs-devel >= 1.0.6
-# temporary disable dependence on libuuid (UUID stuff is optional for u-l-ng)
-#BuildRequires: e2fsprogs-devel >= 1.41.6-1
+BuildRequires: e2fsprogs-devel
 BuildRequires: gettext-devel
 BuildRequires: libselinux-devel
 BuildRequires: ncurses-devel
@@ -127,6 +126,8 @@ Group: Development/Libraries
 License: LGPLv2+
 Requires: libblkid = %{version}-%{release}
 Requires: pkgconfig
+# for libuuid and uuid.pc
+Requires: e2fsprogs-devel
 
 %description -n libblkid-devel
 This is the block device identification development library and headers,
@@ -596,6 +597,10 @@ exit 0
 %{_includedir}/blkid
 
 %changelog
+* Mon Jun  8 2009 Karel Zak <kzak at redhat.com> 2.15.1-0.2
+- set BuildRequires: e2fsprogs-devel
+- add Requires: e2fsprogs-devel to libblkid-devel
+
 * Thu Jun  4 2009 Karel Zak <kzak at redhat.com> 2.15.1-0.1
 - upgrade to 2.15.1-rc1
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15-ReleaseNotes




More information about the fedora-extras-commits mailing list