Author: glen Date: Tue May 16 20:12:11 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - disable configure_cache as configure is ran twice with different CFLAGS
---- Files affected: SPECS: device-mapper.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/device-mapper.spec diff -u SPECS/device-mapper.spec:1.50 SPECS/device-mapper.spec:1.51 --- SPECS/device-mapper.spec:1.50 Sun Apr 23 00:12:48 2006 +++ SPECS/device-mapper.spec Tue May 16 22:12:06 2006 @@ -20,29 +20,29 @@ URL: http://sources.redhat.com/dm/ BuildRequires: autoconf BuildRequires: automake +%{?with_initrd:BuildRequires: klibc-static} %{?with_selinux:BuildRequires: libselinux-devel >= 1.10} %{?with_selinux:Requires: libselinux >= 1.10} -%{?with_initrd:BuildRequires: klibc-static} Conflicts: dev < 2.9.0-8 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%undefine configure_cache %define _sbindir /sbin %description -The goal of this driver is to support volume management. -The driver enables the definition of new block devices composed of -ranges of sectors of existing devices. This can be used to define -disk partitions - or logical volumes. This light-weight kernel -component can support user-space tools for logical volume management. +The goal of this driver is to support volume management. The driver +enables the definition of new block devices composed of ranges of +sectors of existing devices. This can be used to define disk +partitions - or logical volumes. This light-weight kernel component +can support user-space tools for logical volume management. %description -l pl -Celem tego sterownika jest obsługa zarządzania wolumenami. -Sterownik włącza definiowanie nowych urządzeń blokowych złożonych z -przedziałów sektorów na istniejących urządzeniach. Może to być -wykorzystane do definiowania partycji na dysku lub logicznych -wolumenów. Ten lekki składnik jądra może wspierać działające w -przestrzeni użytkownika narzędzia do zarządzania logicznymi -wolumenami. +Celem tego sterownika jest obsługa zarządzania wolumenami. Sterownik +włącza definiowanie nowych urządzeń blokowych złożonych z przedziałów +sektorów na istniejących urządzeniach. Może to być wykorzystane do +definiowania partycji na dysku lub logicznych wolumenów. Ten lekki +składnik jądra może wspierać działające w przestrzeni użytkownika +narzędzia do zarządzania logicznymi wolumenami. %package initrd Summary: Userspace support for the device-mapper - static dmsetup for initrd @@ -208,8 +208,8 @@ %files initrd-devel %defattr(644,root,root,755) -/usr/%{_lib}/klibc/libdevmapper.a -/usr/include/klibc/libdevmapper.h +%{_prefix}/%{_lib}/klibc/libdevmapper.a +%{_includedir}/klibc/libdevmapper.h %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -218,6 +218,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2006/05/16 20:12:06 glen +- disable configure_cache as configure is ran twice with different CFLAGS + Revision 1.50 2006/04/22 22:12:48 qboosh - workaround not to require Linux >= 2.6.16 headers for klibc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/device-mapper.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
