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

Check generated tmpfiles.d dir when removing package #4746

Merged
merged 1 commit into from
Dec 30, 2023

Commits on Dec 29, 2023

  1. Check generated tmpfiles.d dir when removing package

    When removing package, will also remove the generated tmpfile
    config under the rpm-ostree tmpfiles.d directory. Since coreos#4697,
    we use the new directory like `usr/lib/rpm-ostree/tmpfiles.d`, but
    for old `usr/lib/tmpfiles.d`, failed with `error: opendir(usr/lib/
    rpm-ostree/tmpfiles.d): No such file or directory`.
    
    With this patch, check if `usr/lib/rpm-ostree/tmpfiles.d` does not
    exist, will use old `usr/lib/tmpfiles.d` instead.
    Also needs coreos#4727.
    Fixes: fedora-silverblue/issue-tracker#523
    HuijingHei committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    87a2a1d View commit details
    Browse the repository at this point in the history