Skip to content

Instantly share code, notes, and snippets.

@grafuls
Created July 22, 2022 12:43
Show Gist options
  • Save grafuls/1549d2ca419247000005aec084bf415a to your computer and use it in GitHub Desktop.
Save grafuls/1549d2ca419247000005aec084bf415a to your computer and use it in GitHub Desktop.
rebuild script for badfish rpm package
sudo dnf remove -y python3-badfish
rm -rf /home/grafuls/rpmbuild/RPMS/noarch/python3-badfish-1.0.2*
make clean && make srpm
rpmbuild --rebuild $(ls /home/grafuls/Sources/badfish-mine/rpm/python3-badfish-1.0.2-git*)
sudo dnf -y install $(ls /home/grafuls/rpmbuild/RPMS/noarch/python3-badfish-1.0.2-git*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment