From ca08a3d882fd36515c3bae33698542f1a0a26040 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 24 Jun 2013 14:26:47 -0700 Subject: [PATCH] - Used Python type instead of variable name (#968122) (hamzy) - Fix detection of valid EFI system partition during autopart. (dlehman) --- .gitignore | 1 + python-blivet.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bac5937..80d0d51 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /blivet-0.14.tar.gz /blivet-0.15.tar.gz /blivet-0.16.tar.gz +/blivet-0.17.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 3840e83..63d3d9d 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: 0.16 +Version: 0.17 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -62,6 +62,11 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Mon Jun 24 2013 Brian C. Lane - 0.17-1 +- Used Python type instead of variable name (#968122) (hamzy) +- Fix detection of valid EFI system partition during autopart. (dlehman) +- New version: 0.16 (bcl) + * Thu Jun 13 2013 Brian C. Lane - 0.16-1 - Install utilities for all devices -- not just those being used. (#964586) (dlehman) - Add a method to apply Blivet settings to ksdata. (dlehman) diff --git a/sources b/sources index 2367cdc..5c39554 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f6cd7da44065b7cd2600d5f68ed5d3f blivet-0.16.tar.gz +469f95b7fbb49e8e8ab2cef13156872c blivet-0.17.tar.gz