diff --git a/.gitignore b/.gitignore index e6c544a..8f5b7e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /blivet-0.4.tar.gz /blivet-0.5.tar.gz /blivet-0.6.tar.gz +/blivet-0.7.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 2aa9f1a..fe905dd 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.6 +Version: 0.7 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -74,6 +74,10 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Feb 21 2013 Brian C. Lane - 0.7-1 +- Merge branch 'master' of git+ssh://git.fedorahosted.org/git/blivet (bcl) +- Bring in productName from pyanaconda in installer mode. (#913559) (dlehman) + * Wed Feb 20 2013 Brian C. Lane - 0.6-1 - parse buffer output from resize (#913141) (bcl) - prevent traceback when root device is not defined #rhbz883768 (sbueno+anaconda) diff --git a/sources b/sources index d00c85e..b0972ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00a2549c76b2b4ccf1a28beee5f78e22 blivet-0.6.tar.gz +53f738cc0943b1b5738afaf6a8a29614 blivet-0.7.tar.gz