Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unable to install provided rpm packages #51

@3lswear

Description

@3lswear

Hello, I am unable to install any of recent rpm packages on Fedora due to conflicts.
Here's the message dnf gives me:

Error: Transaction test error:
  file /usr/bin from install of httm-0.14.10-2.x86_64 conflicts with file from package filesystem-3.18-2.fc36.x86_64

I noticed that recently package creation process has been changed so that rpms are created using alien. As far as I've researched, the problem with alien is known and the gist of it is that alien can include unnecessary paths to the package spec that conflict with system packages.
One way it can be solved is by rebuilding the package with a fixed spec, like demonstrated here.

Maybe it is possible to add some steps to rpm creation to remove conflicting paths, something like the method in the linked article?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions