Update to 3.99.1
This commit is contained in:
parent
ee6c2ef482
commit
4f6f606524
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/dlm-3.99.0.tar.gz
|
/dlm-3.99.0.tar.gz
|
||||||
|
/dlm-3.99.1.tar.gz
|
||||||
|
16
dlm.spec
16
dlm.spec
@ -1,20 +1,19 @@
|
|||||||
Name: dlm
|
Name: dlm
|
||||||
Version: 3.99.0
|
Version: 3.99.1
|
||||||
Release: 7%{?dist}
|
Release: 1%{?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
|
||||||
Summary: Cluster control daemon and tool
|
Summary: Cluster control daemon and tool
|
||||||
URL: https://fedorahosted.org/cluster
|
URL: https://fedorahosted.org/cluster
|
||||||
BuildRequires: glibc-kernheaders
|
BuildRequires: glibc-kernheaders
|
||||||
BuildRequires: corosynclib-devel >= 1.99.4
|
BuildRequires: corosynclib-devel >= 1.99.7
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Source0: http://people.redhat.com/teigland/%{name}-%{version}.tar.gz
|
Source0: http://people.redhat.com/teigland/%{name}-%{version}.tar.gz
|
||||||
Patch0: upstream_head_2ad89c869.patch
|
|
||||||
|
|
||||||
Requires: %{name}-lib = %{version}-%{release}
|
Requires: %{name}-lib = %{version}-%{release}
|
||||||
Requires: corosync >= 1.99.4
|
Requires: corosync >= 1.99.7
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
@ -25,16 +24,17 @@ The kernel dlm requires a user daemon to control cluster membership.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# upstream does not require configure
|
# upstream does not require configure
|
||||||
# upstream does not support _smp_mflags
|
# upstream does not support _smp_mflags
|
||||||
CFLAGS=$RPM_OPT_FLAGS make
|
CFLAGS=$RPM_OPT_FLAGS make
|
||||||
|
CFLAGS=$RPM_OPT_FLAGS make -C fence
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
|
make install LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
make -C fence install LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
install -Dm 0644 init/dlm.service %{buildroot}%{_unitdir}/dlm.service
|
install -Dm 0644 init/dlm.service %{buildroot}%{_unitdir}/dlm.service
|
||||||
|
|
||||||
@ -61,6 +61,7 @@ fi
|
|||||||
%{_unitdir}/dlm.service
|
%{_unitdir}/dlm.service
|
||||||
%{_sbindir}/dlm_controld
|
%{_sbindir}/dlm_controld
|
||||||
%{_sbindir}/dlm_tool
|
%{_sbindir}/dlm_tool
|
||||||
|
%{_sbindir}/dlm_stonith
|
||||||
%{_mandir}/man8/dlm*
|
%{_mandir}/man8/dlm*
|
||||||
%{_mandir}/man3/*dlm*
|
%{_mandir}/man3/*dlm*
|
||||||
|
|
||||||
@ -99,6 +100,9 @@ developing applications that use %{name}.
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 21 2012 David Teigland <teigland@redhat.com> - 3.99.1-1
|
||||||
|
- Update to 3.99.1
|
||||||
|
|
||||||
* Thu Feb 16 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.99.0-7
|
* Thu Feb 16 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.99.0-7
|
||||||
- Update to upstream HEAD 2ad89c869git.
|
- Update to upstream HEAD 2ad89c869git.
|
||||||
- Bump BuildRequires and Requires to new corosync
|
- Bump BuildRequires and Requires to new corosync
|
||||||
|
Loading…
Reference in New Issue
Block a user