Author: glen Date: Sat May 20 12:33:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - --disable-nls for initrd (from lvm2.spec)
---- Files affected: SPECS: device-mapper.spec (1.54 -> 1.55) ---- Diffs: ================================================================ Index: SPECS/device-mapper.spec diff -u SPECS/device-mapper.spec:1.54 SPECS/device-mapper.spec:1.55 --- SPECS/device-mapper.spec:1.54 Wed May 17 19:55:25 2006 +++ SPECS/device-mapper.spec Sat May 20 14:33:40 2006 @@ -8,7 +8,7 @@ Summary(pl): Wsparcie dla mapowania urządzeń w przestrzeni użytkownika Name: device-mapper Version: 1.02.07 -Release: 0.1 +Release: 0.3 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/dm/%{name}.%{version}.tgz @@ -134,7 +134,8 @@ --with-optimisation="%{rpmcflags}" \ --with-user=%(id -u) \ --with-group=%(id -g) \ - --with-interface=ioctl + --with-interface=ioctl \ + --disable-nls sed -i -e 's#rpl_malloc#malloc#g' include/configure.h %{__make} @@ -223,6 +224,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2006/05/20 12:33:40 glen +- --disable-nls for initrd (from lvm2.spec) + Revision 1.54 2006/05/17 17:55:25 qboosh - updated to 1.02.07, updated patches - fixed libdevmapper-event packaking ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/device-mapper.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
