New version 31.11-1
- Remove no longer needed kickstart command overrides (mkolman) - Use Users DBUS module for user configuration in GUI (mkolman) - Use Users DBUS module for user configuration in TUI (mkolman) - Adjust Users module DBus API for better kickstart root configuration (mkolman) - Use DBusData base class for data holders (mkolman) - Add a string representation for UserData (mkolman) - Add ui/lib/users.py (mkolman) - Use a constant for the UID/GID not set value (mkolman) - Improve ksdata <-> user data methods in Users DBUS module (mkolman) - Do root, group, user and SSH key configuration with DBUS tasks (mkolman) - Add tasks for root, user, group and ssh key configuration (mkolman) - Fix indentation for user creation method docstring (mkolman) - Drop support for using custom password crypt algorithm (mkolman) - Make clear_root_password() into set_root_password() alias (mkolman) - Lock root & user accounts if password in kickstart is empty (mkolman) - Convert create_user() from kwargs to optional args (mkolman) - Convert create_group() from kwargs to optional args (mkolman) - Mark the root account as locked by default (mkolman) - Add docstrings & some signature tweaking in users.py (mkolman) - Move methods from User class to module top-level (mkolman) - Apply PEP8 for method names in users.py (mkolman) - Move user management code to core (mkolman) - Use Pykickstart data classes via handler (mkolman) - Add API for easy admin user detection (mkolman) - Add support for SSH key management via the users DBUS module (mkolman) - Add support for group management via the users DBUS module (mkolman) - Add support for managing multiple users to the users module (mkolman)
This commit is contained in:
parent
b03996163c
commit
0965aae0a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -190,3 +190,4 @@
|
||||
/anaconda-31.8.tar.bz2
|
||||
/anaconda-31.9.tar.bz2
|
||||
/anaconda-31.10.tar.bz2
|
||||
/anaconda-31.11.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.10
|
||||
Version: 31.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -354,6 +354,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Use Users DBUS module for user configuration in TUI (mkolman)
|
||||
- Adjust Users module DBus API for better kickstart root configuration
|
||||
(mkolman)
|
||||
- Use DBusData base class for data holders (mkolman)
|
||||
- Add a string representation for UserData (mkolman)
|
||||
- Add ui/lib/users.py (mkolman)
|
||||
- Use a constant for the UID/GID not set value (mkolman)
|
||||
- Improve ksdata <-> user data methods in Users DBUS module (mkolman)
|
||||
- Do root, group, user and SSH key configuration with DBUS tasks (mkolman)
|
||||
- Add tasks for root, user, group and ssh key configuration (mkolman)
|
||||
- Fix indentation for user creation method docstring (mkolman)
|
||||
- Drop support for using custom password crypt algorithm (mkolman)
|
||||
- Make clear_root_password() into set_root_password() alias (mkolman)
|
||||
- Lock root & user accounts if password in kickstart is empty (mkolman)
|
||||
- Convert create_user() from kwargs to optional args (mkolman)
|
||||
- Convert create_group() from kwargs to optional args (mkolman)
|
||||
- Mark the root account as locked by default (mkolman)
|
||||
- Add docstrings & some signature tweaking in users.py (mkolman)
|
||||
- Move methods from User class to module top-level (mkolman)
|
||||
- Apply PEP8 for method names in users.py (mkolman)
|
||||
- Move user management code to core (mkolman)
|
||||
- Use Pykickstart data classes via handler (mkolman)
|
||||
- Add API for easy admin user detection (mkolman)
|
||||
- Add support for SSH key management via the users DBUS module (mkolman)
|
||||
- Add support for group management via the users DBUS module (mkolman)
|
||||
- Add support for managing multiple users to the users module (mkolman)
|
||||
|
||||
* Tue Apr 30 2019 Martin Kolman <mkolman@redhat.com> - 31.10-1
|
||||
- get_iface_from_hwaddr: be more careful about hwaddr (#1703152) (awilliam)
|
||||
- network: fix a typo in infiniband connections creating (#1698937) (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.10.tar.bz2) = a68ce5b90a65148e997c1598c4785cb2cd87cca4d05c41c4b233548fcfc7320f0b407828442d15e75f2f0a5d626483d08292e898a5a8356fa50018b2502e97b1
|
||||
SHA512 (anaconda-31.11.tar.bz2) = 3667f5dcf6cfa9ec2b1ff38e537736c18ddcf0aba953cc44ff92090060f4435202210e1090cc94bfe03805611a15d9b564ed7e5bdaaa84869217fd431e328135
|
||||
|
Loading…
Reference in New Issue
Block a user