1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-10-20 15:33:18 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Evgeny Sinelnikov
e4ed5a9e73 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)
2021-09-08 05:54:41 +04:00
Evgeny Sinelnikov
9ce1c095ef gpupdate.service: add starting After syslog and network-online targets 2021-09-08 05:35:37 +04:00
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Group policy update for machine
After=sssd.service
After=syslog.target network-online.target sssd.service
[Service]
Environment="PATH=/bin:/sbin:/usr/bin:/usr/sbin"

View File

@@ -1,7 +1,7 @@
%define _unpackaged_files_terminate_build 1
Name: gpupdate
Version: 0.9.2
Version: 0.9.3
Release: alt1
Summary: GPT applier
@@ -23,6 +23,8 @@ Requires: pam-config >= 1.9.0
Requires: autofs
# This is needed by shortcuts_applier
Requires: desktop-file-utils
# This is needed for smb file cache support
Requires: python3-module-smbc >= 1.0.23-alt3
Source0: %name-%version.tar
@@ -114,6 +116,14 @@ fi
%exclude %python3_sitelibdir/gpoa/test
%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
- Fix Shortcuts applier double running in user context
- Add LogonUser variable to expand_windows_var() function