diff --git a/.gitignore b/.gitignore index d2e6ebd..3b65331 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /blivet-1.18.tar.gz /blivet-1.19.tar.gz /blivet-1.20.0.tar.gz +/blivet-1.20.1.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index eefb03d..bf0f87d 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.0 +Version: 1.20.1 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -107,6 +107,11 @@ popd %{python3_sitelib}/* %changelog +* 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) +- Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny) + * Mon Apr 18 2016 Samantha N. Bueno - 1.20.0-1 - Ignore all merge commits when making rpm log. (dlehman) - Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny) diff --git a/sources b/sources index aadc639..3817a0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39f288025d9d6d8fb51e31129e7f3291 blivet-1.20.0.tar.gz +458124e6aa9872bafb283cb1581972dd blivet-1.20.1.tar.gz