From 97767b3daadd9ebf9d7ed20bdf17f98a7e115e32 Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Oct 21 2015 18:21:44 +0000 Subject: - Check if device is a DASDDevice in make_unformatted_dasd list. (#1273009) (sbueno+anaconda) --- diff --git a/.gitignore b/.gitignore index d8e3e93..9d7d570 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /blivet-1.12.5.tar.gz /blivet-1.12.6.tar.gz /blivet-1.12.7.tar.gz +/blivet-1.12.8.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index d798575..7a67c31 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.12.7 +Version: 1.12.8 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -121,6 +121,10 @@ popd %endif %changelog +* Wed Oct 21 2015 Samantha N. Bueno - 1.12.8-1 +- Check if device is a DASDDevice in make_unformatted_dasd list. (#1273009) + (sbueno+anaconda) + * Thu Oct 15 2015 Samantha N. Bueno - 1.12.7-1 - Deprecate createSubVolumes method (vtrefny) - Change btrfs.do_self_mount to contextmanager (#1266673) (vtrefny) diff --git a/sources b/sources index 797f950..a6e86f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef5d49e9c81dabf8eb4d6943ce9ff68d blivet-1.12.7.tar.gz +8189dfdfe2b43ea764a89f95e9dd4196 blivet-1.12.8.tar.gz