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: 5 %{?dist }
3+ Release: 6 %{?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-6
140+ - Move chelon_client.py to site-packages for standard import resolution
141+
139142* Thu Jan 08 2026 Atomicorp <support@atomicorp.com> - 1.0.0-5
140143- Fix python import path for client library in chelon-sign
141144
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ 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' )
2624
2725try :
2826 from chelon_client import get_client , ChelonClientError
You can’t perform that action at this time.
0 commit comments