- Add a finished method to spokes (#1300499) (bcl)
- Handle DeviceConfiguration with con = None (#1300499) (bcl) - Log detailed information about installed packages (bcl) - s/KickstartValueError/KickstartParseError. (clumens) - Move requiredDeviceSize to the main Payload class (#1297905) (dshea)
This commit is contained in:
parent
d5d4dae9ff
commit
1e02268530
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
|||||||
/anaconda-24.7.tar.bz2
|
/anaconda-24.7.tar.bz2
|
||||||
/anaconda-24.8.tar.bz2
|
/anaconda-24.8.tar.bz2
|
||||||
/anaconda-24.9.tar.bz2
|
/anaconda-24.9.tar.bz2
|
||||||
|
/anaconda-24.10.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 24.9
|
Version: 24.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -305,6 +305,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 29 2016 Brian C. Lane <bcl@redhat.com> - 24.10-1
|
||||||
|
- Add a finished method to spokes (#1300499) (bcl)
|
||||||
|
- Handle DeviceConfiguration with con = None (#1300499) (bcl)
|
||||||
|
- Log detailed information about installed packages (bcl)
|
||||||
|
- s/KickstartValueError/KickstartParseError. (clumens)
|
||||||
|
- Move requiredDeviceSize to the main Payload class (#1297905) (dshea)
|
||||||
|
|
||||||
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 24.9-1
|
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 24.9-1
|
||||||
- Handle unexpected DNF exit (bcl)
|
- Handle unexpected DNF exit (bcl)
|
||||||
- Fix bad space needed messages (jkonecny)
|
- Fix bad space needed messages (jkonecny)
|
||||||
|
Loading…
Reference in New Issue
Block a user