diff --git a/lvm2.spec b/lvm2.spec index 2b3d7c1..c2188b2 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,7 +1,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.00.15 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -18,6 +18,12 @@ Conflicts: lvm < 1.0.3-19 %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. %prep %setup -q -n LVM2.%{version} @@ -56,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/lvm/lvm.conf %changelog +* 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