rebuild against latest corosync (soname change)

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
Fabio M. Di Nitto 2012-03-16 11:16:38 +01:00
parent ee6c2ef482
commit bfd362730b

View File

@ -1,20 +1,20 @@
Name: dlm
Version: 3.99.0
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+
# For a breakdown of the licensing, see README.license
Group: System Environment/Kernel
Summary: Cluster control daemon and tool
URL: https://fedorahosted.org/cluster
BuildRequires: glibc-kernheaders
BuildRequires: corosynclib-devel >= 1.99.4
BuildRequires: corosynclib-devel >= 1.99.8
BuildRequires: libxml2-devel
BuildRequires: systemd-units
Source0: http://people.redhat.com/teigland/%{name}-%{version}.tar.gz
Patch0: upstream_head_2ad89c869.patch
Requires: %{name}-lib = %{version}-%{release}
Requires: corosync >= 1.99.4
Requires: corosync >= 1.99.8
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
@ -99,6 +99,9 @@ developing applications that use %{name}.
%{_libdir}/pkgconfig/*.pc
%changelog
* Fri Mar 16 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.99.0-8
- Rebuild against new corosync (soname change).
* Thu Feb 16 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.99.0-7
- Update to upstream HEAD 2ad89c869git.
- Bump BuildRequires and Requires to new corosync