Resolves: rhbz#2006528
This commit is contained in:
parent
db8c8ae143
commit
e4a55c0446
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/dlm-4.0.5.tar.gz
|
/dlm-4.0.5.tar.gz
|
||||||
/dlm-4.0.6.tar.gz
|
/dlm-4.0.6.tar.gz
|
||||||
/dlm-4.0.9.tar.gz
|
/dlm-4.0.9.tar.gz
|
||||||
|
/dlm-4.1.1.tar.gz
|
||||||
|
19
dlm.spec
19
dlm.spec
@ -1,13 +1,13 @@
|
|||||||
Name: dlm
|
Name: dlm
|
||||||
Version: 4.0.9
|
Version: 4.1.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
|
||||||
Summary: Kernel Distributed Lock Manager control daemon and tool
|
Summary: dlm control daemon and tool
|
||||||
URL: https://fedorahosted.org/cluster
|
URL: https://pagure.io/dlm
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-kernheaders
|
BuildRequires: glibc-kernheaders
|
||||||
BuildRequires: corosynclib-devel >= 1.99.9
|
BuildRequires: corosynclib-devel >= 3.1.0
|
||||||
BuildRequires: pacemaker-libs-devel >= 1.1.7
|
BuildRequires: pacemaker-libs-devel >= 1.1.7
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
@ -15,14 +15,14 @@ BuildRequires: systemd-devel
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
Source0: https://releases.pagure.org/dlm/%{name}-%{version}.tar.gz
|
Source0: https://releases.pagure.org/dlm/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: 0001-stonith_helper-fix-build.patch
|
# Patch0: 0001-foo.patch
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: %{name}-lib = %{version}-%{release}
|
Requires: %{name}-lib = %{version}-%{release}
|
||||||
Requires: corosync >= 1.99.9
|
Requires: corosync >= 3.1.0
|
||||||
%{?fedora:Requires: kernel-modules-extra}
|
%{?fedora:Requires: kernel-modules-extra}
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
@ -34,7 +34,7 @@ The kernel dlm requires a user daemon to control membership.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .0001-stonith_helper-fix-build.patch
|
# %patch0 -p1 -b .0001-foo.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# upstream does not require configure
|
# upstream does not require configure
|
||||||
@ -99,6 +99,9 @@ developing applications that use %{name}.
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 15 2021 David Teigland <teigland@redhat.com> - 4.1.1-1
|
||||||
|
- new upstream version
|
||||||
|
|
||||||
* Wed Aug 25 2021 David Teigland <teigland@redhat.com> - 4.0.9-7
|
* Wed Aug 25 2021 David Teigland <teigland@redhat.com> - 4.0.9-7
|
||||||
- fix pacemaker header
|
- fix pacemaker header
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dlm-4.0.9.tar.gz) = 85b252cb784b7d8366a040118ca0d0cb518f95ce4fca67d03f7e9df3c12da48ccea8ea09a04162a24a7b88d445fb77437d4ac10f941965091dd7c4e8e4ca22e8
|
SHA512 (dlm-4.1.1.tar.gz) = f2ed349b7be263f060de9c1341db8f998a61885ff1a58b36f251dd6810795dc9d917c6573f16bacfde4dd4df321d5a88a2f5f92ff4bc8fa93fedb57ed52db00b
|
||||||
|
Loading…
Reference in New Issue
Block a user