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

mock: use 'private' mount option, not 'rprivate' #536

Closed

Commits on Mar 13, 2020

  1. mock: use 'private' mount option, not 'rprivate'

    The 'mount --rbind -o rprivate' on EL7 does weird things;  it looks like
    it actually reverses the '--rbind' option and does only '--bind'.  Using
    just 'private' seems to do the same (good) thing on both EL7 and modern
    Fedora.
    
    This fixes local baseurl=file:// repositories with bootstrap, and
    yum_chache plugin on EL7.
    
    Fixes: rpm-software-management#381
    praiskup committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b5e8d80 View commit details
    Browse the repository at this point in the history