123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749 |
- %define lvm_version 2.02.84
- %define device_mapper_version 1.02.63
- %define with_cluster 0
- Summary: Userland logical volume management tools
- Summary(ja): 論理ボリューム管理ツール
- Name: lvm2
- Version: %{lvm_version}
- Release: 1%{?_dist_release}
- License: GPL
- Group: System Environment/Base
- URL: http://sources.redhat.com/lvm2
- Source0: LVM2.%{lvm_version}.tgz
- Patch10: libdevmapper-static.patch
- BuildRoot: %{_tmppath}/%{name}-%{lvm_version}-%{release}-buildroot
- BuildRequires: libtermcap-devel
- BuildRequires: ncurses-devel
- BuildRequires: readline-devel
- BuildRequires: 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
- %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
- 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
- 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
- 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: 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
- 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
- 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
- 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
- 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
- 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
- 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}
- %patch10 -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}/lvmchange
- %{_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
- %{_sbindir}/lvmconf
- %{_mandir}/man5/lvm.conf.5.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/lvmchange.8.gz
- %{_mandir}/man8/lvmconf.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
- %dir /etc/lvm/backup
- %dir /etc/lvm/cache
- %dir /etc/lvm/archive
- %dir /var/lock/lvm
- /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}/libdevmapper-event-lvm2mirror.so
- %{_libdir}/libdevmapper-event-lvm2snapshot.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/dmsetup
- %{_mandir}/man8/dmsetup.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,-)
- %attr(755,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,-)
- %attr(755,root,root) /usr%{_libdir}/libdevmapper-event.so
- %{_includedir}/libdevmapper-event.h
- /usr%{_libdir}/pkgconfig/devmapper-event.pc
- %changelog
- * Mon Mar 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.84-1
- - new upstream release
- - enable static libs, add device-mapper-static subpackage
- * Sat Feb 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.83-1
- - new upstream release
- * Sat Dec 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.02.79-1
- - new upstream release
- * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.02.78-1
- - new upstream release
- - fix %%files
- * Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.02.62-3
- - rebuilt with rpm-4.8.1 for pkg-config
- * Sun Apr 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.62-2
- - add missing file
- - %{_udevdir}/11-dm-lvm.rules
- * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <shaolin@vinelinux.org> - 2.02.60-1
- - new upstream release
- * Thu Jul 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.48-1
- - new upstream release
- * Tue Jun 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.47-1
- - new upstream release
- * Wed Feb 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.44-2
- - add libdevmapper.a
- * Thu Jan 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.02.42-1
- - new upstream release
- * Sun Oct 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.41-1
- - new upstream release
- * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.40-1
- - new upstream release
- * Sun Jul 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.39-1
- - new upstream release
- * Thu Jun 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.38-1
- - new upstream release
- * Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.35-1
- - new upstream release
- * Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.28-0vl1
- - new upstream release
- * Wed Nov 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.13-0vl1
- - new upstream release
- * Sat Aug 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.02.06-0vl1
- - initial build for Vine Linux
- * Tue Aug 1 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-3
- - require new libselinux to avoid segfaults on xen (#200783)
- * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-2
- - free trip through the buildsystem
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.02.06-1.2.1
- - rebuild
- * Tue Jun 6 2006 Stephen C. Tweedie <sct@redhat.com> - 2.02.06-1.2
- - Rebuild to pick up new nosegneg libc.a for lvm.static
- * Mon May 22 2006 Alasdair Kergon <agk@redhat.com> - 2.02.06-1.1
- - Reinstate archs now build system is back.
- - BuildRequires libsepol-devel.
- * Fri May 12 2006 Alasdair Kergon <agk@redhat.com> - 2.02.06-1.0
- - New upstream release.
- * Sat Apr 22 2006 Alasdair Kergon <agk@redhat.com> - 2.02.05-1.1
- - Exclude archs that aren't building.
- * Fri Apr 21 2006 Alasdair Kergon <agk@redhat.com> - 2.02.05-1.0
- - Fix VG uuid comparisons.
- * Wed Apr 19 2006 Alasdair Kergon <agk@redhat.com> - 2.02.04-1.0
- - New release upstream, including better handling of duplicated VG names.
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.02.01-1.2.1
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.02.01-1.2
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- - rebuilt
- * Fri Dec 2 2005 Peter Jones <pjones@redhat.com> - 2.02.01-1
- - update to 2.02.01
- * Tue Nov 8 2005 Jeremy Katz <katzj@redhat.com> - 2.01.14-4
- - add patch for xen block devices
- * Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
- - add -lselinux -lsepol to the static linking -ldevice-mapper requires it
- * Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 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 <agk@redhat.com> - 2.01.14-1.0
- - And a few more bugs fixes.
- * Wed Jul 13 2005 Alasdair Kergon <agk@redhat.com> - 2.01.13-1.0
- - Fix several bugs discovered in the last release.
- * Tue Jun 14 2005 Alasdair Kergon <agk@redhat.com> - 2.01.12-1.0
- - New version upstream with a lot of fixes and enhancements.
- * Wed Apr 27 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-2.1
- - Add /etc/lvm
- * Wed Apr 27 2005 Alasdair Kergon <agk@redhat.com> - 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 <agk@redhat.com> - 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 <agk@redhat.com> - 2.01.07-1.3
- * Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.2
- * Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.1
- - Suppress some new compiler messages.
- * Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 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 <agk@redhat.com> - 2.01.06-1.0
- - Allow anaconda to suppress warning messages.
- * Fri Feb 18 2005 Alasdair Kergon <agk@redhat.com> - 2.01.05-1.0
- - Upstream changes not affecting Fedora.
- * Wed Feb 09 2005 Alasdair Kergon <agk@redhat.com> - 2.01.04-1.0
- - Offset pool minors; lvm2cmd.so skips open fd check; pvmove -f gone.
- * Tue Feb 01 2005 Alasdair Kergon <agk@redhat.com> - 2.01.03-1.0
- - Fix snapshot device size & 64-bit display output.
- * Fri Jan 21 2005 Alasdair Kergon <agk@redhat.com> - 2.01.02-1.0
- - Minor fixes.
- * Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 2.01.01-1.0
- - Update vgcreate man page. Preparation for snapshot origin extension fix.
- * Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 2.01.00-1.0
- - Fix metadata auto-correction. Only request open_count when needed.
- * Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 2.00.33-2.0
- - Rebuilt for new readline.
- * Fri Jan 7 2005 Alasdair Kergon <agk@redhat.com> - 2.00.33-1.0
- - pvcreate wipes ext label
- - several clvm fixes
- * Thu Jan 6 2005 Alasdair Kergon <agk@redhat.com> - 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 <agk@redhat.com> - 2.00.32-1.0
- - More fixes (143501).
- * Sun Dec 12 2004 Alasdair Kergon <agk@redhat.com> - 2.00.31-1.0
- - Fix pvcreate install issues.
- * Fri Dec 10 2004 Alasdair Kergon <agk@redhat.com> - 2.00.30-1.0
- - Additional debugging code.
- - Some trivial man page corrections.
- * Tue Nov 30 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.3
- - Reinstate all archs.
- * Sun Nov 28 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.2
- - Try excluding more archs.
- * Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.1
- - Exclude s390x which fails.
- * Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1
- - Fix last fix.
- * Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.28-1
- - Endian fix to partition/md signature detection.
- * Wed Nov 24 2004 Alasdair Kergon <agk@redhat.com> - 2.00.27-1
- - Fix partition table detection & an out of memory segfault.
- * Tue Nov 23 2004 Alasdair Kergon <agk@redhat.com> - 2.00.26-1
- - Several installation-related fixes & man page updates.
- * Mon Oct 25 2004 Elliot Lee <sopwith@redhat.com> - 2.00.25-1.01
- - Fix 2.6 kernel requirement
- * Wed Sep 29 2004 Alasdair Kergon <agk@redhat.com> - 2.00.25-1
- - Fix vgmknodes return code & vgremove locking.
- * Fri Sep 17 2004 Alasdair Kergon <agk@redhat.com> - 2.00.24-2
- - Obsolete old lvm1 packages; refuse install if running kernel 2.4. [bz 128185]
- * Thu Sep 16 2004 Alasdair Kergon <agk@redhat.com> - 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 <agk@redhat.com> - 2.00.23-1
- - Various minor upstream fixes.
- * Thu Sep 3 2004 Alasdair Kergon <agk@redhat.com> - 2.00.22-1
- - Permission fix included upstream; use different endian conversion macros.
- * Thu Sep 2 2004 Jeremy Katz <katzj@redhat.com> - 2.00.21-2
- - fix permissions on vg dirs
- * Thu Aug 19 2004 Alasdair Kergon <agk@redhat.com> - 2.00.21-1
- - New upstream release incorporating fixes plus minor enhancements.
- * Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 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 <agk@redhat.com> - 2.00.20-1
- - New upstream release fixes 2.6 kernel device numbers.
- * Tue Jun 29 2004 Alasdair Kergon <agk@redhat.com> - 2.00.19-1
- - Latest upstream release. Lots of changes (see WHATS_NEW).
- * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - 2.00.15-5
- - rebuilt
- * Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-4
- - clone %description from LVM rpm
- * Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-3
- - vgscan shouldn't return error status when no VGs present
- * Thu May 06 2004 Warren Togami <wtogami@redhat.com> - 2.00.15-2
- - i2o patch from Markus Lidel
- * Tue Apr 20 2004 Bill Nottingham <notting@redhat.com> - 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 <agk@redhat.com> - 2.00.15-1
- - Fix non-root build with current version of 'install'.
- * Fri Apr 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.14-1
- - Use 64-bit file offsets.
- * Fri Apr 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.13-1
- - Avoid scanning devices containing md superblocks.
- - Integrate ENOTSUP patch.
- * Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 2.00.12-4
- - don't die if we get ENOTSUP setting selinux contexts
- * Thu Apr 15 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-3
- - Add temporary pvscan symlink for LVM1 until mkinitrd gets updated.
- * Wed Apr 14 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-2
- - Mark config file noreplace.
- * Wed Apr 14 2004 Alasdair Kergon <agk@redhat.com> 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 <agk@redhat.com> 2.00.11-1
- - Fallback to using LVM1 tools when using a 2.4 kernel without device-mapper.
- * Wed Apr 07 2004 Alasdair Kergon <agk@redhat.com> 2.00.10-2
- - Install the full toolset, not just 'lvm'.
- * Wed Apr 07 2004 Alasdair Kergon <agk@redhat.com> 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 <katzj@redhat.com> 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 <sct@redhat.com> 2.00.08-4
- - Add sysfs filter patch
- - Allow non-root users to build RPM
- * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 2.00.08-2
- - add static lvm binary
- * Tue Dec 2 2003 Jeremy Katz <katzj@redhat.com>
- - Initial build.
|