- Do not use udev info to get the name of the device. (amulhern)
- Remove unnecessary fanciness about importing devices. (amulhern) - Disable some pylint warnings that arise due to anaconda versions. (amulhern) - Allow RAID1 on EFI (#788313) (amulhern)
This commit is contained in:
parent
453f93859f
commit
0b6cd6b01e
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
|||||||
/blivet-0.57.tar.gz
|
/blivet-0.57.tar.gz
|
||||||
/blivet-0.58.tar.gz
|
/blivet-0.58.tar.gz
|
||||||
/blivet-0.59.tar.gz
|
/blivet-0.59.tar.gz
|
||||||
|
/blivet-0.60.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: http://fedoraproject.org/wiki/blivet
|
Url: http://fedoraproject.org/wiki/blivet
|
||||||
Version: 0.59
|
Version: 0.60
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
%define realname blivet
|
%define realname blivet
|
||||||
@ -62,8 +62,11 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 0.59-2
|
* Wed Jul 02 2014 Brian C. Lane <bcl@redhat.com> - 0.60-1
|
||||||
- Replace python-setuptools-devel BR with python-setuptools
|
- Do not use udev info to get the name of the device. (amulhern)
|
||||||
|
- Remove unnecessary fanciness about importing devices. (amulhern)
|
||||||
|
- Disable some pylint warnings that arise due to anaconda versions. (amulhern)
|
||||||
|
- Allow RAID1 on EFI (#788313) (amulhern)
|
||||||
|
|
||||||
* Thu Jun 26 2014 Brian C. Lane <bcl@redhat.com> - 0.59-1
|
* Thu Jun 26 2014 Brian C. Lane <bcl@redhat.com> - 0.59-1
|
||||||
- When logging, indicate whether exception was ignored by blivet. (amulhern)
|
- When logging, indicate whether exception was ignored by blivet. (amulhern)
|
||||||
|
Loading…
Reference in New Issue
Block a user