Wrap keys() with a list so that the dictionary can be changed (martin.kolman)

This commit is contained in:
Samantha N. Bueno 2015-04-02 14:14:06 -04:00
parent 66203c5375
commit 6897d82fc7
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -77,3 +77,4 @@
/blivet-1.0.3.tar.gz
/blivet-1.0.4.tar.gz
/blivet-1.0.5.tar.gz
/blivet-1.0.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: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -57,6 +57,9 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Thu Apr 02 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.6-1
- Wrap keys() with a list so that the dictionary can be changed (martin.kolman)
* Thu Mar 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.5-1
- Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime)
- Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime)

View File

@ -1 +1 @@
63b0637e8e81042e3ae1416c140a7c66 blivet-1.0.5.tar.gz
bfd0fb16b0e74d0b832ccb977fcee2bc blivet-1.0.6.tar.gz