%define lvm_version 2.02.177 %define device_mapper_version 1.02.146 %define with_cluster 0 %define _unpackaged_files_terminate_build 1 # Do not reset Release to 1 unless both lvm2 and device-mapper # versions are increased together. Summary: Userland logical volume management tools Summary(ja): 論理ボリューム管理ツール Name: lvm2 Version: %{lvm_version} Release: 1%{?_dist_release} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 Source0: LVM2.%{lvm_version}.tgz Patch0: lvm2-set-default-preferred_names.patch Patch1: lvm2-lvmetad-timeout.patch # Upstream: 3f9ae846b89a Patch2: lvm2-2_02_178-lvmlockd-fix-uninitialized.patch Patch10: libdevmapper-static.patch #Patch20: lvm2-2.02.107-fix-dupliate-const.patch BuildRoot: %{_tmppath}/%{name}-%{lvm_version}-%{release}-buildroot BuildRequires: libtermcap-devel BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: eudev-libudev-devel Requires: device-mapper >= %{device_mapper_version}-%{release} Requires: device-mapper-event >= %{device_mapper_version}-%{release} Requires: %{name}-libs = %{version}-%{release} Conflicts: lvm Obsoletes: lvm Distribution: Vine Linux Vendor: Project Vine Packager: daisuke %define _exec_prefix /usr %description LVM2 includes all of the support for handling read/write operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., multiple devices (MD), see mdadd(8) or even loop devices, see losetup(8)), creating volume groups (kind of virtual disks) from one or more physical volumes and creating one or more logical volumes (kind of logical partitions) in volume groups. %package devel Summary: Development libraries and headers for lvm2 Summary(ja): LVM2 の開発用ライブラリ及びヘッダファイル Group: Development/Libraries License: LGPLv2 Requires: %{name} = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: device-mapper-devel >= %{device_mapper_version}-%{release} Requires: device-mapper-event-devel >= %{device_mapper_version}-%{release} Requires: pkgconfig %description devel This package contains files needed to develop applications that use the lvm2 libraries. %package libs Summary: lvm2 shared libraries Summary(ja): LVM2 の共有ライブラリ License: LGPLv2 Group: System Environment/Libraries %description libs This package contains shared lvm2 libraries for applications. %if %{with_cluster} # lvm2-cluster %package cluster Summary: Cluster extensions for userland logical volume management tools License: GPLv2 Group: System Environment/Base Requires: lvm2 >= %{version}-%{lvm_release} Requires(post): chkconfig Requires(preun): chkconfig Requires(preun): device-mapper >= %{device_mapper_version} Requires(preun): lvm2 >= 2.02 %description cluster Extensions to LVM2 to support clusters. %endif # device-mapper %package -n device-mapper Summary: Device mapper utility Summary(ja): Device-mapper ユーティリティ集 Version: %{device_mapper_version} Release: %{release} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/dm Requires: device-mapper-libs = %{device_mapper_version}-%{release} Requires: eudev-libudev Requires: util-linux-ng >= 2.15 %description -n device-mapper This package contains the supporting userspace utility, dmsetup, for the kernel device-mapper. # device-mapper-devel %package -n device-mapper-devel Summary: Development libraries and headers for device-mapper Summary(ja): Device-mapper の開発用ライブラリ及びヘッダファイル Version: %{device_mapper_version} Release: %{release} License: LGPLv2 Group: Development/Libraries Requires: device-mapper = %{device_mapper_version}-%{release} Requires: device-mapper-libs = %{device_mapper_version}-%{release} %description -n device-mapper-devel This package contains files needed to develop applications that use the device-mapper libraries. # device-mapper-static %package -n device-mapper-static Summary: Static libraries for device-mapper Summary(ja): Device-mapper の静的ライブラリ Version: %{device_mapper_version} Release: %{release} License: LGPLv2 Group: Development/Libraries Requires: device-mapper-devel = %{device_mapper_version}-%{release} %description -n device-mapper-static This package contains the device-mapper static libraries. %package -n device-mapper-libs Summary: Device-mapper shared library Summary(ja): Device-mapper の共有ライブラリ Version: %{device_mapper_version} Release: %{release} License: LGPLv2 Group: System Environment/Libraries Obsoletes: device-mapper < 1.02.30-1 %description -n device-mapper-libs This package contains the device-mapper shared library, libdevmapper. %package -n device-mapper-event Summary: Device-mapper event daemon Summary(ja): Device-mapper イベントデーモン Group: System Environment/Base Version: %{device_mapper_version} Release: %{release} Requires: device-mapper = %{device_mapper_version}-%{release} Requires: device-mapper-event-libs = %{device_mapper_version}-%{release} %description -n device-mapper-event This package contains the dmeventd daemon for monitoring the state of device-mapper devices. %package -n device-mapper-event-libs Summary: Device-mapper event daemon shared library Summary(ja): Device-mapper イベントデーモン共有ライブラリ Version: %{device_mapper_version} Release: %{release} License: LGPLv2 Group: System Environment/Libraries %description -n device-mapper-event-libs This package contains the device-mapper event daemon shared library, libdevmapper-event. %package -n device-mapper-event-devel Summary: Development libraries and headers for the device-mapper event daemon Summary(ja): Device-mapper イベントデーモンの開発用ライブラリ及びヘッダファイル Version: %{device_mapper_version} Release: %{release} License: LGPLv2 Group: Development/Libraries Requires: device-mapper-event = %{device_mapper_version}-%{release} Requires: pkgconfig %description -n device-mapper-event-devel This package contains files needed to develop applications that use the device-mapper event library. %prep %setup -q -n LVM2.%{lvm_version} %patch0 -p1 -b .preferred_names %patch1 -p1 -b .lvmetad_timeout %patch2 -p1 -b .lvmlockd_uninitialized %patch10 -p1 -b .libdevmapper_static #%patch20 -p1 %build %define _exec_prefix / %define _bindir /bin %define _sbindir /sbin %define _libdir /%{_lib} %define _udevbasedir /lib/udev %define _udevdir %{_udevbasedir}/rules.d %configure \ --enable-readline \ --enable-lvm1_fallback \ --enable-fsadm \ --with-pool=internal \ --with-staticdir=/sbin \ --with-user= --with-group= \ --with-usrlibdir=/usr/%{_lib} \ --with-usrsbindir=/usr/sbin \ --with-dmdir=device-mapper.%{device_mapper_version} \ --with-udevdir=%{_udevdir} \ --with-device-uid=0 --with-device-gid=6 \ --with-device-mode=0660 \ --enable-pkgconfig \ --enable-applib \ --enable-cmdlib \ --enable-dmeventd \ --enable-udev_sync make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -m 0700 -d $RPM_BUILD_ROOT/etc/lvm/archive install -m 0700 -d $RPM_BUILD_ROOT/etc/lvm/backup install -m 0700 -d $RPM_BUILD_ROOT/etc/lvm/cache install -m 0700 -d $RPM_BUILD_ROOT/var/lock/lvm install -m 0600 /dev/null $RPM_BUILD_ROOT/etc/lvm/cache/.cache mkdir -p -m755 $RPM_BUILD_ROOT/etc/rc.d/init.d %if %{with_cluster} install scripts/clvmd_init_red_hat $RPM_BUILD_ROOT/etc/rc.d/init.d/clvmd install scripts/cmirrord_init_red_hat $RPM_BUILD_ROOT/etc/rc.d/init.d/cmirrord %endif install -m 0755 scripts/lvm2_monitoring_init_red_hat $RPM_BUILD_ROOT/etc/rc.d/init.d/lvm2-monitor install -m 0755 scripts/lvmconf.sh $RPM_BUILD_ROOT/sbin/lvmconf install -m 644 libdm/ioctl/libdevmapper.a $RPM_BUILD_ROOT/usr%{_libdir} %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /sbin/chkconfig --add lvm2-monitor %preun if [ "$1" = 0 ]; then /sbin/chkconfig --del lvm2-monitor fi %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %if %{with_cluster} %post cluster /sbin/chkconfig --add clvmd /sbin/lvmconf --lockinglibdir %{_libdir} %preun cluster if [ "$1" = 0 ]; then /sbin/chkconfig --del clvmd /sbin/lvmconf --disable-cluster fi %endif %post -n device-mapper-libs -p /sbin/ldconfig %postun -n device-mapper-libs -p /sbin/ldconfig %post -n device-mapper-event-libs -p /sbin/ldconfig %postun -n device-mapper-event-libs -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING COPYING.LIB INSTALL README VERSION WHATS_NEW %attr(555,root,root) %{_sbindir}/fsadm %{_sbindir}/lvchange %{_sbindir}/lvconvert %{_sbindir}/lvcreate %{_sbindir}/lvdisplay %{_sbindir}/lvextend %{_sbindir}/lvm %{_sbindir}/lvmconf %{_sbindir}/lvmconfig %{_sbindir}/lvmdiskscan %{_sbindir}/lvmdump %{_sbindir}/lvmsadc %{_sbindir}/lvmsar %{_sbindir}/lvreduce %{_sbindir}/lvremove %{_sbindir}/lvrename %{_sbindir}/lvresize %{_sbindir}/lvs %{_sbindir}/lvscan %{_sbindir}/pvchange %{_sbindir}/pvck %{_sbindir}/pvcreate %{_sbindir}/pvdisplay %{_sbindir}/pvmove %{_sbindir}/pvremove %{_sbindir}/pvresize %{_sbindir}/pvs %{_sbindir}/pvscan %{_sbindir}/vgcfgbackup %{_sbindir}/vgcfgrestore %{_sbindir}/vgchange %{_sbindir}/vgck %{_sbindir}/vgconvert %{_sbindir}/vgcreate %{_sbindir}/vgdisplay %{_sbindir}/vgexport %{_sbindir}/vgextend %{_sbindir}/vgimport %{_sbindir}/vgimportclone %{_sbindir}/vgmerge %{_sbindir}/vgmknodes %{_sbindir}/vgreduce %{_sbindir}/vgremove %{_sbindir}/vgrename %{_sbindir}/vgs %{_sbindir}/vgscan %{_sbindir}/vgsplit %{_mandir}/man5/lvm.conf.5.gz %{_mandir}/man7/lvmcache.7.gz %{_mandir}/man7/lvmraid.7.gz %{_mandir}/man7/lvmreport.7.gz %{_mandir}/man7/lvmsystemid.7.gz %{_mandir}/man7/lvmthin.7.gz %{_mandir}/man8/fsadm.8.gz %{_mandir}/man8/lvchange.8.gz %{_mandir}/man8/lvconvert.8.gz %{_mandir}/man8/lvcreate.8.gz %{_mandir}/man8/lvdisplay.8.gz %{_mandir}/man8/lvextend.8.gz %{_mandir}/man8/lvm.8.gz %{_mandir}/man8/lvm-config.8.gz %{_mandir}/man8/lvm-dumpconfig.8.gz %{_mandir}/man8/lvm-fullreport.8.gz %{_mandir}/man8/lvm-lvpoll.8.gz %{_mandir}/man8/lvmconf.8.gz %{_mandir}/man8/lvmconfig.8.gz %{_mandir}/man8/lvmdiskscan.8.gz %{_mandir}/man8/lvmdump.8.gz %{_mandir}/man8/lvmsadc.8.gz %{_mandir}/man8/lvmsar.8.gz %{_mandir}/man8/lvreduce.8.gz %{_mandir}/man8/lvremove.8.gz %{_mandir}/man8/lvrename.8.gz %{_mandir}/man8/lvresize.8.gz %{_mandir}/man8/lvs.8.gz %{_mandir}/man8/lvscan.8.gz %{_mandir}/man8/pvchange.8.gz %{_mandir}/man8/pvck.8.gz %{_mandir}/man8/pvcreate.8.gz %{_mandir}/man8/pvdisplay.8.gz %{_mandir}/man8/pvmove.8.gz %{_mandir}/man8/pvremove.8.gz %{_mandir}/man8/pvresize.8.gz %{_mandir}/man8/pvs.8.gz %{_mandir}/man8/pvscan.8.gz %{_mandir}/man8/vgcfgbackup.8.gz %{_mandir}/man8/vgcfgrestore.8.gz %{_mandir}/man8/vgchange.8.gz %{_mandir}/man8/vgck.8.gz %{_mandir}/man8/vgconvert.8.gz %{_mandir}/man8/vgcreate.8.gz %{_mandir}/man8/vgdisplay.8.gz %{_mandir}/man8/vgexport.8.gz %{_mandir}/man8/vgextend.8.gz %{_mandir}/man8/vgimport.8.gz %{_mandir}/man8/vgimportclone.8.gz %{_mandir}/man8/vgmerge.8.gz %{_mandir}/man8/vgmknodes.8.gz %{_mandir}/man8/vgreduce.8.gz %{_mandir}/man8/vgremove.8.gz %{_mandir}/man8/vgrename.8.gz %{_mandir}/man8/vgs.8.gz %{_mandir}/man8/vgscan.8.gz %{_mandir}/man8/vgsplit.8.gz %{_udevdir}/11-dm-lvm.rules %dir /etc/lvm %ghost /etc/lvm/cache/.cache %config(noreplace) /etc/lvm/lvm.conf %config(noreplace) /etc/lvm/lvmlocal.conf %dir /etc/lvm/backup %dir /etc/lvm/cache %dir /etc/lvm/archive %dir /var/lock/lvm %dir /etc/lvm/profile /etc/lvm/profile/*.profile /etc/rc.d/init.d/lvm2-monitor %files devel %defattr(-,root,root,-) /usr%{_libdir}/liblvm2app.so /usr%{_libdir}/liblvm2cmd.so %{_includedir}/lvm2app.h %{_includedir}/lvm2cmd.h /usr%{_libdir}/pkgconfig/lvm2app.pc /usr%{_libdir}/libdevmapper-event-lvm2.so %files libs %attr(755,root,root) %{_libdir}/liblvm2app.so.* %attr(755,root,root) %{_libdir}/liblvm2cmd.so.* %attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2.so.* %dir %{_libdir}/device-mapper %{_libdir}/device-mapper/libdevmapper-event-lvm2mirror.so %{_libdir}/device-mapper/libdevmapper-event-lvm2snapshot.so %{_libdir}/device-mapper/libdevmapper-event-lvm2raid.so %{_libdir}/device-mapper/libdevmapper-event-lvm2thin.so %{_libdir}/libdevmapper-event-lvm2mirror.so %{_libdir}/libdevmapper-event-lvm2snapshot.so %{_libdir}/libdevmapper-event-lvm2raid.so %{_libdir}/libdevmapper-event-lvm2thin.so %if %{with_cluster} %files cluster %defattr(-,root,root,-) %attr(755,root,root) /usr/sbin/clvmd %{_mandir}/man8/clvmd.8.gz /etc/rc.d/init.d/clvmd %endif %files -n device-mapper %defattr(-,root,root,-) %doc COPYING COPYING.LIB WHATS_NEW_DM VERSION_DM README INSTALL udev/12-dm-permissions.rules %attr(755,root,root) /sbin/blkdeactivate %attr(755,root,root) /sbin/dmsetup %attr(755,root,root) /sbin/dmstats %{_mandir}/man8/blkdeactivate.8.gz %{_mandir}/man8/dmsetup.8.gz %{_mandir}/man8/dmstats.8.gz %dir %{_udevbasedir} %dir %{_udevdir} %{_udevdir}/10-dm.rules %{_udevdir}/13-dm-disk.rules %{_udevdir}/95-dm-notify.rules %files -n device-mapper-devel %defattr(-,root,root,-) /usr%{_libdir}/libdevmapper.so %{_includedir}/libdevmapper.h /usr%{_libdir}/pkgconfig/devmapper.pc %files -n device-mapper-static %defattr(-,root,root,-) /usr%{_libdir}/libdevmapper.a %files -n device-mapper-libs %attr(755,root,root) %{_libdir}/libdevmapper.so.* %files -n device-mapper-event %defattr(-,root,root,-) %{_sbindir}/dmeventd %{_mandir}/man8/dmeventd.8.gz %files -n device-mapper-event-libs %{_libdir}/libdevmapper-event.so.* %files -n device-mapper-event-devel %defattr(-,root,root,-) /usr%{_libdir}/libdevmapper-event.so %{_includedir}/libdevmapper-event.h /usr%{_libdir}/pkgconfig/devmapper-event.pc %changelog * Sat Feb 24 2018 Tomohiro "Tomo-p" KATO 2.02.177-1 - updated to 2.02.177 - dropped Patch2: fixed in upstream. - imported Patch1 and 2 from rawhide. * Mon Jul 14 2014 Daisuke SUZUKI 2.02.107-1 - add patch20 to fix duplicate 'const' in libdevmapper.h * Mon Jul 07 2014 Daisuke SUZUKI 2.02.107-1 - update to 2.02.107 * Tue Jun 17 2014 Yoji TOYODA 2.02.98-3 - change BuildRequires: eudev-libudev-devel instead of libudev-devel * Tue Dec 11 2012 Daisuke SUZUKI 2.02.98-2 - add missing files to %%files * Thu Nov 29 2012 Daisuke SUZUKI 2.02.98-1 - new upstream release * Mon Mar 21 2011 Daisuke SUZUKI 2.02.84-1 - new upstream release - enable static libs, add device-mapper-static subpackage * Sat Feb 05 2011 Daisuke SUZUKI 2.02.83-1 - new upstream release * Sat Dec 25 2010 Yoji TOYODA 2.02.79-1 - new upstream release * Thu Dec 09 2010 Yoji TOYODA 2.02.78-1 - new upstream release - fix %%files * Fri Oct 01 2010 Shu KONNO 2.02.62-3 - rebuilt with rpm-4.8.1 for pkg-config * Sun Apr 11 2010 Daisuke SUZUKI 2.02.62-2 - add missing file - %{_udevdir}/11-dm-lvm.rules * Mon Mar 29 2010 Daisuke SUZUKI 2.02.62-1 - new upstream release - add libs,devel subpackage - liblvm2{app,cmd},libdevmapper-event-lvm2 - enable dmeventd - add device-mapper-event{,-libs,-devel} - enable udev sync code - add BR: libudev-devel, R: libudev - disable static libs and binaries * Sun Feb 14 2010 MATSUBAYASHI Kohji - 2.02.60-1 - new upstream release * Thu Jul 02 2009 Daisuke SUZUKI 2.02.48-1 - new upstream release * Tue Jun 02 2009 Daisuke SUZUKI 2.02.47-1 - new upstream release * Wed Feb 25 2009 Daisuke SUZUKI 2.02.44-2 - add libdevmapper.a * Thu Jan 29 2009 Daisuke SUZUKI 2.02.44-1 - new upstream release - upstream merge of device-mapper and lvm2 source. - move all binaries to /sbin - move libraries to /%%{_lib} * Wed Oct 29 2008 Daisuke SUZUKI 2.02.42-1 - new upstream release * Sun Oct 19 2008 Daisuke SUZUKI 2.02.41-1 - new upstream release * Sat Sep 20 2008 Daisuke SUZUKI 2.02.40-1 - new upstream release * Sun Jul 06 2008 Daisuke SUZUKI 2.02.39-1 - new upstream release * Thu Jun 12 2008 Daisuke SUZUKI 2.02.38-1 - new upstream release * Thu Apr 17 2008 Daisuke SUZUKI 2.02.35-1 - new upstream release * Sat Dec 01 2007 Daisuke SUZUKI 2.02.28-0vl1 - new upstream release * Wed Nov 01 2006 Daisuke SUZUKI 2.02.13-0vl1 - new upstream release * Sat Aug 19 2006 Daisuke SUZUKI 2.02.06-0vl1 - initial build for Vine Linux * Tue Aug 1 2006 Jeremy Katz - 2.02.06-3 - require new libselinux to avoid segfaults on xen (#200783) * Thu Jul 27 2006 Jeremy Katz - 2.02.06-2 - free trip through the buildsystem * Wed Jul 12 2006 Jesse Keating - 2.02.06-1.2.1 - rebuild * Tue Jun 6 2006 Stephen C. Tweedie - 2.02.06-1.2 - Rebuild to pick up new nosegneg libc.a for lvm.static * Mon May 22 2006 Alasdair Kergon - 2.02.06-1.1 - Reinstate archs now build system is back. - BuildRequires libsepol-devel. * Fri May 12 2006 Alasdair Kergon - 2.02.06-1.0 - New upstream release. * Sat Apr 22 2006 Alasdair Kergon - 2.02.05-1.1 - Exclude archs that aren't building. * Fri Apr 21 2006 Alasdair Kergon - 2.02.05-1.0 - Fix VG uuid comparisons. * Wed Apr 19 2006 Alasdair Kergon - 2.02.04-1.0 - New release upstream, including better handling of duplicated VG names. * Fri Feb 10 2006 Jesse Keating - 2.02.01-1.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 2.02.01-1.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Fri Dec 2 2005 Peter Jones - 2.02.01-1 - update to 2.02.01 * Tue Nov 8 2005 Jeremy Katz - 2.01.14-4 - add patch for xen block devices * Sat Oct 15 2005 Florian La Roche - add -lselinux -lsepol to the static linking -ldevice-mapper requires it * Wed Sep 14 2005 Jeremy Katz - 2.01.14-2 - the distro doesn't really work without a 2.6 kernel, so no need to require it * Thu Aug 4 2005 Alasdair Kergon - 2.01.14-1.0 - And a few more bugs fixes. * Wed Jul 13 2005 Alasdair Kergon - 2.01.13-1.0 - Fix several bugs discovered in the last release. * Tue Jun 14 2005 Alasdair Kergon - 2.01.12-1.0 - New version upstream with a lot of fixes and enhancements. * Wed Apr 27 2005 Alasdair Kergon - 2.01.08-2.1 - Add /etc/lvm * Wed Apr 27 2005 Alasdair Kergon - 2.01.08-2.0 - No longer abort read operations if archive/backup directories aren't there. - Add runtime directories and file to the package. * Tue Mar 22 2005 Alasdair Kergon - 2.01.08-1.0 - Improve detection of external changes affecting internal cache. - Add clustered VG attribute. - Suppress rmdir opendir error message. * Tue Mar 08 2005 Alasdair Kergon - 2.01.07-1.3 * Tue Mar 08 2005 Alasdair Kergon - 2.01.07-1.2 * Tue Mar 08 2005 Alasdair Kergon - 2.01.07-1.1 - Suppress some new compiler messages. * Tue Mar 08 2005 Alasdair Kergon - 2.01.07-1.0 - Remove build directory from built-in path. - Extra /dev scanning required for clustered operation. * Thu Mar 03 2005 Alasdair Kergon - 2.01.06-1.0 - Allow anaconda to suppress warning messages. * Fri Feb 18 2005 Alasdair Kergon - 2.01.05-1.0 - Upstream changes not affecting Fedora. * Wed Feb 09 2005 Alasdair Kergon - 2.01.04-1.0 - Offset pool minors; lvm2cmd.so skips open fd check; pvmove -f gone. * Tue Feb 01 2005 Alasdair Kergon - 2.01.03-1.0 - Fix snapshot device size & 64-bit display output. * Fri Jan 21 2005 Alasdair Kergon - 2.01.02-1.0 - Minor fixes. * Mon Jan 17 2005 Alasdair Kergon - 2.01.01-1.0 - Update vgcreate man page. Preparation for snapshot origin extension fix. * Mon Jan 17 2005 Alasdair Kergon - 2.01.00-1.0 - Fix metadata auto-correction. Only request open_count when needed. * Wed Jan 12 2005 Tim Waugh - 2.00.33-2.0 - Rebuilt for new readline. * Fri Jan 7 2005 Alasdair Kergon - 2.00.33-1.0 - pvcreate wipes ext label - several clvm fixes * Thu Jan 6 2005 Alasdair Kergon - 2.00.32-2.0 - Remove temporary /sbin symlinks no longer needed. - Include read-only pool support in the build. * Wed Dec 22 2004 Alasdair Kergon - 2.00.32-1.0 - More fixes (143501). * Sun Dec 12 2004 Alasdair Kergon - 2.00.31-1.0 - Fix pvcreate install issues. * Fri Dec 10 2004 Alasdair Kergon - 2.00.30-1.0 - Additional debugging code. - Some trivial man page corrections. * Tue Nov 30 2004 Alasdair Kergon - 2.00.29-1.3 - Reinstate all archs. * Sun Nov 28 2004 Alasdair Kergon - 2.00.29-1.2 - Try excluding more archs. * Sat Nov 27 2004 Alasdair Kergon - 2.00.29-1.1 - Exclude s390x which fails. * Sat Nov 27 2004 Alasdair Kergon - 2.00.29-1 - Fix last fix. * Sat Nov 27 2004 Alasdair Kergon - 2.00.28-1 - Endian fix to partition/md signature detection. * Wed Nov 24 2004 Alasdair Kergon - 2.00.27-1 - Fix partition table detection & an out of memory segfault. * Tue Nov 23 2004 Alasdair Kergon - 2.00.26-1 - Several installation-related fixes & man page updates. * Mon Oct 25 2004 Elliot Lee - 2.00.25-1.01 - Fix 2.6 kernel requirement * Wed Sep 29 2004 Alasdair Kergon - 2.00.25-1 - Fix vgmknodes return code & vgremove locking. * Fri Sep 17 2004 Alasdair Kergon - 2.00.24-2 - Obsolete old lvm1 packages; refuse install if running kernel 2.4. [bz 128185] * Thu Sep 16 2004 Alasdair Kergon - 2.00.24-1 - More upstream fixes. (Always check WHATS_NEW file for details.) - Add requested BuildRequires. [bz 124916, 132408] * Wed Sep 15 2004 Alasdair Kergon - 2.00.23-1 - Various minor upstream fixes. * Fri Sep 3 2004 Alasdair Kergon - 2.00.22-1 - Permission fix included upstream; use different endian conversion macros. * Thu Sep 2 2004 Jeremy Katz - 2.00.21-2 - fix permissions on vg dirs * Thu Aug 19 2004 Alasdair Kergon - 2.00.21-1 - New upstream release incorporating fixes plus minor enhancements. * Tue Aug 17 2004 Jeremy Katz - 2.00.20-2 - add patch for iSeries viodasd support - add patch to check file type using stat(2) if d_type == DT_UNKNOWN (#129674) * Sat Jul 3 2004 Alasdair Kergon - 2.00.20-1 - New upstream release fixes 2.6 kernel device numbers. * Tue Jun 29 2004 Alasdair Kergon - 2.00.19-1 - Latest upstream release. Lots of changes (see WHATS_NEW). * Tue Jun 15 2004 Elliot Lee - 2.00.15-5 - rebuilt * Wed May 26 2004 Alasdair Kergon - 2.00.15-4 - clone %description from LVM rpm * Wed May 26 2004 Alasdair Kergon - 2.00.15-3 - vgscan shouldn't return error status when no VGs present * Thu May 06 2004 Warren Togami - 2.00.15-2 - i2o patch from Markus Lidel * Tue Apr 20 2004 Bill Nottingham - 2.00.15-1.1 - handle disabled SELinux correctly, so that LVMs can be detected in a non-SELinux context * Mon Apr 19 2004 Alasdair Kergon - 2.00.15-1 - Fix non-root build with current version of 'install'. * Fri Apr 16 2004 Alasdair Kergon - 2.00.14-1 - Use 64-bit file offsets. * Fri Apr 16 2004 Alasdair Kergon - 2.00.13-1 - Avoid scanning devices containing md superblocks. - Integrate ENOTSUP patch. * Thu Apr 15 2004 Jeremy Katz - 2.00.12-4 - don't die if we get ENOTSUP setting selinux contexts * Thu Apr 15 2004 Alasdair Kergon 2.00.12-3 - Add temporary pvscan symlink for LVM1 until mkinitrd gets updated. * Wed Apr 14 2004 Alasdair Kergon 2.00.12-2 - Mark config file noreplace. * Wed Apr 14 2004 Alasdair Kergon 2.00.12-1 - Install default /etc/lvm/lvm.conf. - Move non-static binaries to /usr/sbin. - Add temporary links in /sbin to lvm.static until rc.sysinit gets updated. * Thu Apr 08 2004 Alasdair Kergon 2.00.11-1 - Fallback to using LVM1 tools when using a 2.4 kernel without device-mapper. * Wed Apr 07 2004 Alasdair Kergon 2.00.10-2 - Install the full toolset, not just 'lvm'. * Wed Apr 07 2004 Alasdair Kergon 2.00.10-1 - Update to version 2.00.10, which incorporates the RH-specific patches and includes various fixes and enhancements detailed in WHATS_NEW. * Wed Mar 17 2004 Jeremy Katz 2.00.08-5 - Fix sysfs patch to find sysfs - Take patch from dwalsh and tweak a little for setting SELinux contexts on device node creation and also do it on the symlink creation. Part of this should probably be pushed down to device-mapper instead * Thu Feb 19 2004 Stephen C. Tweedie 2.00.08-4 - Add sysfs filter patch - Allow non-root users to build RPM * Fri Feb 13 2004 Elliot Lee - rebuilt * Fri Dec 5 2003 Jeremy Katz 2.00.08-2 - add static lvm binary * Tue Dec 2 2003 Jeremy Katz - Initial build.