Author: baggins Date: Tue Apr 17 17:34:11 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - systemd deps - enable thin provisioning - enable lvmetad
---- Files affected: packages/lvm2: lvm2.spec (1.192 -> 1.193) ---- Diffs: ================================================================ Index: packages/lvm2/lvm2.spec diff -u packages/lvm2/lvm2.spec:1.192 packages/lvm2/lvm2.spec:1.193 --- packages/lvm2/lvm2.spec:1.192 Thu Apr 5 11:14:43 2012 +++ packages/lvm2/lvm2.spec Tue Apr 17 19:34:06 2012 @@ -43,7 +43,7 @@ Summary(pl.UTF-8): Nowa wersja Logical Volume Managera dla Linuksa Name: lvm2 Version: 2.02.95 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz @@ -66,7 +66,7 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: readline-devel -BuildRequires: rpmbuild(macros) >= 1.628 +BuildRequires: rpmbuild(macros) >= 1.647 BuildRequires: udev-devel >= 143 %if %{with initrd} %if %{with dietlibc} @@ -92,6 +92,7 @@ BuildRequires: corosync-devel BuildRequires: openais-devel >= 1.0 %endif +Requires(post,preun,postun): systemd-units >= 38 Requires: device-mapper >= %{version}-%{release} %if %{with clvmd} Requires: cman-libs >= 1.0 @@ -102,6 +103,7 @@ Requires: cluster-dlm %endif %{?with_selinux:Requires: libselinux >= 1.10} +Requires: systemd-units >= 38 # doesn't work with 2.4 kernels Requires: uname(release) >= 2.6 Obsoletes: lvm @@ -150,6 +152,8 @@ Summary: Userspace support for the device-mapper Summary(pl.UTF-8): Wsparcie dla mapowania urządzeń w przestrzeni użytkownika Group: Base +Requires(post,preun,postun): systemd-units >= 38 +Requires: systemd-units >= 38 %description -n device-mapper The goal of this driver is to support volume management. The driver @@ -326,6 +330,7 @@ --enable-fsadm \ --enable-applib \ --enable-cmdlib \ + --enable-lvmetad \ %{?with_openais:--enable-cmirrord} \ --enable-dmeventd \ --with-dmeventd-path=%{_sbindir}/dmeventd \ @@ -338,6 +343,7 @@ --with-cluster=internal \ --with-snapshots=internal \ --with-mirrors=internal \ + --with-thin=internal \ --with-interface=ioctl \ --with-udev-prefix=/ \ --with-systemd_dir=%{systemdunitdir} \ @@ -503,6 +509,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.193 2012/04/17 17:34:06 baggins +- rel 2 +- systemd deps +- enable thin provisioning +- enable lvmetad + Revision 1.192 2012/04/05 09:14:43 baggins - 2.02.95 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/lvm2/lvm2.spec?r1=1.192&r2=1.193 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
