From e49b18907f6c78a56363ef933b28733b64168700 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 24 Dec 2016 00:15:56 -0800 Subject: [PATCH] Actually apply the patch mentioned in -5 --- python-blivet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 663d84d..ea71570 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -5,7 +5,7 @@ Version: 2.1.7 #%%global prerelease .b1 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 5%{?prerelease}%{?dist} +Release: 6%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ Group: System Environment/Libraries @@ -68,6 +68,7 @@ configuration. %prep %setup -q -n %{realname}-%{realversion} %patch0 -p1 +%patch1 -p1 rm -rf %{py3dir} cp -a . %{py3dir} @@ -87,6 +88,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Sat Dec 24 2016 Adam Williamson - 1:2.1.7-6 +- Actually apply the patch mentioned in -5 + * Fri Dec 23 2016 Adam Williamson - 1:2.1.7-5 - backport GH#530 to fix #1408282 (crash with Python 3.6)