mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-08-25 09:49:53 +03:00
0.9.3-alt1
- Use NetBIOS name for Kerberos authentification - Add support actions (create, update, delete, replace) for Shortcuts - Add support GSettings with locks feature - Add support file cache for special GSettings policy: Software\BaseALT\Policies\GSettings\org.mate.background.picture-filename (requires python smbc module with use_kerberos option support)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
%define _unpackaged_files_terminate_build 1
|
%define _unpackaged_files_terminate_build 1
|
||||||
|
|
||||||
Name: gpupdate
|
Name: gpupdate
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Release: alt1
|
Release: alt1
|
||||||
|
|
||||||
Summary: GPT applier
|
Summary: GPT applier
|
||||||
@ -23,6 +23,8 @@ Requires: pam-config >= 1.9.0
|
|||||||
Requires: autofs
|
Requires: autofs
|
||||||
# This is needed by shortcuts_applier
|
# This is needed by shortcuts_applier
|
||||||
Requires: desktop-file-utils
|
Requires: desktop-file-utils
|
||||||
|
# This is needed for smb file cache support
|
||||||
|
Requires: python3-module-smbc >= 1.0.23-alt3
|
||||||
|
|
||||||
Source0: %name-%version.tar
|
Source0: %name-%version.tar
|
||||||
|
|
||||||
@ -114,6 +116,14 @@ fi
|
|||||||
%exclude %python3_sitelibdir/gpoa/test
|
%exclude %python3_sitelibdir/gpoa/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 06 2021 Evgeny Sinelnikov <sin@altlinux.org> 0.9.3-alt1
|
||||||
|
- Use NetBIOS name for Kerberos authentification
|
||||||
|
- Add support actions (create, update, delete, replace) for Shortcuts
|
||||||
|
- Add support GSettings with locks feature
|
||||||
|
- Add support file cache for special GSettings policy:
|
||||||
|
Software\BaseALT\Policies\GSettings\org.mate.background.picture-filename
|
||||||
|
(requires python smbc module with use_kerberos option support)
|
||||||
|
|
||||||
* Wed Jul 28 2021 Evgeny Sinelnikov <sin@altlinux.org> 0.9.2-alt1
|
* Wed Jul 28 2021 Evgeny Sinelnikov <sin@altlinux.org> 0.9.2-alt1
|
||||||
- Fix Shortcuts applier double running in user context
|
- Fix Shortcuts applier double running in user context
|
||||||
- Add LogonUser variable to expand_windows_var() function
|
- Add LogonUser variable to expand_windows_var() function
|
||||||
|
Reference in New Issue
Block a user