Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k9s deb package conflicts with nfpm due to /usr/share/doc/nfpm/copyright file #2904

Open
ekbfh opened this issue Oct 3, 2024 · 0 comments
Open

Comments

@ekbfh
Copy link

ekbfh commented Oct 3, 2024




Describe the bug
Package k9s (for example https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_linux_amd64.deb ) contains /usr/share/doc/nfpm/copyright file and i suppose it's a mistake.

dpkg-query -L k9s
/usr
/usr/bin
/usr/bin/k9s
/usr/share
/usr/share/doc
/usr/share/doc/nfpm
/usr/share/doc/nfpm/copyright

To Reproduce
Steps to reproduce the behavior:

  1. Install k9s from releases, linux amd 64.deb
  2. Try to install nfpm from theis releases deb*
  3. Get dpkg\apt error:
Unpacking nfpm (2.40.0) ...
dpkg: error processing archive /var/cache/apt/archives/nfpm_2.40.0_amd64.deb (--unpack):
 trying to overwrite '/usr/share/doc/nfpm/copyright', which is also in package k9s 0.32.5

Expected behavior
Package should contain only own binary

Versions (please complete the following information):

  • OS: Ubuntu 24.04
  • K9s: 0.32.5
  • K8s: any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant