mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 06:40:16 +01:00
spec file: Update NetworkManager post scriptlet
There is a mix of new /usr/lib/systemd/libsystemd-shared-239.so (systemd-libs rpm) and old /usr/bin/udevadm (systemd-udev rpm) on the system at the point NetworkManager's post scriptlet is run, what causes warning messages when updating NetworkManager's version. This commit fixes this. https://bugzilla.redhat.com/show_bug.cgi?id=2012123
This commit is contained in:
parent
58bfcffd59
commit
76fb08b1bd
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ Source6: 70-nm-connectivity.conf
|
|||
#Patch1: 0001-some.patch
|
||||
|
||||
Requires(post): systemd
|
||||
Requires(post): systemd-udev
|
||||
Requires(post): /usr/sbin/update-alternatives
|
||||
Requires(preun): systemd
|
||||
Requires(preun): /usr/sbin/update-alternatives
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue