From f9a05cc0f76ce43851b6417326b6f2c799806450 Mon Sep 17 00:00:00 2001 From: "Samantha N. Bueno" Date: Fri, 13 May 2016 13:58:41 -0400 Subject: [PATCH] - Retry umount and log output of lsof if it fails (bcl) --- .gitignore | 1 + python-blivet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b65331..282ea99 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /blivet-1.19.tar.gz /blivet-1.20.0.tar.gz /blivet-1.20.1.tar.gz +/blivet-1.20.2.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index bf0f87d..fc16a95 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 1.20.1 +Version: 1.20.2 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -107,6 +107,9 @@ popd %{python3_sitelib}/* %changelog +* Fri May 13 2016 Samantha N. Bueno - 1.20.2-1 +- Retry umount and log output of lsof if it fails (bcl) + * Tue May 03 2016 Samantha N. Bueno - 1.20.1-1 - Break the cycle in LVMPhysicalVolume.destroy (#1331630) (vpodzime) - Protect the live device's parent (#1172342) (bcl) diff --git a/sources b/sources index 3817a0a..15c3643 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -458124e6aa9872bafb283cb1581972dd blivet-1.20.1.tar.gz +df3b4bd99953cfbc66c87175d01733c9 blivet-1.20.2.tar.gz