Skip to content

Commit dffc528

Browse files
committed
fix: package name
1 parent afa4c7b commit dffc528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyslurm.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define python3_pkgversion 3
22

3-
Name: python-pyslurm
3+
Name: python3-pyslurm
44
Version: 24.11.0
55
%define rel 1
66
Release: %{rel}%{?dist}
@@ -22,7 +22,7 @@ Requires: python%{python3_pkgversion}
2222
%description
2323
pyslurm is a Python interface to Slurm
2424

25-
%package -n python%{python3_pkgversion}-pyslurm
25+
#%package -n python%{python3_pkgversion}-pyslurm
2626
Summary: %{summary}
2727

2828
%description -n python%{python3_pkgversion}-pyslurm

0 commit comments

Comments
 (0)