New version 29.6-1
- Create the disk initialization and disk selection modules (vponcova) - Use watch_property to watch changes of DBus properties (vponcova) - Better organize the base classes for modules (vponcova) - Fixed KS forcing zerombr onto RO disk (japokorn) - Add tests for the kickstart specifications (vponcova) - Standardize calls to parent via super() (riehecky) - Fix 'isDisk' property name (#1558906) (vtrefny) - Make the class for removed kickstart commands more strict (vponcova) - Fix the progress bar steps (vponcova) - Use enum for the first boot action (vponcova) - Use enum for the SELinux modes (vponcova) - datetime spoke: still pass ksdata to NTPconfigDialog (UIObject) (rvykydal)
This commit is contained in:
parent
41cf9fb633
commit
1cf02c2503
1
.gitignore
vendored
1
.gitignore
vendored
@ -137,3 +137,4 @@
|
||||
/anaconda-29.3.tar.bz2
|
||||
/anaconda-29.4.tar.bz2
|
||||
/anaconda-29.5.tar.bz2
|
||||
/anaconda-29.6.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.5
|
||||
Version: 29.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -334,6 +334,20 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2018 Martin Kolman <mkolman@redhat.com> - 29.6-1
|
||||
- Create the disk initialization and disk selection modules (vponcova)
|
||||
- Use watch_property to watch changes of DBus properties (vponcova)
|
||||
- Better organize the base classes for modules (vponcova)
|
||||
- Fixed KS forcing zerombr onto RO disk (japokorn)
|
||||
- Add tests for the kickstart specifications (vponcova)
|
||||
- Standardize calls to parent via super() (riehecky)
|
||||
- Fix 'isDisk' property name (#1558906) (vtrefny)
|
||||
- Make the class for removed kickstart commands more strict (vponcova)
|
||||
- Fix the progress bar steps (vponcova)
|
||||
- Use enum for the first boot action (vponcova)
|
||||
- Use enum for the SELinux modes (vponcova)
|
||||
- datetime spoke: still pass ksdata to NTPconfigDialog (UIObject) (rvykydal)
|
||||
|
||||
* Mon Mar 19 2018 Martin Kolman <mkolman@redhat.com> - 29.5-1
|
||||
- Write rootpw command to kickstart (#1557529) (mkolman)
|
||||
- Don't make safe to observe services on buses that don't run (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.5.tar.bz2) = e026bef7be1d32c592530122e5758c183aa46ab6d3ba99b422e5660d44441bdbf39775d50809372b1bdeca0b1c010fbf9aa6e0f3a0bb5b31e59880a72408c8da
|
||||
SHA512 (anaconda-29.6.tar.bz2) = 2ec4bfc2573382e5521e51280554607a1d4ce60282d2c068637612a31ecaf13ef4d7f8dca63f8d1ac8ddc51a0b052f700e4d71843896bfe274b32c6a613165b3
|
||||
|
Loading…
Reference in New Issue
Block a user