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:
Ana Cabral 2021-10-28 19:23:29 +02:00
parent 58bfcffd59
commit 76fb08b1bd

View file

@ -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