We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7735638 commit 9b012e7Copy full SHA for 9b012e7
2 files changed
chelon.spec
@@ -1,6 +1,9 @@
1
Name: chelon
2
Version: 1.0.0
3
-Release: 5%{?dist}
+Release: 6%{?dist}
4
+%changelog
5
+* Thu Jan 08 2026 Atomicorp <support@atomicorp.com> - 1.0.0-6
6
+- Move chelon_client.py to site-packages for standard import resolution
7
Summary: Remote GPG package signing service
8
9
License: GPL-2.0-or-later
tools/chelon-sign
@@ -21,8 +21,6 @@ from typing import Optional, List
21
22
# Add tools directory to path
23
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
24
-# Add standard install path
25
-sys.path.append('/usr/share/chelon/client')
26
27
try:
28
from chelon_client import get_client, ChelonClientError
0 commit comments