Alasdair Kergon d2ada7
%define device_mapper_version 1.02.12
Alasdair Kergon 3d707b
cvsdist bf559c
Summary: Userland logical volume management tools 
cvsdist bf559c
Name: lvm2
Alasdair Kergon f1319e
Version: 2.02.11
Alasdair Kergon 3d707b
Release: 6%{?dist}
cvsdist bf559c
License: GPL
cvsdist bf559c
Group: System Environment/Base
cvsdist 902334
URL: http://sources.redhat.com/lvm2
cvsdist bf559c
Source0: LVM2.%{version}.tgz
Alasdair Kergon 3d707b
Patch0: clvmd-init-chkconfig.patch
Alasdair Kergon 3d707b
Patch1: cluster-locking-built-in.patch
Alasdair Kergon 3d707b
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Alasdair Kergon d2ada7
BuildRequires: device-mapper >= %{device_mapper_version}
Jeremy Katz f95fe0
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
Alasdair Kergon f15230
BuildRequires: libtermcap-devel
Alasdair Kergon f15230
BuildRequires: ncurses-devel
Alasdair Kergon f15230
BuildRequires: readline-devel
Alasdair Kergon 3d707b
BuildRequires: cman-devel
Alasdair Kergon d2ada7
Requires: device-mapper >= %{device_mapper_version}
Peter Jones 3a7b2a
Conflicts: lvm
Peter Jones 3a7b2a
Obsoletes: lvm
cvsdist 902334
cvsdist 902334
%define _exec_prefix /usr
cvsdist bf559c
cvsdist bf559c
%description
cvsdist 0a8255
LVM2 includes all of the support for handling read/write operations on
cvsdist 0a8255
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
cvsdist 0a8255
multiple devices (MD), see mdadd(8) or even loop devices, see
cvsdist 0a8255
losetup(8)), creating volume groups (kind of virtual disks) from one
cvsdist 0a8255
or more physical volumes and creating one or more logical volumes
cvsdist 0a8255
(kind of logical partitions) in volume groups.
cvsdist bf559c
cvsdist bf559c
%prep
cvsdist bf559c
%setup -q -n LVM2.%{version}
Alasdair Kergon 3d707b
%patch -p1 -b .chkconfig
Alasdair Kergon 3d707b
%patch1 -p1 -b .locking
cvsdist bf559c
cvsdist bf559c
%build
Alasdair Kergon 3d707b
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
cvsdist 902334
make DESTDIR=$RPM_BUILD_ROOT
cvsdist bf559c
cvsdist bf559c
%install
cvsdist bf559c
rm -rf $RPM_BUILD_ROOT
cvsdist 902334
make install DESTDIR=$RPM_BUILD_ROOT
Alasdair Kergon 3d707b
make install_cluster DESTDIR=$RPM_BUILD_ROOT
Peter Jones 3a7b2a
ln -s lvm.static $RPM_BUILD_ROOT/sbin/lvm
Peter Jones 3a7b2a
ln -s lvm.static $RPM_BUILD_ROOT/sbin/pvscan
Peter Jones 3a7b2a
ln -s lvm.static $RPM_BUILD_ROOT/sbin/vgchange
Peter Jones 3a7b2a
ln -s lvm.static $RPM_BUILD_ROOT/sbin/vgscan
Peter Jones 753c11
install -m 0700 -d $RPM_BUILD_ROOT/etc/lvm/archive
Peter Jones 753c11
install -m 0700 -d $RPM_BUILD_ROOT/etc/lvm/backup
Peter Jones 753c11
install -m 0700 -d $RPM_BUILD_ROOT/var/lock/lvm
Peter Jones 753c11
install -m 0700 /dev/null $RPM_BUILD_ROOT/etc/lvm/.cache
Alasdair Kergon 2dcbb9
install -m 0755 scripts/lvm_dump.sh $RPM_BUILD_ROOT/usr/sbin/lvmdump
Alasdair Kergon 3d707b
mkdir -p -m755 $RPM_BUILD_ROOT/etc/rc.d/init.d
Alasdair Kergon 3d707b
install scripts/clvmd_init_rhel4 $RPM_BUILD_ROOT/etc/rc.d/init.d/clvmd
Alasdair Kergon 3d707b
install -m 0755 scripts/lvmconf.sh $RPM_BUILD_ROOT/usr/sbin/lvmconf
cvsdist bf559c
cvsdist bf559c
%clean
cvsdist bf559c
rm -rf $RPM_BUILD_ROOT
cvsdist bf559c
cvsdist bf559c
%files
cvsdist bf559c
%defattr(-,root,root,-)
cvsdist 902334
%doc COPYING COPYING.LIB INSTALL README VERSION WHATS_NEW
cvsdist bf559c
/sbin/lvm.static
Peter Jones 3a7b2a
/sbin/lvm
Peter Jones 3a7b2a
/sbin/pvscan
Peter Jones 3a7b2a
/sbin/vgscan
Peter Jones 52acd4
/sbin/vgchange
Alasdair Kergon d2ada7
/usr/sbin/lv*
Alasdair Kergon d2ada7
/usr/sbin/pv*
Alasdair Kergon d2ada7
/usr/sbin/vg*
Alasdair Kergon d2ada7
%{_mandir}/*/lv*
Alasdair Kergon d2ada7
%{_mandir}/*/pv*
Alasdair Kergon d2ada7
%{_mandir}/*/vg*
Peter Jones 52acd4
%dir /etc/lvm
Alasdair Kergon 9e896f
%ghost /etc/lvm/.cache
cvsdist 902334
%config(noreplace) /etc/lvm/lvm.conf
Alasdair Kergon 8ea190
/etc/lvm/backup
Alasdair Kergon 8ea190
/etc/lvm/archive
Alasdair Kergon 8ea190
/var/lock/lvm
cvsdist bf559c
Alasdair Kergon 3d707b
##############################################################################
Alasdair Kergon 3d707b
# Cluster subpackage
Alasdair Kergon 3d707b
##############################################################################
Alasdair Kergon 3d707b
%package cluster
Alasdair Kergon 3d707b
Summary: Cluster extensions for userland logical volume management tools
Alasdair Kergon 3d707b
Group: System Environment/Base
Alasdair Kergon 3d707b
Requires: lvm2 = %{version}-%{release}
Alasdair Kergon 3d707b
Requires(post): chkconfig
Alasdair Kergon 3d707b
Requires(post): ldconfig
Alasdair Kergon 3d707b
Requires(preun): chkconfig
Alasdair Kergon d2ada7
Requires(preun): device-mapper >= %{device_mapper_version}
Alasdair Kergon 3d707b
Requires(preun): lvm2 >= 2.02
Alasdair Kergon 3d707b
Requires(postun): ldconfig
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
%description cluster
Alasdair Kergon 3d707b
Extensions to LVM2 to support clusters.
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
%post cluster
Alasdair Kergon 3d707b
/sbin/chkconfig --add clvmd
Alasdair Kergon 3d707b
/sbin/ldconfig
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
/usr/sbin/lvmconf --lockinglibdir %{_libdir}
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
%postun cluster -p /sbin/ldconfig
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
%preun cluster
Alasdair Kergon 3d707b
if [ "$1" = 0 ]; then
Alasdair Kergon 3d707b
        /sbin/chkconfig --del clvmd
Alasdair Kergon 3d707b
        /usr/sbin/lvmconf --disable-cluster
Alasdair Kergon 3d707b
fi
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
%files cluster
Alasdair Kergon 3d707b
%defattr(-,root,root,-)
Alasdair Kergon 3d707b
%attr(755,root,root) %{_sbindir}/clvmd
Alasdair Kergon 3d707b
%{_sbindir}/lvmconf
Alasdair Kergon 3d707b
%{_mandir}/man8/clvmd.8.gz
Alasdair Kergon 3d707b
/etc/rc.d/init.d/clvmd
Alasdair Kergon 3d707b
Alasdair Kergon 3d707b
cvsdist bf559c
%changelog
Alasdair Kergon 3d707b
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-6
Alasdair Kergon 3d707b
- Incorporate lvm2-cluster as a subpackage.
Alasdair Kergon 3d707b
Alasdair Kergon 2dcbb9
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-5
Alasdair Kergon 2dcbb9
- Install lvmdump script.
Alasdair Kergon 2dcbb9
Alasdair Kergon bdaf88
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-4
Alasdair Kergon bdaf88
- Build in cluster locking with fallback if external locking fails to load.
Alasdair Kergon bdaf88
Alasdair Kergon 7ed5d2
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-3
Alasdair Kergon 7ed5d2
- Drop .0 suffix from release.
Alasdair Kergon 7ed5d2
Alasdair Kergon 5a31cd
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-2.0
Alasdair Kergon 5a31cd
- Append distribution to release.
Alasdair Kergon 5a31cd
Alasdair Kergon f1319e
* Fri Oct 13 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-1.0
Alasdair Kergon f1319e
- New upstream with numerous fixes and small enhancements.
Alasdair Kergon f1319e
  (See the WHATS_NEW documentation file for complete upstream changelog.)
Alasdair Kergon f1319e
Peter Jones bb3e88
* Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 2.02.06-4
Peter Jones bb3e88
- Fix metadata and map alignment problems on ppc64 (#206202)
Alasdair Kergon 5d9996
Jeremy Katz f95fe0
* Tue Aug  1 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-3
Jeremy Katz f95fe0
- require new libselinux to avoid segfaults on xen (#200783)
Jeremy Katz f95fe0
Jeremy Katz ec7069
* Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-2
Jeremy Katz ec7069
- free trip through the buildsystem
Jeremy Katz ec7069
Jesse Keating d89a6c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.02.06-1.2.1
Jesse Keating d89a6c
- rebuild
Jesse Keating d89a6c
Stephen Tweedie df4581
* Tue Jun  6 2006 Stephen C. Tweedie <sct@redhat.com> - 2.02.06-1.2
Stephen Tweedie df4581
- Rebuild to pick up new nosegneg libc.a for lvm.static
Stephen Tweedie df4581
Alasdair Kergon 9b9dcf
* Mon May 22 2006 Alasdair Kergon <agk@redhat.com> - 2.02.06-1.1
Alasdair Kergon 9b9dcf
- Reinstate archs now build system is back.
Alasdair Kergon 9b9dcf
- BuildRequires libsepol-devel.
Alasdair Kergon 9b9dcf
Alasdair Kergon 3d064e
* Fri May 12 2006 Alasdair Kergon <agk@redhat.com> - 2.02.06-1.0
Alasdair Kergon 3d064e
- New upstream release.
Alasdair Kergon 3d064e
Alasdair Kergon 5a5d2a
* Sat Apr 22 2006 Alasdair Kergon <agk@redhat.com> - 2.02.05-1.1
Alasdair Kergon 5a5d2a
- Exclude archs that aren't building.
Alasdair Kergon 5a5d2a
Alasdair Kergon ffb8b4
* Fri Apr 21 2006 Alasdair Kergon <agk@redhat.com> - 2.02.05-1.0
Alasdair Kergon ffb8b4
- Fix VG uuid comparisons.
Alasdair Kergon ffb8b4
Alasdair Kergon 57c567
* Wed Apr 19 2006 Alasdair Kergon <agk@redhat.com> - 2.02.04-1.0
Alasdair Kergon 57c567
- New release upstream, including better handling of duplicated VG names.
Alasdair Kergon 57c567
Jesse Keating 7e0212
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.02.01-1.2.1
Jesse Keating 7e0212
- bump again for double-long bug on ppc(64)
Jesse Keating 7e0212
Jesse Keating 484df6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.02.01-1.2
Jesse Keating 484df6
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 484df6
Jesse Keating a5df15
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating a5df15
- rebuilt
Jesse Keating a5df15
Peter Jones 3a7b2a
* Fri Dec  2 2005 Peter Jones <pjones@redhat.com> - 2.02.01-1
Peter Jones 3a7b2a
- update to 2.02.01
Peter Jones 3a7b2a
Jeremy Katz 0f8e7a
* Tue Nov  8 2005 Jeremy Katz <katzj@redhat.com> - 2.01.14-4
Jeremy Katz 0f8e7a
- add patch for xen block devices
Jeremy Katz 0f8e7a
Florian La Roche e6b59e
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche e6b59e
- add -lselinux -lsepol to the static linking -ldevice-mapper requires it
Florian La Roche e6b59e
Jeremy Katz 5ea1e7
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 2.01.14-2
Jeremy Katz 5ea1e7
- the distro doesn't really work without a 2.6 kernel, so no need to require it
Jeremy Katz 5ea1e7
Alasdair Kergon 841a0a
* Thu Aug 4 2005 Alasdair Kergon <agk@redhat.com> - 2.01.14-1.0
Alasdair Kergon 66e91a
- And a few more bugs fixes.
Alasdair Kergon 66e91a
Alasdair Kergon 2741c3
* Wed Jul 13 2005 Alasdair Kergon <agk@redhat.com> - 2.01.13-1.0
Alasdair Kergon 2741c3
- Fix several bugs discovered in the last release.
Alasdair Kergon 2741c3
Alasdair Kergon 7701fe
* Tue Jun 14 2005 Alasdair Kergon <agk@redhat.com> - 2.01.12-1.0
Alasdair Kergon 1a3ae7
- New version upstream with a lot of fixes and enhancements.
Alasdair Kergon 1a3ae7
Alasdair Kergon 9e896f
* Wed Apr 27 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-2.1
Alasdair Kergon 9e896f
- Add /etc/lvm
Alasdair Kergon 9e896f
Alasdair Kergon 8ea190
* Wed Apr 27 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-2.0
Alasdair Kergon 8ea190
- No longer abort read operations if archive/backup directories aren't there.
Alasdair Kergon 8ea190
- Add runtime directories and file to the package.
Alasdair Kergon 8ea190
Alasdair Kergon e92094
* Tue Mar 22 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-1.0
Alasdair Kergon e92094
- Improve detection of external changes affecting internal cache.
Alasdair Kergon e92094
- Add clustered VG attribute.
Alasdair Kergon e92094
- Suppress rmdir opendir error message.
Alasdair Kergon e92094
Alasdair Kergon 493471
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.3
Alasdair Kergon 39230f
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.2
Alasdair Kergon 01a9a3
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.1
Alasdair Kergon 01a9a3
- Suppress some new compiler messages.
Alasdair Kergon 01a9a3
Alasdair Kergon 03d042
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.0
Alasdair Kergon 03d042
- Remove build directory from built-in path.
Alasdair Kergon 03d042
- Extra /dev scanning required for clustered operation.
Alasdair Kergon 03d042
Alasdair Kergon f67c8d
* Thu Mar 03 2005 Alasdair Kergon <agk@redhat.com> - 2.01.06-1.0
Alasdair Kergon f67c8d
- Allow anaconda to suppress warning messages.
Alasdair Kergon f67c8d
Alasdair Kergon 82441e
* Fri Feb 18 2005 Alasdair Kergon <agk@redhat.com> - 2.01.05-1.0
Alasdair Kergon 82441e
- Upstream changes not affecting Fedora.
Alasdair Kergon 82441e
Alasdair Kergon e1e5c0
* Wed Feb 09 2005 Alasdair Kergon <agk@redhat.com> - 2.01.04-1.0
Alasdair Kergon e1e5c0
- Offset pool minors; lvm2cmd.so skips open fd check; pvmove -f gone.
Alasdair Kergon e1e5c0
Alasdair Kergon e5c265
* Tue Feb 01 2005 Alasdair Kergon <agk@redhat.com> - 2.01.03-1.0
Alasdair Kergon e5c265
- Fix snapshot device size & 64-bit display output.
Alasdair Kergon e5c265
Alasdair Kergon 608c39
* Fri Jan 21 2005 Alasdair Kergon <agk@redhat.com> - 2.01.02-1.0
Alasdair Kergon 608c39
- Minor fixes.
Alasdair Kergon 608c39
Alasdair Kergon c5aab8
* Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 2.01.01-1.0
Alasdair Kergon c5aab8
- Update vgcreate man page.  Preparation for snapshot origin extension fix.
Alasdair Kergon c5aab8
Alasdair Kergon 703693
* Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 2.01.00-1.0
Alasdair Kergon 703693
- Fix metadata auto-correction. Only request open_count when needed.
Alasdair Kergon 703693
Tim Waugh b99a0b
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 2.00.33-2.0
Tim Waugh b99a0b
- Rebuilt for new readline.
Tim Waugh b99a0b
Alasdair Kergon 64fad9
* Fri Jan 7 2005 Alasdair Kergon <agk@redhat.com> - 2.00.33-1.0
Alasdair Kergon 64fad9
- pvcreate wipes ext label
Alasdair Kergon 64fad9
- several clvm fixes
Alasdair Kergon 64fad9
Alasdair Kergon ec979c
* Thu Jan 6 2005 Alasdair Kergon <agk@redhat.com> - 2.00.32-2.0
Alasdair Kergon ec979c
- Remove temporary /sbin symlinks no longer needed.
Alasdair Kergon ec979c
- Include read-only pool support in the build.
Alasdair Kergon ec979c
Alasdair Kergon 9fb057
* Wed Dec 22 2004 Alasdair Kergon <agk@redhat.com> - 2.00.32-1.0
Alasdair Kergon 9fb057
- More fixes (143501).
Alasdair Kergon 9fb057
Alasdair Kergon ccbfc9
* Sun Dec 12 2004 Alasdair Kergon <agk@redhat.com> - 2.00.31-1.0
Alasdair Kergon ccbfc9
- Fix pvcreate install issues.
Alasdair Kergon ccbfc9
Alasdair Kergon 1079be
* Fri Dec 10 2004 Alasdair Kergon <agk@redhat.com> - 2.00.30-1.0
Alasdair Kergon 1079be
- Additional debugging code.
Alasdair Kergon 1079be
- Some trivial man page corrections.
Alasdair Kergon 1079be
Alasdair Kergon 51e5ee
* Tue Nov 30 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.3
Alasdair Kergon 51e5ee
- Reinstate all archs.
Alasdair Kergon 51e5ee
Alasdair Kergon a8bf55
* Sun Nov 28 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.2
Alasdair Kergon a8bf55
- Try excluding more archs.
Alasdair Kergon a8bf55
Alasdair Kergon 18b107
* Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.1
Alasdair Kergon 18b107
- Exclude s390x which fails.
Alasdair Kergon 18b107
Alasdair Kergon 0902d2
* Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1
Alasdair Kergon 0902d2
- Fix last fix.
Alasdair Kergon 0902d2
Alasdair Kergon 47735a
* Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.28-1
Alasdair Kergon 47735a
- Endian fix to partition/md signature detection.
Alasdair Kergon 47735a
Alasdair Kergon f56b3d
* Wed Nov 24 2004 Alasdair Kergon <agk@redhat.com> - 2.00.27-1
Alasdair Kergon f56b3d
- Fix partition table detection & an out of memory segfault.
Alasdair Kergon f56b3d
Alasdair Kergon aef0d6
* Tue Nov 23 2004 Alasdair Kergon <agk@redhat.com> - 2.00.26-1
Alasdair Kergon aef0d6
- Several installation-related fixes & man page updates.
Alasdair Kergon aef0d6
Elliot Lee 98bbbc
* Mon Oct 25 2004 Elliot Lee <sopwith@redhat.com> - 2.00.25-1.01
Elliot Lee 98bbbc
- Fix 2.6 kernel requirement
Elliot Lee 98bbbc
Alasdair Kergon c86e65
* Wed Sep 29 2004 Alasdair Kergon <agk@redhat.com> - 2.00.25-1
Alasdair Kergon c86e65
- Fix vgmknodes return code & vgremove locking.
Alasdair Kergon c86e65
Alasdair Kergon f1d8f9
* Fri Sep 17 2004 Alasdair Kergon <agk@redhat.com> - 2.00.24-2
Alasdair Kergon f1d8f9
- Obsolete old lvm1 packages; refuse install if running kernel 2.4. [bz 128185]
Alasdair Kergon f1d8f9
Alasdair Kergon f15230
* Thu Sep 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.24-1
Alasdair Kergon f15230
- More upstream fixes.  (Always check WHATS_NEW file for details.)
Alasdair Kergon f15230
- Add requested BuildRequires. [bz 124916, 132408]
Alasdair Kergon f15230
Alasdair Kergon f15230
* Wed Sep 15 2004 Alasdair Kergon <agk@redhat.com> - 2.00.23-1
Alasdair Kergon ac39fd
- Various minor upstream fixes.
Alasdair Kergon ac39fd
Alasdair Kergon 03a1c3
* Thu Sep  3 2004 Alasdair Kergon <agk@redhat.com> - 2.00.22-1
Alasdair Kergon 03a1c3
- Permission fix included upstream; use different endian conversion macros.
Alasdair Kergon 03a1c3
cvsdist b7ce32
* Thu Sep  2 2004 Jeremy Katz <katzj@redhat.com> - 2.00.21-2
cvsdist b7ce32
- fix permissions on vg dirs
cvsdist b7ce32
cvsdist 7264d0
* Thu Aug 19 2004 Alasdair Kergon <agk@redhat.com> - 2.00.21-1
cvsdist 7264d0
- New upstream release incorporating fixes plus minor enhancements.
cvsdist 7264d0
cvsdist fd770d
* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 2.00.20-2
cvsdist fd770d
- add patch for iSeries viodasd support
cvsdist fd770d
- add patch to check file type using stat(2) if d_type == DT_UNKNOWN (#129674)
cvsdist fd770d
cvsdist fb0965
* Sat Jul 3 2004 Alasdair Kergon <agk@redhat.com> - 2.00.20-1
cvsdist fb0965
- New upstream release fixes 2.6 kernel device numbers.
cvsdist fb0965
cvsdist 5ec8e7
* Tue Jun 29 2004 Alasdair Kergon <agk@redhat.com> - 2.00.19-1
cvsdist 5ec8e7
- Latest upstream release.  Lots of changes (see WHATS_NEW).
cvsdist 5ec8e7
cvsdist 5ec8e7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - 2.00.15-5
cvsdist 93f2e4
- rebuilt
cvsdist 93f2e4
cvsdist 0a8255
* Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-4
cvsdist 0a8255
- clone %description from LVM rpm
cvsdist 0a8255
cvsdist 715f5b
* Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-3
cvsdist 715f5b
- vgscan shouldn't return error status when no VGs present
cvsdist 715f5b
cvsdist 902334
* Thu May 06 2004 Warren Togami <wtogami@redhat.com> - 2.00.15-2
cvsdist 902334
- i2o patch from Markus Lidel
cvsdist 902334
cvsdist 902334
* Tue Apr 20 2004 Bill Nottingham <notting@redhat.com> - 2.00.15-1.1
cvsdist 902334
- handle disabled SELinux correctly, so that LVMs can be detected in a
cvsdist 902334
  non-SELinux context
cvsdist 902334
  
cvsdist 902334
* Mon Apr 19 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-1
cvsdist 902334
- Fix non-root build with current version of 'install'.
cvsdist 902334
cvsdist 902334
* Fri Apr 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.14-1
cvsdist 902334
- Use 64-bit file offsets.
cvsdist 902334
cvsdist 902334
* Fri Apr 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.13-1
cvsdist 902334
- Avoid scanning devices containing md superblocks.
cvsdist 902334
- Integrate ENOTSUP patch.
cvsdist 902334
cvsdist 902334
* Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 2.00.12-4
cvsdist 902334
- don't die if we get ENOTSUP setting selinux contexts
cvsdist 902334
cvsdist 902334
* Thu Apr 15 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-3
cvsdist 902334
- Add temporary pvscan symlink for LVM1 until mkinitrd gets updated.
cvsdist 902334
cvsdist 902334
* Wed Apr 14 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-2
cvsdist 902334
- Mark config file noreplace.
cvsdist 902334
cvsdist 902334
* Wed Apr 14 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-1
cvsdist 902334
- Install default /etc/lvm/lvm.conf.
cvsdist 902334
- Move non-static binaries to /usr/sbin.
cvsdist 902334
- Add temporary links in /sbin to lvm.static until rc.sysinit gets updated.
cvsdist 902334
cvsdist 902334
* Thu Apr 08 2004 Alasdair Kergon <agk@redhat.com> 2.00.11-1
cvsdist 902334
- Fallback to using LVM1 tools when using a 2.4 kernel without device-mapper.
cvsdist 902334
cvsdist 902334
* Wed Apr 07 2004 Alasdair Kergon <agk@redhat.com> 2.00.10-2
cvsdist 902334
- Install the full toolset, not just 'lvm'.
cvsdist 902334
cvsdist 902334
* Wed Apr 07 2004 Alasdair Kergon <agk@redhat.com> 2.00.10-1
cvsdist 902334
- Update to version 2.00.10, which incorporates the RH-specific patches
cvsdist 902334
  and includes various fixes and enhancements detailed in WHATS_NEW.
cvsdist 902334
cvsdist 2b6cbe
* Wed Mar 17 2004 Jeremy Katz <katzj@redhat.com> 2.00.08-5
cvsdist 2b6cbe
- Fix sysfs patch to find sysfs
cvsdist 2b6cbe
- Take patch from dwalsh and tweak a little for setting SELinux contexts on
cvsdist 2b6cbe
  device node creation and also do it on the symlink creation.  
cvsdist 2b6cbe
  Part of this should probably be pushed down to device-mapper instead
cvsdist 2b6cbe
cvsdist 2b6cbe
* Thu Feb 19 2004 Stephen C. Tweedie <sct@redhat.com> 2.00.08-4
cvsdist 2b6cbe
- Add sysfs filter patch
cvsdist 2b6cbe
- Allow non-root users to build RPM
cvsdist 2b6cbe
cvsdist 2b6cbe
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2b6cbe
- rebuilt
cvsdist 2b6cbe
cvsdist bf559c
* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 2.00.08-2
cvsdist bf559c
- add static lvm binary
cvsdist bf559c
cvsdist bf559c
* Tue Dec  2 2003 Jeremy Katz <katzj@redhat.com> 
cvsdist bf559c
- Initial build.
cvsdist bf559c
cvsdist bf559c