python-blivet-2.1.5-1

- Move parted changes to after format destroy. (#1378162) (dlehman)
- Add translators comment for unsupported disklabel names (vtrefny)
This commit is contained in:
David Lehman 2016-09-26 14:06:58 -04:00
parent 6d00fd353a
commit 7d28cdd9c6
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <pbrobinson@fedoraproject.org> 2.1.4-2
- Bump to sync with anaconda release
* 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)
* Tue Sep 20 2016 David Lehman <dlehman@redhat.com> - 2.1.4-1
- Revert unsupported clearing of parted partition 'system'. (dlehman)

View File

@ -1 +1 @@
8728fe9639fe8d5bc0dda9a65acefe89 blivet-2.1.4.tar.gz
e6d6ca1f6bf13367524d52ac0eca1d0e blivet-2.1.5.tar.gz