mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-10-20 15:33:18 +03:00
Compare commits
2 Commits
fix_check_
...
0.9.3-alt1
Author | SHA1 | Date | |
---|---|---|---|
|
e4ed5a9e73 | ||
|
9ce1c095ef |
2
dist/gpupdate.service
vendored
2
dist/gpupdate.service
vendored
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user