diff --git a/.gitignore b/.gitignore index debf18c..884004d 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /blivet-0.69.tar.gz /blivet-0.70.tar.gz /blivet-0.71.tar.gz +/blivet-0.72.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index c2d17e1..fcccfd0 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.71 +Version: 0.72 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -65,6 +65,21 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Dec 04 2014 Brian C. Lane - 0.72-1 +- Add a bunch of simple tests for filesystem formats. (amulhern) +- Get rid of long() related code. (amulhern) +- Add another check for resizable in FS.doResize() (amulhern) +- Simplify FS.free(). (amulhern) +- Make an early exit if self._existingSizeFields is [] (amulhern) +- Change "Aggregate block size:" to "Physical block size:" for JFS. (amulhern) +- Split output from infofs program for size on whitespace. (amulhern) +- Simplify _getSize() and currentSize(). (amulhern) +- Check resizable when assigning a new target size. (amulhern) +- Make default exists value a boolean in DeviceFormat.__init__. (amulhern) +- Remove pointless overrides. (amulhern) +- Add a simple pylint checker for pointless overrides. (amulhern) +- Run dosfsck in non-interactive mode (#1167959) (bcl) + * Fri Nov 21 2014 Brian C. Lane - 0.71-1 - Remove redundant import. (amulhern) - Change inclusion to equality. (amulhern) diff --git a/sources b/sources index 089b6a6..94c3d51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eff1d6e1e18fc6b28776b7e06bf8a7b4 blivet-0.71.tar.gz +8726c88dfcf4138b8502676793998ed1 blivet-0.72.tar.gz