1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-02-16 05:57:46 +03:00

0.11.4-alt1

- Added skip plugin (closes: 51631)
- Fixed getting the network path (closes:51606)
- The _appliers sequence has been changed,
  package_applier has been moved to the end
This commit is contained in:
Valery Sinelnikov 2024-10-11 12:24:23 +04:00
parent 73759857b3
commit 4de1946e32

View File

@ -11,6 +11,7 @@
%add_python3_req_skip gpt.gpo_dconf_mapping
%add_python3_req_skip gpt.dynamic_attributes
%add_python3_req_skip messages
%add_python3_req_skip plugin
%add_python3_req_skip storage
%add_python3_req_skip storage.fs_file_cache
%add_python3_req_skip storage.dconf_registry
@ -35,7 +36,7 @@
%add_python3_req_skip util.gpoa_ini_parsing
Name: gpupdate
Version: 0.11.3
Version: 0.11.4
Release: alt1
Summary: GPT applier
@ -194,6 +195,12 @@ fi
%exclude %python3_sitelibdir/gpoa/test
%changelog
* Fri Oct 11 2024 Valery Sinelnikov <greh@altlinux.org> 0.11.4-alt1
- Added skip plugin (closes: 51631)
- Fixed getting the network path (closes:51606)
- The _appliers sequence has been changed,
package_applier has been moved to the end
* Fri Sep 06 2024 Valery Sinelnikov <greh@altlinux.org> 0.11.3-alt1
- Optimized string cleaning using str.translate()