New version: blivet-2.1.6

- add missing populators to populator.helpers (awilliam)
This commit is contained in:
David Lehman 2016-10-04 14:10:04 -04:00
parent 7d28cdd9c6
commit a49e9ad7ad
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <dlehman@redhat.com> - 2.1.6-1
- add missing populators to populator.helpers (awilliam)
* Mon Sep 26 2016 David Lehman <dlehman@redhat.com> - 2.1.5-1
- Move parted changes to after format destroy. (#1378162) (dlehman)
- Add translators comment for unsupported disklabel names (vtrefny)

View File

@ -1 +1 @@
e6d6ca1f6bf13367524d52ac0eca1d0e blivet-2.1.5.tar.gz
a3064ce7c164a481cbfe704f823b1e2d blivet-2.1.6.tar.gz