mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-22 14:50:37 +03:00
Merge pull request #52 from altlinux/gpoa_fixes_for_server
Bunch of fixes for bugs found while testing GPOA on ALT Server
This commit is contained in:
commit
d12d4c4227
2
dist/gpupdate-setup
vendored
2
dist/gpupdate-setup
vendored
@ -155,7 +155,7 @@ def disable_gp():
|
||||
else:
|
||||
command('/usr/sbin/control system-policy local')
|
||||
command('systemctl disable gpupdate.service')
|
||||
command('systemctl --global --user disable gpupdate-user.service')
|
||||
command('systemctl --global disable gpupdate-user.service')
|
||||
|
||||
def enable_gp(policy_name):
|
||||
policy_dir = '/usr/share/local-policy'
|
||||
|
@ -15,10 +15,13 @@ Requires: local-policy >= 0.1.0
|
||||
|
||||
BuildRequires: rpm-build-python3
|
||||
Requires: python3-module-rpm
|
||||
Requires: python3-module-dbus
|
||||
Requires: oddjob-%name >= 0.2.0
|
||||
Requires: libnss-role >= 0.5.0
|
||||
Requires: local-policy >= 0.2.0
|
||||
Requires: pam-config >= 1.8
|
||||
# This is needed by shortcuts_applier
|
||||
Requires: desktop-file-utils
|
||||
|
||||
Source0: %name-%version.tar
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user