google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Fedora 21: novm rpm install path conflict with filesystem package #12

Closed tjyang closed 9 years ago

tjyang commented 9 years ago
[tjyang@fedora21 novm]$ sudo rpm -ivh novm-0.0-164.gb7c9c78.x86_64.rpm 
Preparing...                          ################################# [100%]
    file /usr from install of novm-0.0-164.gb7c9c78.x86_64 conflicts with file from package filesystem-3.2-28.fc21.x86_64
    file /usr/bin from install of novm-0.0-164.gb7c9c78.x86_64 conflicts with file from package filesystem-3.2-28.fc21.x86_64
    file /usr/lib from install of novm-0.0-164.gb7c9c78.x86_64 conflicts with file from package filesystem-3.2-28.fc21.x86_64
[tjyang@fedora21 novm]$ 
foxwang commented 9 years ago

hit it 。 centos7

amscanne commented 9 years ago

I've merged #14, which hopefully should fix it. Reopen if it doesn't.