- Merge branch 'master' of git+ssh://git.fedorahosted.org/git/blivet (bcl)

- Bring in productName from pyanaconda in installer mode. (#913559) (dlehman)
This commit is contained in:
Brian C. Lane 2013-02-21 09:10:14 -08:00
parent 598e7d8ba5
commit 0e65b9c52e
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/blivet-0.4.tar.gz
/blivet-0.5.tar.gz
/blivet-0.6.tar.gz
/blivet-0.7.tar.gz

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 0.6-1
- parse buffer output from resize (#913141) (bcl)
- prevent traceback when root device is not defined #rhbz883768 (sbueno+anaconda)

View File

@ -1 +1 @@
00a2549c76b2b4ccf1a28beee5f78e22 blivet-0.6.tar.gz
53f738cc0943b1b5738afaf6a8a29614 blivet-0.7.tar.gz