Skip to content

Commit

Permalink
add python to package name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 26, 2023
1 parent 2342ae2 commit 481b754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/build_deb_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ tar --create --file lenovolegionlinux-1.0.0.tar.gz lenovolegionlinux-1.0.0
mv lenovolegionlinux-1.0.0.tar.gz rpmbuild/SOURCES
cd rpmbuild
rpmbuild --define "_topdir `pwd`" -bs SPECS/lenovolegionlinux-1.0.0
mv SRPMS/lenovolegionlinux-1.0.0-1.src.rpm ${BUILD_DIR}/
mv SRPMS/python-lenovolegionlinux-1.0.0-1.src.rpm ${BUILD_DIR}/
2 changes: 1 addition & 1 deletion deploy/lenovolegionlinux.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global python3_pkgversion 3.11

Name: lenovolegionlinux
Name: python-lenovolegionlinux
Version: 1.0.0
Release: 1%{?dist}
Summary: lenovolegionlinux Python library
Expand Down

0 comments on commit 481b754

Please sign in to comment.