diff --git a/.gitignore b/.gitignore index 447768c..a25a74f 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ /blivet-2.1.3.tar.gz /blivet-2.1.4.tar.gz /blivet-2.1.5.tar.gz +/blivet-2.1.6.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 6f9f8cf..8462ac6 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: 2.1.5 +Version: 2.1.6 #%%global prerelease .b1 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 @@ -78,6 +78,9 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Tue Oct 04 2016 David Lehman - 2.1.6-1 +- add missing populators to populator.helpers (awilliam) + * 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) diff --git a/sources b/sources index e1c9738..2b51e96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6d6ca1f6bf13367524d52ac0eca1d0e blivet-2.1.5.tar.gz +a3064ce7c164a481cbfe704f823b1e2d blivet-2.1.6.tar.gz