|
Bugzilla – Full Text Bug Listing |
| Summary: | add rpm dependency in spec file for aligning new DM udev rules | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | heming zhao <heming.zhao> |
| Component: | Basesystem | Assignee: | systemd maintainers <systemd-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | glass.su, zzhou |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
heming zhao
2024-06-01 01:35:24 UTC
systemd SR#: https://build.opensuse.org/request/show/1177954 there are two SRs [1][2], which make lvm2 support new udev rules. [1]: https://build.opensuse.org/request/show/1178006 ``` Sat Jun 1 01:46:00 UTC 2024 - Heming Zhao <heming.zhao@suse.com> - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783) * update lvm2.spec ``` [2]: https://build.opensuse.org/request/show/1183261 ``` Wed Jun 26 22:59:00 UTC 2024 - Heming Zhao <heming.zhao@suse.com> - add rpm dependency in spec file for aligning new DM udev rules (bsc#1225783) * update lvm2.spec for multipath-tools ``` ------------------------------ In lvm2.spec, the relevant code: ``` # see bsc#1225783 for following 2 lines Requires: (udev >= 255.7 if udev) Requires: (multipath-tools >= 0.9.9 if multipath-tools) ``` SRs have been accepted by factory, close this bug. |