New version 31.12-1
- Fix condition for running GUI User spoke in Initial Setup (mkolman) - Expose individual user group, user and root password DBus tasks (mkolman) - Use a DBus task for Initial Setup configuration (mkolman) - Add ConfigureInitialSetupTask (mkolman) - Sysroot support for enable_service() and disable_service() (mkolman) - Fix documentation for nosslverify (jkonecny) - Replace noverifyssl flag in anaconda (jkonecny) - Adjust verify_ssl config from cmdline (jkonecny) - Move payload nosslverify to the config files (jkonecny) - Skip some of the driver disk tests (vponcova) - Use the absolute paths to set the testing environment (vponcova) - Use DBus consistently (mkolman) - Test generate_string_from_data with invalid argument (vponcova) - Make from_structure and to_structure more strict (vponcova)
This commit is contained in:
parent
0965aae0a5
commit
88117028c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -191,3 +191,4 @@
|
||||
/anaconda-31.9.tar.bz2
|
||||
/anaconda-31.10.tar.bz2
|
||||
/anaconda-31.11.tar.bz2
|
||||
/anaconda-31.12.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.11
|
||||
Version: 31.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -354,6 +354,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed May 15 2019 Martin Kolman <mkolman@redhat.com> - 31.12-1
|
||||
- Fix condition for running GUI User spoke in Initial Setup (mkolman)
|
||||
- Expose individual user group, user and root password DBus tasks (mkolman)
|
||||
- Use a DBus task for Initial Setup configuration (mkolman)
|
||||
- Add ConfigureInitialSetupTask (mkolman)
|
||||
- Sysroot support for enable_service() and disable_service() (mkolman)
|
||||
- Fix documentation for nosslverify (jkonecny)
|
||||
- Replace noverifyssl flag in anaconda (jkonecny)
|
||||
- Adjust verify_ssl config from cmdline (jkonecny)
|
||||
- Move payload nosslverify to the config files (jkonecny)
|
||||
- Skip some of the driver disk tests (vponcova)
|
||||
- Use the absolute paths to set the testing environment (vponcova)
|
||||
- Use DBus consistently (mkolman)
|
||||
- Test generate_string_from_data with invalid argument (vponcova)
|
||||
- Make from_structure and to_structure more strict (vponcova)
|
||||
|
||||
* Thu May 02 2019 Martin Kolman <mkolman@redhat.com> - 31.11-1
|
||||
- Remove no longer needed kickstart command overrides (mkolman)
|
||||
- Use Users DBUS module for user configuration in GUI (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.11.tar.bz2) = 3667f5dcf6cfa9ec2b1ff38e537736c18ddcf0aba953cc44ff92090060f4435202210e1090cc94bfe03805611a15d9b564ed7e5bdaaa84869217fd431e328135
|
||||
SHA512 (anaconda-31.12.tar.bz2) = bed5fb1398d0133e150aeac4e91d86619deab708e434aecc34f9a2426c5cb099314428e01d7f2004326921cd0da85a8993b4cd109a049978b294c09fe54ea715
|
||||
|
Loading…
Reference in New Issue
Block a user