The nodejs-bash-language-server package
Find a file
Pavel Filipenský 6a2fd2bb89 Don't own /usr/lib/node_modules
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.
2023-03-07 15:29:19 +01:00
.gitignore Update to version 4.6.1 2023-01-30 13:08:46 +01:00
nodejs-bash-language-server.spec Don't own /usr/lib/node_modules 2023-03-07 15:29:19 +01:00
prepare_vendor.sh Update to version 3.2.0 2022-11-28 09:47:45 +01:00
README.md Update to version 2.0.0 2021-08-26 10:32:12 +02:00
sources Update to version 4.6.1 2023-01-30 13:08:46 +01:00

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