- Update physical device's sysfs path for btrfs (sub)volumes. (#891443)

(dlehman)
- Raise DeviceError instead of ValueError from device ctor. (#888089) (dlehman)
This commit is contained in:
Brian C. Lane 2013-01-03 17:09:29 -08:00
parent 3884d885c8
commit 93ffe0a556
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.37.6.tar.bz2
/anaconda-18.37.7.tar.bz2
/anaconda-18.37.8.tar.bz2
/anaconda-18.37.9.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.37.8
Version: 18.37.9
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -301,6 +301,11 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Thu Jan 03 2013 Brian C. Lane <bcl@redhat.com> - 18.37.9-1
- Update physical device's sysfs path for btrfs (sub)volumes. (#891443)
(dlehman)
- Raise DeviceError instead of ValueError from device ctor. (#888089) (dlehman)
* Fri Dec 21 2012 Brian C. Lane <bcl@redhat.com> - 18.37.8-1
- hook up help window close button (#889570) (cherry picked from commit
128aa94a4dabfde0e7d3b14ddcec6b88a9308b08) (bcl)

View File

@ -1 +1 @@
338feec2b53f66868589cc849ae0abdc anaconda-18.37.8.tar.bz2
8feaec484dddc5db7dceffbbed9fe8ef anaconda-18.37.9.tar.bz2