b23bffccd7
- Add clustered VG attribute. - Suppress rmdir opendir error message.
235 lines
8.1 KiB
RPMSpec
235 lines
8.1 KiB
RPMSpec
Summary: Userland logical volume management tools
|
|
Name: lvm2
|
|
Version: 2.01.08
|
|
Release: 1.0
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
URL: http://sources.redhat.com/lvm2
|
|
Source0: LVM2.%{version}.tgz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRequires: device-mapper >= 1.01
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: libtermcap-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: readline-devel
|
|
Requires: kernel >= 2.6
|
|
Requires: device-mapper >= 1.01
|
|
Conflicts: lvm < 1.0.3-19
|
|
Obsoletes: 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}
|
|
|
|
%build
|
|
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
|
make DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING COPYING.LIB INSTALL README VERSION WHATS_NEW
|
|
/sbin/lvm.static
|
|
/usr/sbin/*
|
|
%{_mandir}/*/*
|
|
%config(noreplace) /etc/lvm/lvm.conf
|
|
|
|
%changelog
|
|
* 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.
|
|
|
|
|