From d9222aa9736b1081c968fd4f8dc1880675facf76 Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Feb 01 2019 22:54:54 +0000 Subject: Fix build on Fedora rawhide Add patch 0004-python-Fix-build-on-Fedora-29.patch. --- diff --git a/sanlock.spec b/sanlock.spec index 9c4f447..a1d3ae0 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -6,7 +6,7 @@ Name: sanlock Version: 3.6.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A shared storage lock manager License: GPLv2 and GPLv2+ and LGPLv2+ @@ -30,6 +30,7 @@ Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz Patch0: 0001-Fix-libsanlock-build-on-Unubtu-Debian.patch Patch1: 0002-fix-makefile-flags.patch Patch2: 0003-lockfile-Keep-lockfile-owned-by-root.patch +Patch3: 0004-python-Fix-build-on-Fedora-29.patch %description The sanlock daemon manages leases for applications on hosts using shared storage. @@ -39,6 +40,7 @@ The sanlock daemon manages leases for applications on hosts using shared storage %patch0 -p1 -b .0001-Fix-libsanlock-build-on-Unubtu-Debian.patch %patch1 -p1 -b .0002-fix-makefile-flags.patch %patch2 -p1 -b .0003-lockfile-Keep-lockfile-owned-by-root.patch +%patch3 -p1 -b .0004-python-Fix-build-on-Fedora-29.patch %build %set_build_flags @@ -212,6 +214,9 @@ common sanlock lockspace. %changelog +* Sat Feb 2 2019 Nir Soffer - 3.6.0-8 +- fix build on Fedora rawhide + * Thu Jan 24 2019 David Teigland - 3.6.0-7 - lockfile ownership