Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors

lvm2-2.00.25-1.01 RPM for sh3

From sh3 little endian packages

Name: lvm2 Distribution: Unknown
Version: 2.00.25 Vendor: Unknown
Release: 1.01 Build date: Wed Dec 1 06:00:31 2004
Group: System Environment/Base Build host: sh3devel-1.itonet.co.jp
Size: 4650024 Source RPM: lvm2-2.00.25-1.01.src.rpm
Url: http://sources.redhat.com/lvm2
Summary: Userland logical volume management tools
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.

Provides

Requires

Copyright

GPL

Signatures

MD5: 148c858e31759920312438034b2801af

Changelog

* 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.
* Fri Sep 03 2004 Alasdair Kergon <agk@redhat.com> - 2.00.22-1
  - Permission fix included upstream; use different endian conversion macros.
* Thu Sep 02 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 03 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 05 2003 Jeremy Katz <katzj@redhat.com> 2.00.08-2
  - add static lvm binary
* Tue Dec 02 2003 Jeremy Katz <katzj@redhat.com> 
  - Initial build.

Files

/etc/lvm/lvm.conf
/sbin/lvm
/sbin/lvm.static
/sbin/pvscan
/sbin/vgchange
/sbin/vgscan
/usr/sbin/lvchange
/usr/sbin/lvcreate
/usr/sbin/lvdisplay
/usr/sbin/lvextend
/usr/sbin/lvm
/usr/sbin/lvmchange
/usr/sbin/lvmdiskscan
/usr/sbin/lvmsadc
/usr/sbin/lvmsar
/usr/sbin/lvreduce
/usr/sbin/lvremove
/usr/sbin/lvrename
/usr/sbin/lvresize
/usr/sbin/lvs
/usr/sbin/lvscan
/usr/sbin/pvchange
/usr/sbin/pvcreate
/usr/sbin/pvdisplay
/usr/sbin/pvmove
/usr/sbin/pvremove
/usr/sbin/pvresize
/usr/sbin/pvs
/usr/sbin/pvscan
/usr/sbin/vgcfgbackup
/usr/sbin/vgcfgrestore
/usr/sbin/vgchange
/usr/sbin/vgck
/usr/sbin/vgconvert
/usr/sbin/vgcreate
/usr/sbin/vgdisplay
/usr/sbin/vgexport
/usr/sbin/vgextend
/usr/sbin/vgimport
/usr/sbin/vgmerge
/usr/sbin/vgmknodes
/usr/sbin/vgreduce
/usr/sbin/vgremove
/usr/sbin/vgrename
/usr/sbin/vgs
/usr/sbin/vgscan
/usr/sbin/vgsplit
/usr/share/doc/lvm2-2.00.25
/usr/share/doc/lvm2-2.00.25/COPYING
/usr/share/doc/lvm2-2.00.25/COPYING.LIB
/usr/share/doc/lvm2-2.00.25/INSTALL
/usr/share/doc/lvm2-2.00.25/README
/usr/share/doc/lvm2-2.00.25/VERSION
/usr/share/doc/lvm2-2.00.25/WHATS_NEW
/usr/share/man/man5/lvm.conf.5.gz
/usr/share/man/man8/lvchange.8.gz
/usr/share/man/man8/lvcreate.8.gz
/usr/share/man/man8/lvdisplay.8.gz
/usr/share/man/man8/lvextend.8.gz
/usr/share/man/man8/lvm.8.gz
/usr/share/man/man8/lvmchange.8.gz
/usr/share/man/man8/lvmdiskscan.8.gz
/usr/share/man/man8/lvreduce.8.gz
/usr/share/man/man8/lvremove.8.gz
/usr/share/man/man8/lvrename.8.gz
/usr/share/man/man8/lvresize.8.gz
/usr/share/man/man8/lvs.8.gz
/usr/share/man/man8/lvscan.8.gz
/usr/share/man/man8/pvchange.8.gz
/usr/share/man/man8/pvcreate.8.gz
/usr/share/man/man8/pvdisplay.8.gz
/usr/share/man/man8/pvmove.8.gz
/usr/share/man/man8/pvremove.8.gz
/usr/share/man/man8/pvs.8.gz
/usr/share/man/man8/pvscan.8.gz
/usr/share/man/man8/vgcfgbackup.8.gz
/usr/share/man/man8/vgcfgrestore.8.gz
/usr/share/man/man8/vgchange.8.gz
/usr/share/man/man8/vgck.8.gz
/usr/share/man/man8/vgconvert.8.gz
/usr/share/man/man8/vgcreate.8.gz
/usr/share/man/man8/vgdisplay.8.gz
/usr/share/man/man8/vgexport.8.gz
/usr/share/man/man8/vgextend.8.gz
/usr/share/man/man8/vgimport.8.gz
/usr/share/man/man8/vgmerge.8.gz
/usr/share/man/man8/vgmknodes.8.gz
/usr/share/man/man8/vgreduce.8.gz
/usr/share/man/man8/vgremove.8.gz
/usr/share/man/man8/vgrename.8.gz
/usr/share/man/man8/vgs.8.gz
/usr/share/man/man8/vgscan.8.gz
/usr/share/man/man8/vgsplit.8.gz


Generated by rpm2html 1.7

admin, Tue Jun 28 13:16:24 2005