Skip to content

Instantly share code, notes, and snippets.

@djaquels
Created July 9, 2025 08:27
Show Gist options
  • Save djaquels/458cd61d1483840b4ca8e637a45861db to your computer and use it in GitHub Desktop.
Save djaquels/458cd61d1483840b4ca8e637a45861db to your computer and use it in GitHub Desktop.
sudo dnf install rpm-build rpmdevtools
rpmdev-setuptree
tar czvf linuxpathmanager-1.0.tar.gz linuxpathmanager-1.0
mv linuxpathmanager-1.0.tar.gz ~/rpmbuild/SOURCES/
rpmbuild -ba ~/rpmbuild/SPECS/linuxpathmanager.spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment