Bug 1401468

Summary: Conflicts between vim-common and vim-minimal packaging regarding porvided files
Product: [Fedora] Fedora Reporter: Martin Babinsky <mbabinsk>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: karsten, moshima.web, zdohnal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-05 11:50:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Babinsky 2016-12-05 11:24:28 UTC
Description of problem:

When provisioning recent Fedora 25 cloud image, I have encountered the following error when trying to install vim:

"""
Error: Transaction check error:
  file /usr/share/man/man1/vim.1.gz from install of vim-common-2:8.0.118-1.fc25.x86_64 conflicts with file from package vim-minimal-2:7.4.1989-2.fc25.x86_64
"""
vim-minimal is installed as dependency for sudo 1.8.18-1.fc25; thus to replace it with vim-common, I have to uninstall both, install vim and then install sudo back. This seems to be a packaging bug that needs fixing.

Version-Release number of selected component (if applicable):

vim-common-8.0.118-1.fc25.x86_64.rpm
vim-minimal-8.0.118-1.fc25.x86_64
sudo-1.8.18-1.fc25.x86_64

How reproducible:

Always

Steps to Reproduce:
1. Start a fresh F25  Vagrant box downloaded from http://download.eng.brq.redhat.com/pub/fedora/linux//releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-Vagrant-25-1.3.x86_64.vagrant-libvirt.box
  
2. Try to run 'dnf clean all && dnf install -y vim'


Actual results:

There is a file conflict between vim-common and vim-minimal brought in by sudo package that prevents doing this operation in one go.

Expected results:

vim and all its dependencies should be installed successfully and replace vim-minimal

Comment 1 Zdenek Dohnal 2016-12-05 11:50:39 UTC
Hi,

this is duplicate of #1401323. Please install packages from koji build.

*** This bug has been marked as a duplicate of bug 1401323 ***