mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 07:58:00 +02:00
rpm: add a bundled(systemd) provide
Required by Fedora Packaging Standards [1] and also really useful.
[1] https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries#Requirement_if_you_bundle
https://github.com/NetworkManager/NetworkManager/pull/247
https://bugzilla.redhat.com/show_bug.cgi?id=1645462
(cherry picked from commit adc0150e7f)
This commit is contained in:
parent
f92d2d7766
commit
8ff9a51ca1
1 changed files with 12 additions and 0 deletions
|
|
@ -216,6 +216,18 @@ BuildRequires: libubsan
|
|||
%endif
|
||||
%endif
|
||||
|
||||
# NetworkManager uses various parts of systemd-networkd internally, including
|
||||
# DHCP client, IPv4 Link-Local address negotiation or LLDP support.
|
||||
# This provide is essentially here so that NetworkManager shows on Security
|
||||
# Response Team's radar in case a flaw is found. The code is frequently
|
||||
# synchronized and thus it's not easy to establish a good version number
|
||||
# here. The version of zero is there just to have something conservative so
|
||||
# that the scripts that would parse the SPEC file naively would be unlikely
|
||||
# to fail. Refer to git log for the real date and commit number of last
|
||||
# synchronization:
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commits/master/src/systemd
|
||||
Provides: bundled(systemd) = 0
|
||||
|
||||
|
||||
%description
|
||||
NetworkManager is a system service that manages network interfaces and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue