From 0b6cd6b01ef670e70f398e4849b011d03a61326e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 2 Jul 2014 17:40:54 -0700 Subject: [PATCH] - Do not use udev info to get the name of the device. (amulhern) - Remove unnecessary fanciness about importing devices. (amulhern) - Disable some pylint warnings that arise due to anaconda versions. (amulhern) - Allow RAID1 on EFI (#788313) (amulhern) --- .gitignore | 1 + python-blivet.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5d63577..03da28f 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /blivet-0.57.tar.gz /blivet-0.58.tar.gz /blivet-0.59.tar.gz +/blivet-0.60.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 134d567..83ad86d 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,8 +1,8 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 0.59 -Release: 2%{?dist} +Version: 0.60 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries %define realname blivet @@ -62,8 +62,11 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog -* Mon Jun 30 2014 Toshio Kuratomi - 0.59-2 -- Replace python-setuptools-devel BR with python-setuptools +* Wed Jul 02 2014 Brian C. Lane - 0.60-1 +- Do not use udev info to get the name of the device. (amulhern) +- Remove unnecessary fanciness about importing devices. (amulhern) +- Disable some pylint warnings that arise due to anaconda versions. (amulhern) +- Allow RAID1 on EFI (#788313) (amulhern) * Thu Jun 26 2014 Brian C. Lane - 0.59-1 - When logging, indicate whether exception was ignored by blivet. (amulhern) diff --git a/sources b/sources index 20971b4..50e83a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e00c17f460d896a9880de696f91116e blivet-0.59.tar.gz +3e2622037c00ed7e04d7c281bcbc153c blivet-0.60.tar.gz