public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: presets: actually enable lvm-devices-import stuff
Date: Mon, 10 Aug 2026 09:36:59 GMT	[thread overview]
Message-ID: <178635461976.1.14969160222791742474.rpms-fedora-release-645c9ffdb6ce@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 645c9ffdb6cee220bd5ee346f2295835be6c738b
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
            Date   : 2026-01-27T16:37:01+01:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/645c9ffdb6cee220bd5ee346f2295835be6c738b?branch=f45

            Log:
            presets: actually enable lvm-devices-import stuff

Fixup for b5f4921e479d8903f1bbaf67b105c7814853a9d5. Systemd does some
useless mapping(*) when a path is specified, so the intended units
(lvm-devices-import.path and .service) were not matched by this rule.

(*) usr-lib-systemd-system-lvm\x2ddevices\x2dimport.path.mount
and usr-lib-systemd-system-lvm\x2ddevices\x2dimport.service.mount

---
diff --git a/90-default.preset b/90-default.preset
index 0ef49c4..5a2dfc8 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -472,8 +472,8 @@ enable kernel-bootcfg-boot-successful.service
 
 # Enable lvm-devices-import
 # https://bugzilla.redhat.com/show_bug.cgi?id=2301651
-enable /usr/lib/systemd/system/lvm-devices-import.path
-enable /usr/lib/systemd/system/lvm-devices-import.service
+enable lvm-devices-import.path
+enable lvm-devices-import.service
 
 # Enable fips-crypto-policy-overlay
 # https://bugzilla.redhat.com/show_bug.cgi?id=2325499

                 reply	other threads:[~2026-08-10  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635461976.1.14969160222791742474.rpms-fedora-release-645c9ffdb6ce@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox