mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
0.0.3-alt1
- Clean code, fix functionality (Initialize cache if missing, retrieve SIDs) - Run GPO applier as /usr/sbin/gpoa
This commit is contained in:
parent
cc33acaf91
commit
2c506705bb
@ -1,7 +1,7 @@
|
||||
%define _unpackaged_files_terminate_build 1
|
||||
|
||||
Name: gpupdate
|
||||
Version: 0.0.2
|
||||
Version: 0.0.3
|
||||
Release: alt1
|
||||
|
||||
Summary: GPT applier
|
||||
@ -31,11 +31,22 @@ mkdir -p \
|
||||
cp -r gpoa \
|
||||
%buildroot%python3_sitelibdir/
|
||||
|
||||
mkdir -p \
|
||||
%buildroot%_sbindir/
|
||||
ln -s %python3_sitelibdir/gpoa/main.py \
|
||||
%buildroot%_sbindir/gpoa
|
||||
|
||||
%files
|
||||
%_sbindir/gpoa
|
||||
%_bindir/gpupdate
|
||||
%attr(755,root,root) %python3_sitelibdir/gpoa/main.py
|
||||
%python3_sitelibdir/gpoa
|
||||
|
||||
%changelog
|
||||
* Sun Nov 17 2019 Evgeny Sinelnikov <sin@altlinux.org> 0.0.3-alt1
|
||||
- Clean code, fix functionality (Initialize cache if missing, retrieve SIDs)
|
||||
- Run GPO applier as /usr/sbin/gpoa
|
||||
|
||||
* Fri Nov 15 2019 Igor Chudov <nir@altlinux.org> 0.0.2-alt1
|
||||
- Removed hreg dependency
|
||||
- Introduced caches for SIDs and Registry.pol file paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user