add conflicts with cman and clusterlib*
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
05e0955e83
commit
e641fe44f5
8
dlm.spec
8
dlm.spec
@ -1,6 +1,6 @@
|
|||||||
Name: dlm
|
Name: dlm
|
||||||
Version: 3.99.0
|
Version: 3.99.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and LGPLv2+
|
License: GPLv2 and GPLv2+ and LGPLv2+
|
||||||
# For a breakdown of the licensing, see README.license
|
# For a breakdown of the licensing, see README.license
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
@ -16,6 +16,7 @@ Source0: http://people.redhat.com/teigland/%{name}-%{version}.tar.gz
|
|||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
Conflicts: cman
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The kernel dlm requires a user daemon to control cluster membership.
|
The kernel dlm requires a user daemon to control cluster membership.
|
||||||
@ -63,6 +64,7 @@ fi
|
|||||||
%package lib
|
%package lib
|
||||||
Summary: Library for %{name}
|
Summary: Library for %{name}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
Conflicts: clusterlib
|
||||||
|
|
||||||
%description lib
|
%description lib
|
||||||
The %{name}-lib package contains the libraries needed to use the dlm
|
The %{name}-lib package contains the libraries needed to use the dlm
|
||||||
@ -81,6 +83,7 @@ from userland applications.
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}-lib = %{version}-%{release}
|
Requires: %{name}-lib = %{version}-%{release}
|
||||||
|
Conflicts: clusterlib-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -93,6 +96,9 @@ developing applications that use %{name}.
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 2 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.99.0-2
|
||||||
|
- Add Conflicts with clusterlib/cman as necessary
|
||||||
|
|
||||||
* Tue Jan 24 2012 David Teigland <teigland@redhat.com> - 3.99.0-1
|
* Tue Jan 24 2012 David Teigland <teigland@redhat.com> - 3.99.0-1
|
||||||
- initial package
|
- initial package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user