diff --git a/.gitignore b/.gitignore index cc83e6a..6fbb6a5 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /blivet-1.6.tar.gz /blivet-1.7.tar.gz /blivet-1.8.tar.gz +/blivet-1.9.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 059e7b0..4e70c71 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.8 +Version: 1.9 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -108,6 +108,10 @@ popd %endif %changelog +* Thu Jul 16 2015 Brian C. Lane - 1.9-1 +- Apply default size for new partition earlier in constructor. (dlehman) +- Don't pass model to md fwraid constructor. (#1242610) (dlehman) + * Fri Jul 10 2015 Brian C. Lane - 1.8-1 - Add a bunch more gi.require_version calls (dshea) - Merge pull request #170 from dwlehman/size-cleanups (dlehman) diff --git a/sources b/sources index 8bd3b7f..f7b9d00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be72c2c1d37f6d297c094243ed162325 blivet-1.8.tar.gz +d69ace7baeabcfc307ffbb272431876c blivet-1.9.tar.gz