New version: 0.24-1
- Close file descriptors other than stdin,stdout,stderr on exec. (#1016467) (dlehman) - Don't use hardcoded /tmp paths. (#1004404) (dlehman) - Fix detection of lvm thinp setups. (#1013800) (dlehman) - Generate a name if necessary when reconfiguring a factory device. (#1019500) (dlehman) - Handle anaconda's cmdline option to disable mpath friendly names. (#977815) (dlehman) - Allow specifying which swaps should appear in fstab (vpodzime) - Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
This commit is contained in:
parent
cf952071a9
commit
aff8c82a7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/blivet-0.21.tar.gz
|
||||
/blivet-0.22.tar.gz
|
||||
/blivet-0.23.tar.gz
|
||||
/blivet-0.24.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: http://fedoraproject.org/wiki/blivet
|
||||
Version: 0.23
|
||||
Version: 0.24
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -61,6 +61,15 @@ make DESTDIR=%{buildroot} install
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 16 2013 David Lehman <dlehman@redhat.com> - 0.24-1
|
||||
- Close file descriptors other than stdin,stdout,stderr on exec. (#1016467) (dlehman)
|
||||
- Don't use hardcoded /tmp paths. (#1004404) (dlehman)
|
||||
- Fix detection of lvm thinp setups. (#1013800) (dlehman)
|
||||
- Generate a name if necessary when reconfiguring a factory device. (#1019500) (dlehman)
|
||||
- Handle anaconda's cmdline option to disable mpath friendly names. (#977815) (dlehman)
|
||||
- Allow specifying which swaps should appear in fstab (vpodzime)
|
||||
- Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
|
||||
|
||||
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 0.23-1
|
||||
- Make sure bootloader is setup after autopart (#1015277) (bcl)
|
||||
- Let setUpBootLoader raise BootloaderError (#1015277) (bcl)
|
||||
|
Loading…
Reference in New Issue
Block a user