SPECS: device-mapper.spec - updated to 1.01.05 - updated for curre...

qboosh qboosh at pld-linux.org
Thu Oct 6 22:29:02 CEST 2005


Author: qboosh                       Date: Thu Oct  6 20:29:02 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.01.05
- updated for current klibc (BR: klibc-static, use "klcc -static" as CC)
  note: recent kernel-headers (2.6.12 or so) are needed for klibc to build dm

---- Files affected:
SPECS:
   device-mapper.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/device-mapper.spec
diff -u SPECS/device-mapper.spec:1.44 SPECS/device-mapper.spec:1.45
--- SPECS/device-mapper.spec:1.44	Thu Aug 11 21:44:55 2005
+++ SPECS/device-mapper.spec	Thu Oct  6 22:28:56 2005
@@ -7,12 +7,12 @@
 Summary:	Userspace support for the device-mapper
 Summary(pl):	Wsparcie dla mapowania urządzeń w przestrzeni użytkownika
 Name:		device-mapper
-Version:	1.01.04
+Version:	1.01.05
 Release:	1
 License:	GPL
 Group:		Applications/System
 Source0:	ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz
-# Source0-md5:	42dd0610e24d4b4f2409a32a04e6e37f
+# Source0-md5:	074cf116cc2c7194f2d100bc5f743833
 Patch0:		%{name}-stack.patch
 # http://www.redhat.com/archives/dm-devel/2005-March/msg00022.html
 Patch1:		%{name}-disable_dynamic_link.patch
@@ -22,7 +22,7 @@
 BuildRequires:	automake
 %{?with_selinux:BuildRequires:	libselinux-devel >= 1.10}
 %{?with_selinux:Requires:	libselinux >= 1.10}
-%{?with_initrd:BuildRequires:	klibc}
+%{?with_initrd:BuildRequires:	klibc-static}
 Conflicts:	dev < 2.9.0-8
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -131,7 +131,7 @@
 	--enable-static_link \
 	--disable-dynamic_link \
 	--enable-klibc \
-	CC="klcc"
+	CC="klcc -static"
 %{__make}
 
 cp -a dmsetup/dmsetup.static initrd-dmsetup
@@ -212,6 +212,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2005/10/06 20:28:56  qboosh
+- updated to 1.01.05
+- updated for current klibc (BR: klibc-static, use "klcc -static" as CC)
+  note: recent kernel-headers (2.6.12 or so) are needed for klibc to build dm
+
 Revision 1.44  2005/08/11 19:44:55  wrobell
 - fixed initrd bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/device-mapper.spec?r1=1.44&r2=1.45&f=u




More information about the pld-cvs-commit mailing list