diff --git a/.gitignore b/.gitignore index c8da680..b856688 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ /blivet-0.72.tar.gz /blivet-0.73.tar.gz /blivet-0.74.tar.gz +/blivet-0.75.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 8f824ff..258db88 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.74 +Version: 0.75 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -65,6 +65,14 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Fri Jan 16 2015 Brian C. Lane - 0.75-1 +- Switch to temporary transifex project (bcl) +- Add docstrings to the methods in loop.py (bcl) +- get_loop_name should return an empty name if it isn't found (#980510) (bcl) +- Use dict() instead of dict comprehension. (riehecky) +- Fix the pylint errors in the examples directory. (amulhern) +- Add __init__ file to examples directory. (amulhern) + * Fri Jan 09 2015 Brian C. Lane - 0.74-1 - Use _resizefsUnit in resizeArgs() method implementations. (amulhern) - Do not supply a default implementation for the resizeArgs() method. diff --git a/sources b/sources index 062bb47..a225775 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2ae2e8bb9633a80f78e7f4eba965a85 blivet-0.74.tar.gz +cee89d5e173aa6fde8d607370168418d blivet-0.75.tar.gz