- the distro doesn't really work without a 2.6 kernel, so no need to
require it
This commit is contained in:
parent
2d71a55580
commit
d583ca5f0e
@ -1,7 +1,7 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.01.14
|
Version: 2.01.14
|
||||||
Release: 1.0
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
@ -13,7 +13,6 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: libtermcap-devel
|
BuildRequires: libtermcap-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
Requires: kernel >= 2.6
|
|
||||||
Requires: device-mapper >= 1.01.03
|
Requires: device-mapper >= 1.01.03
|
||||||
Conflicts: lvm < 1.0.3-19
|
Conflicts: lvm < 1.0.3-19
|
||||||
Obsoletes: lvm < 1.0.3-19
|
Obsoletes: lvm < 1.0.3-19
|
||||||
@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/lock/lvm
|
/var/lock/lvm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Aug 4 2005 Alasdair Kergon <agk@redhat.com> - 2.01.14-1.0
|
||||||
- And a few more bugs fixes.
|
- And a few more bugs fixes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user