1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-20 18:50:17 +03:00

0.1.0-alt1

- Change license to GPLv2+
- Refactor and separate code to backend and frontend
This commit is contained in:
Evgeny Sinelnikov 2019-11-28 22:55:53 +04:00
parent eb7832507b
commit 138eecd7d5

View File

@ -1,17 +1,17 @@
%define _unpackaged_files_terminate_build 1
Name: gpupdate
Version: 0.0.3
Version: 0.1.0
Release: alt1
Summary: GPT applier
License: MIT
License: GPLv2+
Group: Other
Url: http://git.altlinux.org/
BuildArch: noarch
Requires: control
Requires: local-policy
Requires: local-policy >= 0.1.0
BuildRequires: rpm-build-python3
@ -58,6 +58,10 @@ install -Dm0644 %name.service %buildroot%_unitdir/%name.service
%_unitdir/%name.service
%changelog
* Thu Nov 28 2019 Evgeny Sinelnikov <sin@altlinux.org> 0.1.0-alt1
- Change license to GPLv2+
- Refactor and separate code to backend and frontend
* 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