Skip to content

Commit 76f9d10

Browse files
committed
Refactor: Move client lib to site-packages (1.0.0-6)
1 parent 7735638 commit 76f9d10

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

chelon.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: chelon
22
Version: 1.0.0
3-
Release: 5%{?dist}
3+
Release: 6%{?dist}
44
Summary: Remote GPG package signing service
55

66
License: GPL-2.0-or-later
@@ -136,6 +136,9 @@ fi
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

tools/chelon-sign

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ from typing import Optional, List
2121

2222
# Add tools directory to path
2323
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
24-
# Add standard install path
25-
sys.path.append('/usr/share/chelon/client')
2624

2725
try:
2826
from chelon_client import get_client, ChelonClientError

0 commit comments

Comments
 (0)