- Retry umount and log output of lsof if it fails (bcl)

This commit is contained in:
Samantha N. Bueno 2016-05-13 13:58:41 -04:00
parent b73ec4e0d4
commit f9a05cc0f7
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <sbueno+anaconda@redhat.com> - 1.20.2-1
- Retry umount and log output of lsof if it fails (bcl)
* Tue May 03 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.20.1-1
- Break the cycle in LVMPhysicalVolume.destroy (#1331630) (vpodzime)
- Protect the live device's parent (#1172342) (bcl)

View File

@ -1 +1 @@
458124e6aa9872bafb283cb1581972dd blivet-1.20.1.tar.gz
df3b4bd99953cfbc66c87175d01733c9 blivet-1.20.2.tar.gz