The nodejs-bash-language-server package
resolves: rhbz#2176048 As part of https://fedoraproject.org/wiki/Changes/NodejsRepackaging, the path `/usr/lib/node_modules` has been changed from a directory to a symlink. This causes a file conflict when trying to install this package in Fedora 38. Stop owning that path; it's already owned by Node.js. This is consistent with other packaged Node.js apps I've manually checked. |
||
|---|---|---|
| .gitignore | ||
| nodejs-bash-language-server.spec | ||
| prepare_vendor.sh | ||
| README.md | ||
| sources | ||
nodejs-bash-language-server
The nodejs-bash-language-server package
Updating the package
- Update the version in the spec file
- Run
bash prepare_vendor.sh(This will download the tarball and create the vendor package) - Add a changelog entry to the spec file
- Upload new source tarballs with
fedpkg new-sources PACKAGE.tar.gz - Commit your stuff to git