diff --git a/.gitignore b/.gitignore index 66529c9..447768c 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /blivet-2.1.2.tar.gz /blivet-2.1.3.tar.gz /blivet-2.1.4.tar.gz +/blivet-2.1.5.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 4568b72..6f9f8cf 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,11 +1,11 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 2.1.4 +Version: 2.1.5 #%%global prerelease .b1 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 2%{?prerelease}%{?dist} +Release: 1%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ Group: System Environment/Libraries @@ -78,8 +78,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog -* Sat Sep 24 2016 Peter Robinson 2.1.4-2 -- Bump to sync with anaconda release +* Mon Sep 26 2016 David Lehman - 2.1.5-1 +- Move parted changes to after format destroy. (#1378162) (dlehman) +- Add translators comment for unsupported disklabel names (vtrefny) * Tue Sep 20 2016 David Lehman - 2.1.4-1 - Revert unsupported clearing of parted partition 'system'. (dlehman) diff --git a/sources b/sources index e2c7487..e1c9738 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8728fe9639fe8d5bc0dda9a65acefe89 blivet-2.1.4.tar.gz +e6d6ca1f6bf13367524d52ac0eca1d0e blivet-2.1.5.tar.gz