File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Name: chelon
22Version: 1.0.0
3- Release: 4 %{?dist }
3+ Release: 5 %{?dist }
44Summary: Remote GPG package signing service
55
66License: GPL-2.0 -or-later
136136%{_datadir }/%{name }/client/
137137
138138%changelog
139+ * Thu Jan 08 2026 Atomicorp <support@atomicorp.com> - 1.0.0-5
140+ - Fix python import path for client library in chelon-sign
141+
139142* Thu Jan 08 2026 Atomicorp <support@atomicorp.com> - 1.0.0-4
140143- Support dynamic key names in chelon-sign (removed hardcoded Key IDs)
141144- Added --key-name alias for --key-type
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ from typing import Optional, List
2121
2222# Add tools directory to path
2323sys .path .insert (0 , os .path .dirname (os .path .abspath (__file__ )))
24+ # Add standard install path
25+ sys .path .append ('/usr/share/chelon/client' )
2426
2527try :
2628 from chelon_client import get_client , ChelonClientError
You can’t perform that action at this time.
0 commit comments