Skip to content

Commit

Permalink
Corrected casing of package dependency for RPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
akenion committed Nov 5, 2024
1 parent 5863dbc commit 9194c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wordfence.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Wordfence CLI is an open source, high performance, multi-process security scanne

%package -n python%{python3_pkgversion}-wordfence
Summary: %{summary}
Requires: pcre python%{python3_pkgversion}-packaging python%{python3_pkgversion}-requests python%{python3_pkgversion}-pymysql
Requires: pcre python%{python3_pkgversion}-packaging python%{python3_pkgversion}-requests python%{python3_pkgversion}-PyMySQL


%description -n python%{python3_pkgversion}-wordfence %_description
Expand Down
2 changes: 1 addition & 1 deletion wordfence/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '5.0.1rc9'
__version__ = '5.0.1rc10'
__version_name__ = None

0 comments on commit 9194c80

Please sign in to comment.