Drop duplicated BuildRequires on openaislib-devel.
Drop Requires on clusterlib for cmirror subpackage (cmirror doesn't use any library from cluster) clvmd subpackage should Requires cman (#506592).
This commit is contained in:
parent
66fe3badab
commit
66051ea90c
11
lvm2.spec
11
lvm2.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.59
|
Version: 2.02.59
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
@ -249,7 +249,7 @@ Requires(preun): device-mapper >= %{device_mapper_version}
|
|||||||
Requires(preun): lvm2 >= 2.02
|
Requires(preun): lvm2 >= 2.02
|
||||||
Requires: corosync >= %{corosync_version}
|
Requires: corosync >= %{corosync_version}
|
||||||
Requires: openais >= %{openais_version}
|
Requires: openais >= %{openais_version}
|
||||||
Requires: clusterlib >= %{clusterlib_version}
|
Requires: cman >= %{clusterlib_version}
|
||||||
|
|
||||||
%description cluster
|
%description cluster
|
||||||
Extensions to LVM2 to support clusters.
|
Extensions to LVM2 to support clusters.
|
||||||
@ -282,8 +282,6 @@ Requires(post): chkconfig
|
|||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
Requires: corosync >= %{corosync_version}
|
Requires: corosync >= %{corosync_version}
|
||||||
Requires: openais >= %{openais_version}
|
Requires: openais >= %{openais_version}
|
||||||
Requires: clusterlib >= %{clusterlib_version}
|
|
||||||
BuildRequires: openaislib-devel >= %{openais_version}
|
|
||||||
|
|
||||||
%description -n cmirror
|
%description -n cmirror
|
||||||
Daemon providing device-mapper-based mirrors in a shared-storage cluster.
|
Daemon providing device-mapper-based mirrors in a shared-storage cluster.
|
||||||
@ -427,6 +425,11 @@ the device-mapper event library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.59-2
|
||||||
|
- Drop duplicated BuildRequires on openaislib-devel.
|
||||||
|
- Drop Requires on clusterlib for cmirror subpackage.
|
||||||
|
- clvmd subpackage should Requires cman (#506592).
|
||||||
|
|
||||||
* Fri Jan 22 2010 Alasdair Kergon <agk@redhat.com> - 2.02.59-1
|
* Fri Jan 22 2010 Alasdair Kergon <agk@redhat.com> - 2.02.59-1
|
||||||
- Add cmirror subpackage for clustered mirrors.
|
- Add cmirror subpackage for clustered mirrors.
|
||||||
- Set 'preferred_names' in default lvm.conf.
|
- Set 'preferred_names' in default lvm.conf.
|
||||||
|
Loading…
Reference in New Issue
Block a user