From 6897d82fc76cf42f7145e2dea6b38fab611b5b52 Mon Sep 17 00:00:00 2001 From: "Samantha N. Bueno" Date: Thu, 2 Apr 2015 14:14:06 -0400 Subject: [PATCH] Wrap keys() with a list so that the dictionary can be changed (martin.kolman) --- .gitignore | 1 + python-blivet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1bf5b3f..bbfc0ed 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-blivet.spec b/python-blivet.spec index 382c04c..ab846b4 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: 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 - 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 - 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) diff --git a/sources b/sources index 8ad2640..a99cc89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63b0637e8e81042e3ae1416c140a7c66 blivet-1.0.5.tar.gz +bfd0fb16b0e74d0b832ccb977fcee2bc blivet-1.0.6.tar.gz