diff --git a/.gitignore b/.gitignore index e98d690..82d68c4 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /blivet-0.39.tar.gz /blivet-0.40.tar.gz /blivet-0.41.tar.gz +/blivet-0.42.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 33c7665..2a89cc8 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,12 +1,12 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 0.41 +Version: 0.42 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries %define realname blivet -Source0: http://git.fedorahosted.org/cgit/blivet.git/snapshot/%{realname}-%{version}.tar.gz +Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -62,6 +62,17 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Feb 18 2014 Brian C. Lane - 0.42-1 +- Wait for udev to create device node for new md arrays. (#1036014) (dlehman) +- Fix detection of thin pool with non-standard segment types. (#1022810) + (dlehman) +- NFSDevice does not accept the exists kwarg. (#1063413) (dlehman) +- Don't run mpathconf for disk image installations. (#1066008) (dlehman) +- If /etc/os-release exists, check it to identify an installed system. + (clumens) +- Get the unit tests into a runnable state. (dlehman) +- Update Source URL in spec file to use github. (dlehman) + * Tue Feb 11 2014 Brian C. Lane - 0.41-1 - ntfs _getSize needs to use Decimal (#1063077) (bcl) - Separate sanityCheck-ing from doAutoPartition (#1060255) (amulhern) diff --git a/sources b/sources index 9fc7ab3..3fe5eec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40567fe1fa7f380173afe8a389a496fa blivet-0.41.tar.gz +25e7f57d25e12db4f04e10a6ca66b3a6 blivet-0.42.tar.gz