From 2c506705bb95d531bd661df41260aec5d089a97f Mon Sep 17 00:00:00 2001 From: Evgeny Sinelnikov Date: Sun, 17 Nov 2019 21:55:28 +0400 Subject: [PATCH] 0.0.3-alt1 - Clean code, fix functionality (Initialize cache if missing, retrieve SIDs) - Run GPO applier as /usr/sbin/gpoa --- gpupdate.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gpupdate.spec b/gpupdate.spec index efea242..eb78b4f 100644 --- a/gpupdate.spec +++ b/gpupdate.spec @@ -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 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 0.0.2-alt1 - Removed hreg dependency - Introduced caches for SIDs and Registry.pol file paths